summaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-08-26 12:53:24 +0100
committerGitHub <noreply@github.com>2024-08-26 12:53:24 +0100
commit96948c38c80a3eaec083f8a42fdc1882cc92e073 (patch)
tree995c34a4e5db1e528f5577d5a179a7141455c8fe /lib/licenses.nix
parentmealie: v1.11.0 -> v1.12.0 (#336527) (diff)
parentcockroach-bin: Update licenses (diff)
downloadnixpkgs-96948c38c80a3eaec083f8a42fdc1882cc92e073.tar.gz
cockroachdb-bin: Update licenses (#335770)
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index ff68d1486437..333d32deded3 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -404,6 +404,12 @@ lib.mapAttrs mkLicense ({
fullName = "CeCILL-C Free Software License Agreement";
};
+ cockroachdb-community-license = {
+ fullName = "CockroachDB Community License Agreement";
+ url = "https://www.cockroachlabs.com/cockroachdb-community-license/";
+ free = false;
+ };
+
cpal10 = {
spdxId = "CPAL-1.0";
fullName = "Common Public Attribution License 1.0";