Provide more SPDX IDs

This commit is contained in:
Eelco Dolstra 2014-11-05 15:33:11 +01:00
parent d43846a0d8
commit 4e7a5aca2b

View File

@ -209,9 +209,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "libpng License"; fullName = "libpng License";
}; };
libtiff = { libtiff = spdx {
fullName = "libtiff license"; spdxId = "libtiff";
url = https://fedoraproject.org/wiki/Licensing/libtiff; fullName = "libtiff License";
}; };
llgpl21 = { llgpl21 = {
@ -281,9 +281,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Sleepycat License"; fullName = "Sleepycat License";
}; };
tcltk = { tcltk = spdx {
fullName = "Tcl/Tk license"; spdxId = "TCL";
url = http://www.tcl.tk/software/tcltk/license.html; fullName = "TCL/TK License";
}; };
unfree = { unfree = {
@ -302,9 +302,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
# channel and NixOS images. # channel and NixOS images.
}; };
unlicense = { unlicense = spdx {
fullName = "Unlicense"; spdxId = "Unlicense";
url = http://unlicense.org/; fullName = "The Unlicense";
}; };
wadalab = { wadalab = {