diff --git a/lib/licenses.nix b/lib/licenses.nix index 6e7cd62515c1c24..64f10a7f25277c0 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -623,6 +623,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) { fullName = "Open Software License 3.0"; }; + parity70 = spdx { + spdxId = "Parity-7.0.0"; + fullName = "Parity Public License 7.0.0"; + url = "https://paritylicense.com/versions/7.0.0.html"; + }; + php301 = spdx { spdxId = "PHP-3.01"; fullName = "PHP License v3.01";