Skip to content

Commit 1e24eea

Browse files
cb-robottrondn
authored andcommitted
CBD-3928: Update existing license headers to BSL (engines)
Change-Id: I6731e1de0092cea2c2f004329bd792b98ada359b Reviewed-on: http://review.couchbase.org/c/kv_engine/+/150867 Reviewed-by: Trond Norbye <[email protected]> Tested-by: Trond Norbye <[email protected]>
1 parent 6c2cdfa commit 1e24eea

File tree

546 files changed

+3294
-6542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

546 files changed

+3294
-6542
lines changed

engines/crash_engine/crash_engine.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 2015 Couchbase, Inc
3+
* Copyright 2015-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
/**

engines/crash_engine/crash_engine_public.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 2019 Couchbase, Inc
3+
* Copyright 2019-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
/**

engines/ep/benchmarks/access_scanner_bench.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 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
/*

engines/ep/benchmarks/benchmark_memory_tracker.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 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
#include "benchmark_memory_tracker.h"

engines/ep/benchmarks/benchmark_memory_tracker.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

engines/ep/benchmarks/checkpoint_iterator_bench.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 2019 Couchbase, Inc
3+
* Copyright 2019-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
/*

engines/ep/benchmarks/dcp_producer_bench.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 "dcp/producer.h"

engines/ep/benchmarks/defragmenter_bench.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 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
#include "collections/manager.h"
1812
#include "collections/vbucket_manifest.h"

engines/ep/benchmarks/engine_fixture.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 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
#include "engine_fixture.h"

engines/ep/benchmarks/engine_fixture.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

0 commit comments

Comments
 (0)