summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 6e7cd62515c1..64f10a7f2527 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";