mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
licenses: add NLPL
This commit is contained in:
parent
5ed4819433
commit
9b79245235
@ -712,6 +712,11 @@ in mkLicense lset) ({
|
|||||||
fullName = "University of Illinois/NCSA Open Source License";
|
fullName = "University of Illinois/NCSA Open Source License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nlpl = {
|
||||||
|
spdxId = "NLPL";
|
||||||
|
fullName = "No Limit Public License";
|
||||||
|
};
|
||||||
|
|
||||||
nposl3 = {
|
nposl3 = {
|
||||||
spdxId = "NPOSL-3.0";
|
spdxId = "NPOSL-3.0";
|
||||||
fullName = "Non-Profit Open Software License 3.0";
|
fullName = "Non-Profit Open Software License 3.0";
|
||||||
|
Loading…
Reference in New Issue
Block a user