about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-18 19:17:09 +0200
committerapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-19 01:50:18 +0200
commit24c524f89d6e2ce76742a4b883bf1a48b8e60e13 (patch)
treee9ddce1d99b4409a4532334a3eda555e3c649b38 /lib/licenses.nix
parent2cedfd3e51c3cc15f74959dc1217b9f54f7c05ab (diff)
licenses: add LPPL-1.0
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 491c4f39bf227..8ad6608f718a6 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -707,6 +707,11 @@ in mkLicense lset) ({
     url = "https://opensource.franz.com/preamble.html";
   };
 
+  lppl1 = {
+    spdxId = "LPPL-1.0";
+    fullName = "LaTeX Project Public License v1.0";
+  };
+
   lppl12 = {
     spdxId = "LPPL-1.2";
     fullName = "LaTeX Project Public License v1.2";