From f7adcd674cf543938ee31f8cd1dcdccd4080841f Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Wed, 22 Jun 2022 21:46:04 +0200 Subject: [PATCH] lib.licenses: add lal12 and lal13 --- lib/licenses.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 054726337783..6cae6219adbb 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -548,6 +548,16 @@ in mkLicense lset) ({ free = false; }; + lal12 = { + spdxId = "LAL-1.2"; + fullName = "Licence Art Libre 1.2"; + }; + + lal13 = { + spdxId = "LAL-1.3"; + fullName = "Licence Art Libre 1.3"; + }; + lgpl2Only = { spdxId = "LGPL-2.0-only"; fullName = "GNU Library General Public License v2 only";