Skip to content

Commit fe096c2

Browse files
cb-robottrondn
authored andcommitted
CBD-3928: Add new BSL license headers
Change-Id: I5cd04570d0e717e647733b7d1e5b0cb77282ea63 Reviewed-on: http://review.couchbase.org/c/kv_engine/+/150871 Tested-by: Trond Norbye <[email protected]> Reviewed-by: Trond Norbye <[email protected]>
1 parent 08f1334 commit fe096c2

File tree

8 files changed

+79
-0
lines changed

8 files changed

+79
-0
lines changed

engines/ep/management/cbepctl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env python3
22

3+
"""
4+
Copyright 2017-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
"""
12+
313
import time
414
import sys
515

engines/ep/management/cbstats

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
#!/usr/bin/env python3
2+
3+
"""
4+
Copyright 2017-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
"""
12+
213
# -*- coding: utf-8 -*-
314

415
import clitool

engines/ep/scripts/unmerged-commits.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env python2.7
22

3+
"""
4+
Copyright 2017-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
"""
12+
313
# Script to show which commit(s) are not yet merged between our release branches.
414

515
from __future__ import print_function

scripts/gerrit_move_to_kv_engine.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env python2.7
22

3+
"""
4+
Copyright 2017-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
"""
12+
313
# Script to migrate a Gerrit Change from memcached or ep-engine repos
414
# to the new kv_enigne repo.
515

scripts/jenkins_failures.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env python3
22

3+
"""
4+
Copyright 2020-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
"""
12+
313
"""Script to summarise the details of intermittent CV test failures from
414
Jenkins.
515

scripts/kv_symbolize_backtrace.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env python
22

3+
"""
4+
Copyright 2021-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
"""
12+
313
"""Script to convert addresses from backtraces printed via print_backtrace()
414
to symbol names.
515
Accepts input from stdin or files provided on the command line; for each line

scripts/merge_memcached_and_ep_engine.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#!/bin/bash
22

3+
# Copyright 2017-Present Couchbase, Inc.
4+
#
5+
# Use of this software is governed by the Business Source License included in
6+
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
7+
# file, in accordance with the Business Source License, use of this software
8+
# will be governed by the Apache License, Version 2.0, included in the file
9+
# licenses/APL2.txt.
10+
311
set -e
412
set -x
513

scripts/sync_rpms.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env python2.7
22

3+
"""
4+
Copyright 2020-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
"""
12+
313
"""Script to synchronise the current system with the given list of
414
packages, for example to replicate the environment of a given Couchbase
515
installation.

0 commit comments

Comments
 (0)