Permalink
Newer
100644
11 lines (9 sloc)
591 Bytes
1
Source code in this repository is variously licensed under the Apache Public
2
License 2.0 (APL), the CockroachDB Community License (CCL), the MIT license, and
3
BSD-style licenses. A copy of each license can be found in the licenses
4
directory. Source code in a given file is licensed under the APL and the
5
copyright belongs to The Cockroach Authors unless otherwise noted at the
6
beginning of the file.
7
8
Running `make` will produce a binary that includes CCL-licensed code and is thus
9
subject to the terms of the CCL. To produce a binary that is free of CCL-
10
licensed code, run `make buildoss`.