summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorPatrick Winter <patrick.winter@adfinis-sygroup.ch>2019-02-09 19:06:51 +0100
committerPatrick Winter <patrick.winter@adfinis-sygroup.ch>2019-02-09 19:30:09 +0100
commit44936c416f07e33cfa4f419ad3cc343e460da8e1 (patch)
tree244504bd0de77059bcecf1f683077a3ac4dfe040 /lib
parente869896d00d9c7b1485b15e891d21213b4ff97f0 (diff)
downloadnixpkgs-44936c416f07e33cfa4f419ad3cc343e460da8e1.tar
nixpkgs-44936c416f07e33cfa4f419ad3cc343e460da8e1.tar.gz
nixpkgs-44936c416f07e33cfa4f419ad3cc343e460da8e1.tar.bz2
nixpkgs-44936c416f07e33cfa4f419ad3cc343e460da8e1.tar.lz
nixpkgs-44936c416f07e33cfa4f419ad3cc343e460da8e1.tar.xz
nixpkgs-44936c416f07e33cfa4f419ad3cc343e460da8e1.tar.zst
nixpkgs-44936c416f07e33cfa4f419ad3cc343e460da8e1.zip
lib.licenses: add Open Software License 2.0
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index ed91b5adedb..07957d99a15 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -541,6 +541,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "OpenSSL License";
   };
 
+  osl2 = spdx {
+    spdxId = "OSL-2.0";
+    fullName = "Open Software License 2.0";
+  };
+
   osl21 = spdx {
     spdxId = "OSL-2.1";
     fullName = "Open Software License 2.1";