about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authortsandrini2024-07-18 09:33:52 +0200
committertsandrini2024-07-18 09:34:48 +0200
commitdd09495f645fbb840c9e6e3cbec838358b847b42 (patch)
tree4cdf7b48f5e281f7850118e75c11a6238f4634a3 /lib
parentefb39c6052f3ce51587cf19733f5f4e5d515aa13 (diff)
lib/licenses: add cc-by-nd-40
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 a608d3ec3f54..e88127206c9b 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";