Provide more SPDX IDs
This commit is contained in:
parent
d43846a0d8
commit
4e7a5aca2b
@ -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 = {
|
||||||
@ -278,12 +278,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
|
|
||||||
sleepycat = spdx {
|
sleepycat = spdx {
|
||||||
spdxId = "Sleepycat";
|
spdxId = "Sleepycat";
|
||||||
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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user