about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2023-01-24 11:24:04 +0100
committerArnout Engelen <arnout@bzzt.net>2023-01-24 11:24:04 +0100
commit9b7924523595c98b38e1f607b652ba3b16312e54 (patch)
tree8863044ab09086473e75f50409351c358cf2e67f /lib/licenses.nix
parent5ed481943351e9fd354aeb557679624224de38d5 (diff)
licenses: add NLPL
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 52956e52afa65..34c84db47625b 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -709,7 +709,12 @@ in mkLicense lset) ({
 
   ncsa = {
     spdxId = "NCSA";
-    fullName  = "University of Illinois/NCSA Open Source License";
+    fullName = "University of Illinois/NCSA Open Source License";
+  };
+
+  nlpl = {
+    spdxId = "NLPL";
+    fullName = "No Limit Public License";
   };
 
   nposl3 = {