lib.licenses: add MIT-advertising

This commit is contained in:
c0bw3b 2022-01-23 18:05:27 +01:00
parent 3ec5a9f36b
commit f4d82e40e8

View File

@ -592,6 +592,11 @@ in mkLicense lset) ({
fullName = "MIT License";
};
mitAdvertising = {
spdxId = "MIT-advertising";
fullName = "Enlightenment License (e16)";
};
mpl10 = {
spdxId = "MPL-1.0";
fullName = "Mozilla Public License 1.0";