diff --git a/lib/licenses.nix b/lib/licenses.nix index d07a6449b8fa..84e2a10bf320 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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";