forked from mirrors/nixpkgs
licenses: refer to libpng2 using spdx
https://spdx.org/licenses/libpng-2.0.html
This commit is contained in:
parent
35ee15ded8
commit
a9b033d221
|
@ -457,9 +457,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
||||||
fullName = "libpng License";
|
fullName = "libpng License";
|
||||||
};
|
};
|
||||||
|
|
||||||
libpng2 = {
|
libpng2 = spdx {
|
||||||
fullName = "libpng License v2"; # 1.6.36+
|
spdxId = "libpng-2.0"; # Used since libpng 1.6.36.
|
||||||
url = "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt";
|
fullName = "PNG Reference Library version 2";
|
||||||
};
|
};
|
||||||
|
|
||||||
libtiff = spdx {
|
libtiff = spdx {
|
||||||
|
|
Loading…
Reference in a new issue