lib.licenses: add Open Software License
OSL and derivatives (AFL and NPOSL)
This commit is contained in:
parent
8627859793
commit
9083624cfc
@ -15,7 +15,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
|
|
||||||
afl21 = spdx {
|
afl21 = spdx {
|
||||||
spdxId = "AFL-2.1";
|
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 {
|
agpl3 = spdx {
|
||||||
@ -426,6 +431,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
fullName = "Notion modified LGPL";
|
fullName = "Notion modified LGPL";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nposl3 = spdx {
|
||||||
|
spdxId = "NPOSL-3.0";
|
||||||
|
fullName = "Non-Profit Open Software License 3.0";
|
||||||
|
};
|
||||||
|
|
||||||
ofl = spdx {
|
ofl = spdx {
|
||||||
spdxId = "OFL-1.1";
|
spdxId = "OFL-1.1";
|
||||||
fullName = "SIL Open Font License 1.1";
|
fullName = "SIL Open Font License 1.1";
|
||||||
@ -441,7 +451,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
fullName = "OpenSSL License";
|
fullName = "OpenSSL License";
|
||||||
};
|
};
|
||||||
|
|
||||||
osl = spdx {
|
osl21 = spdx {
|
||||||
|
spdxId = "OSL-2.1";
|
||||||
|
fullName = "Open Software License 2.1";
|
||||||
|
};
|
||||||
|
|
||||||
|
osl3 = spdx {
|
||||||
spdxId = "OSL-3.0";
|
spdxId = "OSL-3.0";
|
||||||
fullName = "Open Software License 3.0";
|
fullName = "Open Software License 3.0";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user