Merge pull request #104118 from LibreCybernetics/add-parity-license

lib.licenses: add Parity-7.0.0 license
This commit is contained in:
Doron Behar 2020-12-18 11:55:21 +02:00 committed by GitHub
commit 15edb396ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";