diff options
| author | Robert Scott <code@humanleg.org.uk> | 2024-08-26 12:53:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 12:53:24 +0100 |
| commit | 96948c38c80a3eaec083f8a42fdc1882cc92e073 (patch) | |
| tree | 995c34a4e5db1e528f5577d5a179a7141455c8fe /lib/licenses.nix | |
| parent | mealie: v1.11.0 -> v1.12.0 (#336527) (diff) | |
| parent | cockroach-bin: Update licenses (diff) | |
| download | nixpkgs-96948c38c80a3eaec083f8a42fdc1882cc92e073.tar.gz | |
cockroachdb-bin: Update licenses (#335770)
Diffstat (limited to 'lib/licenses.nix')
| -rw-r--r-- | lib/licenses.nix | 6 |
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"; |
