diff --git a/lib/licenses.nix b/lib/licenses.nix index d4810d412b1..6d2a6c6aada 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -287,6 +287,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { fullName = "MIT License"; }; + mpl10 = spdx { + spdxId = "MPL-1.0"; + fullName = "Mozilla Public License 1.0"; + }; + mpl11 = spdx { spdxId = "MPL-1.1"; fullName = "Mozilla Public License 1.1";