summarylogtreecommitdiffstats
path: root/LICENSE
blob: 1841d72b95e82c901ac5ac3a06ecc81f3e74c376 (plain)
1
2
3
4
5
6
7
8
9
10
Source code in this repository is variously licensed under the Business Source
License 1.1 (BSL), the CockroachDB Community License (CCL), the MIT license, and
BSD-style licenses. A copy of each license can be found in the licenses
directory. Source code in a given file is licensed under the BSL and the
copyright belongs to The Cockroach Authors unless otherwise noted at the
beginning of the file.

Running `make` will produce a binary that includes CCL-licensed code and is thus
subject to the terms of the CCL. To produce a binary that is free of CCL-
licensed code, run `make buildoss`.