aboutsummaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2019-02-24 12:02:11 +0100
committerGitHub <noreply@github.com>2019-02-24 12:02:11 +0100
commit631bc2c99f1441d2dd460769a7144efdfc7dca8f (patch)
tree15d79101e19543b11bd0d20eb2dd303be677e046 /lib/licenses.nix
parented239c3947314d89596295a360850054bf783cfd (diff)
parentc03098d0873e57670396d2d2399dcffdf703f561 (diff)
Merge pull request #55488 from winpat/add_dirvish
dirvish: init at 1.2.1
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index b022d8bc11bf..d285ba2ea0aa 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -561,6 +561,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";