lib/licenses: fix field names
This commit is contained in:
parent
3054a201cc
commit
3cd5ecc1a9
@ -917,7 +917,7 @@ in mkLicense lset) ({
|
|||||||
|
|
||||||
ncbiPd = {
|
ncbiPd = {
|
||||||
spdxId = "NCBI-PD";
|
spdxId = "NCBI-PD";
|
||||||
fullname = "NCBI Public Domain Notice";
|
fullName = "NCBI Public Domain Notice";
|
||||||
# Due to United States copyright law, anything with this "license" does not have a copyright in the
|
# Due to United States copyright law, anything with this "license" does not have a copyright in the
|
||||||
# jurisdiction of the United States. However, other jurisdictions may assign the United States
|
# jurisdiction of the United States. However, other jurisdictions may assign the United States
|
||||||
# government copyright to the work, and the license explicitly states that in such a case, no license
|
# government copyright to the work, and the license explicitly states that in such a case, no license
|
||||||
@ -1161,7 +1161,7 @@ in mkLicense lset) ({
|
|||||||
shortName = "TSL";
|
shortName = "TSL";
|
||||||
fullName = "Timescale License Agreegment";
|
fullName = "Timescale License Agreegment";
|
||||||
url = "https://github.com/timescale/timescaledb/blob/main/tsl/LICENSE-TIMESCALE";
|
url = "https://github.com/timescale/timescaledb/blob/main/tsl/LICENSE-TIMESCALE";
|
||||||
unfree = true;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
tcltk = {
|
tcltk = {
|
||||||
@ -1297,7 +1297,7 @@ in mkLicense lset) ({
|
|||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
url = "https://github.com/zsh-users/zsh/blob/master/LICENCE";
|
url = "https://github.com/zsh-users/zsh/blob/master/LICENCE";
|
||||||
fulllName = "Zsh License";
|
fullName = "Zsh License";
|
||||||
};
|
};
|
||||||
|
|
||||||
zpl20 = {
|
zpl20 = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user