forked from mirrors/nixpkgs
licenses: add Knuth license
This commit is contained in:
parent
7beaf651c8
commit
2cedfd3e51
|
@ -626,6 +626,11 @@ in mkLicense lset) ({
|
||||||
free = false;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
knuth = {
|
||||||
|
fullName = "Knuth CTAN License";
|
||||||
|
spdxId = "Knuth-CTAN";
|
||||||
|
};
|
||||||
|
|
||||||
lal12 = {
|
lal12 = {
|
||||||
spdxId = "LAL-1.2";
|
spdxId = "LAL-1.2";
|
||||||
fullName = "Licence Art Libre 1.2";
|
fullName = "Licence Art Libre 1.2";
|
||||||
|
|
Loading…
Reference in a new issue