lib.licenses: add Open Software License 2.0
This commit is contained in:
parent
e869896d00
commit
44936c416f
@ -541,6 +541,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
fullName = "OpenSSL License";
|
fullName = "OpenSSL License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
osl2 = spdx {
|
||||||
|
spdxId = "OSL-2.0";
|
||||||
|
fullName = "Open Software License 2.0";
|
||||||
|
};
|
||||||
|
|
||||||
osl21 = spdx {
|
osl21 = spdx {
|
||||||
spdxId = "OSL-2.1";
|
spdxId = "OSL-2.1";
|
||||||
fullName = "Open Software License 2.1";
|
fullName = "Open Software License 2.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user