Skip to content

Commit 6c2cdfa

Browse files
cb-robottrondn
authored andcommittedApr 12, 2021
CBD-3928: Update existing license headers to BSL (other)
Change-Id: I201a50f015626d15804d780b3078de31b520722b Reviewed-on: http://review.couchbase.org/c/kv_engine/+/150870 Reviewed-by: Trond Norbye <trond.norbye@couchbase.com> Tested-by: Trond Norbye <trond.norbye@couchbase.com>
1 parent 75d4758 commit 6c2cdfa

File tree

241 files changed

+1446
-2893
lines changed

Some content is hidden

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

241 files changed

+1446
-2893
lines changed
 

‎auditd/generator/auditevent_generator.cc

+6-12
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 2018 Couchbase, Inc.
3+
* Copyright 2018-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 "auditevent_generator.h"

‎auditd/generator/auditevent_generator.h

+6-12
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 2018 Couchbase, Inc.
3+
* Copyright 2018-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
#pragma once
1812

0 commit comments

Comments
 (0)