Skip to content

Commit 8cb96da

Browse files
udkyotrondn
authored andcommitted
CBD-3928: Update copyright notices in source files to BSL
Change-Id: I23372947a639776e06f61289e454c70cdba7ae7d Reviewed-on: http://review.couchbase.org/c/kv_engine/+/151103 Tested-by: Build Bot <[email protected]> Reviewed-by: Trond Norbye <[email protected]>
1 parent a16d072 commit 8cb96da

File tree

7 files changed

+42
-84
lines changed

7 files changed

+42
-84
lines changed

auditd/tests/auditconfig_test.cc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22
/*
3-
* Copyright 2016 Couchbase, Inc.
3+
* Copyright 2016-Present Couchbase, Inc.
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
5+
* Use of this software is governed by the Business Source License included
6+
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+
* in that file, in accordance with the Business Source License, use of this
8+
* software will be governed by the Apache License, Version 2.0, included in
9+
* the file licenses/APL2.txt.
1610
*/
1711
#include <nlohmann/json.hpp>
1812
#include <platform/dirutils.h>

auditd/tests/auditfile_test.cc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22
/*
3-
* Copyright 2016 Couchbase, Inc.
3+
* Copyright 2016-Present Couchbase, Inc.
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
5+
* Use of this software is governed by the Business Source License included
6+
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+
* in that file, in accordance with the Business Source License, use of this
8+
* software will be governed by the Apache License, Version 2.0, included in
9+
* the file licenses/APL2.txt.
1610
*/
1711
#include <platform/dirutils.h>
1812

auditd/tests/eventdescriptor_test.cc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22
/*
3-
* Copyright 2016 Couchbase, Inc.
3+
* Copyright 2016-Present Couchbase, Inc.
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
5+
* Use of this software is governed by the Business Source License included
6+
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+
* in that file, in accordance with the Business Source License, use of this
8+
* software will be governed by the Apache License, Version 2.0, included in
9+
* the file licenses/APL2.txt.
1610
*/
1711

1812
#include "eventdescriptor.h"

auditd/tests/mock_auditconfig.h

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22
/*
3-
* Copyright 2017 Couchbase, Inc.
3+
* Copyright 2017-Present Couchbase, Inc.
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
5+
* Use of this software is governed by the Business Source License included
6+
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+
* in that file, in accordance with the Business Source License, use of this
8+
* software will be governed by the Apache License, Version 2.0, included in
9+
* the file licenses/APL2.txt.
1610
*/
1711

1812
#pragma once

auditd/tests/testauditd.cc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22
/*
3-
* Copyright 2016 Couchbase, Inc.
3+
* Copyright 2016-Present Couchbase, Inc.
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
5+
* Use of this software is governed by the Business Source License included
6+
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+
* in that file, in accordance with the Business Source License, use of this
8+
* software will be governed by the Apache License, Version 2.0, included in
9+
* the file licenses/APL2.txt.
1610
*/
1711
#include <folly/portability/GTest.h>
1812
#include <getopt.h>

engines/ep/src/collections/system_event_types.cc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22
/*
3-
* Copyright 2021 Couchbase, Inc
3+
* Copyright 2021-Present Couchbase, Inc.
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
5+
* Use of this software is governed by the Business Source License included
6+
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+
* in that file, in accordance with the Business Source License, use of this
8+
* software will be governed by the Apache License, Version 2.0, included in
9+
* the file licenses/APL2.txt.
1610
*/
1711

1812
#include "collections/system_event_types.h"

engines/ep/src/collections/system_event_types.h

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22
/*
3-
* Copyright 2021 Couchbase, Inc
3+
* Copyright 2021-Present Couchbase, Inc.
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
5+
* Use of this software is governed by the Business Source License included
6+
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+
* in that file, in accordance with the Business Source License, use of this
8+
* software will be governed by the Apache License, Version 2.0, included in
9+
* the file licenses/APL2.txt.
1610
*/
1711

1812
#pragma once

0 commit comments

Comments
 (0)