about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2023-01-24 11:29:22 +0100
committerGitHub <noreply@github.com>2023-01-24 11:29:22 +0100
commit353e2d957c7421cae4e3ab42739a0997ea7e310f (patch)
tree8bb866fe4b6357b29e8d138631cd1e14d6dfb26c /lib/licenses.nix
parent268c77c55de109a1c7d8a849e43899cc2954b276 (diff)
parenta146de830d8791c7c0f8177fd9f68b5745e49fcc (diff)
Merge pull request #212408 from raboof/imapsync-fix-license
imapsync: fix license
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 e88054134a3dc..f22d1401410b6 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -715,7 +715,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 = {