libpng: use spdx licensing method

This commit is contained in:
Mateusz Kowalczyk
2014-09-21 18:53:20 +01:00
parent 56d9b3c4d8
commit fe86a03a1c
4 changed files with 11 additions and 5 deletions

View File

@@ -182,6 +182,11 @@ rec {
fullName = "GNU Lesser General Public License v3.0 or later";
};
libpng = spdx {
shortName = "Libpng";
fullName = "libpng License";
};
libtiff = {
shortName = "libtiff";
fullName = "libtiff license";
@@ -292,4 +297,3 @@ rec {
};
}