lib.licenses: add Parity-7.0.0 license

This commit is contained in:
Fabián Heredia Montiel 2020-11-17 20:49:31 -06:00
parent 52d3cc4438
commit 1b76d2a5ba

View file

@ -613,6 +613,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";