libpng: 1.6.35 -> 1.6.36, license v2

This commit is contained in:
Will Dietz
2018-12-03 06:18:31 -06:00
parent 9960a413f4
commit 6f986c8bdc
2 changed files with 11 additions and 6 deletions

View File

@@ -451,6 +451,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "libpng License";
};
libpng2 = {
fullName = "libpng License v2"; # 1.6.36+
inherit (libpng) url;
};
libtiff = spdx {
spdxId = "libtiff";
fullName = "libtiff License";