licenses: add NLPL

This commit is contained in:
Arnout Engelen 2023-01-24 11:24:04 +01:00
parent 5ed4819433
commit 9b79245235
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -712,6 +712,11 @@ in mkLicense lset) ({
fullName = "University of Illinois/NCSA Open Source License";
};
nlpl = {
spdxId = "NLPL";
fullName = "No Limit Public License";
};
nposl3 = {
spdxId = "NPOSL-3.0";
fullName = "Non-Profit Open Software License 3.0";