summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-02-09 13:54:06 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2023-02-09 15:50:20 +0100
commit235d9e218736a7d930992e7297bef1182d69fd60 (patch)
tree3887efca0931f4fa83b8a91083a0b72598ce3386 /lib
parent32f4189721c6821d273fafaafbaaf5f0eac2f1f4 (diff)
downloadnixpkgs-235d9e218736a7d930992e7297bef1182d69fd60.tar
nixpkgs-235d9e218736a7d930992e7297bef1182d69fd60.tar.gz
nixpkgs-235d9e218736a7d930992e7297bef1182d69fd60.tar.bz2
nixpkgs-235d9e218736a7d930992e7297bef1182d69fd60.tar.lz
nixpkgs-235d9e218736a7d930992e7297bef1182d69fd60.tar.xz
nixpkgs-235d9e218736a7d930992e7297bef1182d69fd60.tar.zst
nixpkgs-235d9e218736a7d930992e7297bef1182d69fd60.zip
lib/licenses.nix: Add cc-by-nc-nd-30
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 0c4d9d8bc9e..601ea5866cf 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -220,6 +220,12 @@ in mkLicense lset) ({
     fullName = "Creative Commons Zero v1.0 Universal";
   };
 
+  cc-by-nc-nd-30 = {
+    spdxId = "CC-BY-NC-ND-3.0";
+    fullName = "Creative Commons Attribution Non Commercial No Derivative Works 3.0 Unported";
+    free = false;
+  };
+
   cc-by-nc-sa-20 = {
     spdxId = "CC-BY-NC-SA-2.0";
     fullName = "Creative Commons Attribution Non Commercial Share Alike 2.0";