diff --git a/lib/licenses.nix b/lib/licenses.nix index 227bf6d0a3f4..491c4f39bf22 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -626,6 +626,11 @@ in mkLicense lset) ({ free = false; }; + knuth = { + fullName = "Knuth CTAN License"; + spdxId = "Knuth-CTAN"; + }; + lal12 = { spdxId = "LAL-1.2"; fullName = "Licence Art Libre 1.2";