summaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-07-18 22:32:02 +0400
committerGitHub <noreply@github.com>2024-07-18 22:32:02 +0400
commitc35032a3c98e9bbdd8eef7337d9de2cb5f174d99 (patch)
tree56ccfa8cc594eacf4c283d933d387fa921da4f9a /lib/licenses.nix
parentMerge pull request #327948 from eclairevoyant/raylib-fix (diff)
parentmqtt-explorer: init at 0.4.0-beta.6 (diff)
downloadnixpkgs-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.nix6
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";