about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2017-11-26 18:19:14 +0100
committerGitHub <noreply@github.com>2017-11-26 18:19:14 +0100
commit819d089772e667029bc51b9b65f3111408339034 (patch)
treeceb0855e73f4b3b8c869357d068e2fc4872dd726 /lib
parent3fc7f924af237394785976ce93fd7960c2999d77 (diff)
parent203a59eec26272379b0d25e450ea0e64dd7aec3a (diff)
Merge pull request #31538 from c0bw3b/pkg/libsmbios
libsmbios: 2.3.2 -> 2.3.3
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix19
1 files changed, 17 insertions, 2 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 7c713c7aa8d48..1f2c448470b38 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -15,7 +15,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
 
   afl21 = spdx {
     spdxId = "AFL-2.1";
-    fullName = "Academic Free License";
+    fullName = "Academic Free License v2.1";
+  };
+
+  afl3 = spdx {
+    spdxId = "AFL-3.0";
+    fullName = "Academic Free License v3.0";
   };
 
   agpl3 = spdx {
@@ -426,6 +431,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Notion modified LGPL";
   };
 
+  nposl3 = spdx {
+    spdxId = "NPOSL-3.0";
+    fullName = "Non-Profit Open Software License 3.0";
+  };
+
   ofl = spdx {
     spdxId = "OFL-1.1";
     fullName = "SIL Open Font License 1.1";
@@ -441,7 +451,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "OpenSSL License";
   };
 
-  osl = spdx {
+  osl21 = spdx {
+    spdxId = "OSL-2.1";
+    fullName = "Open Software License 2.1";
+  };
+
+  osl3 = spdx {
     spdxId = "OSL-3.0";
     fullName = "Open Software License 3.0";
   };