From 2cedfd3e51c3cc15f74959dc1217b9f54f7c05ab Mon Sep 17 00:00:00 2001 From: apfelkuchen06 Date: Sun, 18 Jun 2023 17:55:21 +0200 Subject: [PATCH] licenses: add Knuth license --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";