github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ccl/README.md (about) 1 # Cockroach Community License (ccl) Functionality 2 This tree is intended to house our non-Apache2 licensed Go packages. By 3 convention, all packages under this tree have the suffix `ccl`. 4 5 Grouping CCL packages into one tree and clearly labeling all CCL packages 6 with a recognizable suffix will hopefully make it easier to identify and prevent 7 introducing any accidental dependencies on ccl from Apache2 packages. 8 9 C++ CCL code lives in [c-deps/libroach/ccl](/c-deps/libroach/ccl).