From 24c524f89d6e2ce76742a4b883bf1a48b8e60e13 Mon Sep 17 00:00:00 2001 From: apfelkuchen06 Date: Sun, 18 Jun 2023 19:17:09 +0200 Subject: [PATCH] licenses: add LPPL-1.0 --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 491c4f39bf22..8ad6608f718a 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";