lib.licenses: add Parity-7.0.0 license

wip/yesman
Fabián Heredia Montiel 4 years ago
parent 52d3cc4438
commit 1b76d2a5ba
  1. 6
      lib/licenses.nix

@ -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…
Cancel
Save