mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
lib.licenses: add Parity-7.0.0 license
This commit is contained in:
parent
52d3cc4438
commit
1b76d2a5ba
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user