diff options
| author | Nikolay Korotkiy <sikmir@disroot.org> | 2024-07-18 22:32:02 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 22:32:02 +0400 |
| commit | c35032a3c98e9bbdd8eef7337d9de2cb5f174d99 (patch) | |
| tree | 56ccfa8cc594eacf4c283d933d387fa921da4f9a /lib/licenses.nix | |
| parent | Merge pull request #327948 from eclairevoyant/raylib-fix (diff) | |
| parent | mqtt-explorer: init at 0.4.0-beta.6 (diff) | |
| download | nixpkgs-c35032a3c98e9bbdd8eef7337d9de2cb5f174d99.tar.gz | |
Merge pull request #323143 from tsandrini/init-mqtt-explorer
mqtt-explorer: init at 0.4.0-beta.6
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 c5d05437efc0..eef9c6706886 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -317,6 +317,12 @@ in mkLicense lset) ({ free = false; }; + cc-by-nd-40 = { + spdxId = "CC-BY-ND-4.0"; + fullName = "Creative Commons Attribution-No Derivative Works v4.0"; + free = false; + }; + cc-by-sa-10 = { spdxId = "CC-BY-SA-1.0"; fullName = "Creative Commons Attribution Share Alike 1.0"; |
