Source code in this repository is variously licensed under the Apache Public
License 2.0 (APL), 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 APL 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`.
