summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorCOLAMAroro <github@rondier.io>2023-04-14 10:47:46 +0200
committerAlyssa Ross <hi@alyssa.is>2023-05-15 17:32:59 +0000
commit10092e14180fdff037aea3a14ad3faeaf6950ac1 (patch)
tree7db3d747524258bded4f90a561d0a936865559db /lib
parentd8dea801e9529fafc03a3ae2143d364b62fedc3c (diff)
downloadnixpkgs-10092e14180fdff037aea3a14ad3faeaf6950ac1.tar
nixpkgs-10092e14180fdff037aea3a14ad3faeaf6950ac1.tar.gz
nixpkgs-10092e14180fdff037aea3a14ad3faeaf6950ac1.tar.bz2
nixpkgs-10092e14180fdff037aea3a14ad3faeaf6950ac1.tar.lz
nixpkgs-10092e14180fdff037aea3a14ad3faeaf6950ac1.tar.xz
nixpkgs-10092e14180fdff037aea3a14ad3faeaf6950ac1.tar.zst
nixpkgs-10092e14180fdff037aea3a14ad3faeaf6950ac1.zip
licenses: add CC-BY-NC-ND-4.0
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index cea0b410f39..b3ea106e954 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -235,6 +235,12 @@ in mkLicense lset) ({
     free = false;
   };
 
+  cc-by-nc-nd-40 = {
+    spdxId = "CC-BY-NC-ND-4.0";
+    fullName = "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International";
+    free = false;
+  };
+
   cc-by-nc-sa-20 = {
     spdxId = "CC-BY-NC-SA-2.0";
     fullName = "Creative Commons Attribution Non Commercial Share Alike 2.0";