forked from mirrors/nixpkgs
licenses: add NLPL
This commit is contained in:
parent
5ed4819433
commit
9b79245235
|
@ -709,7 +709,12 @@ in mkLicense lset) ({
|
|||
|
||||
ncsa = {
|
||||
spdxId = "NCSA";
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue