about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-21 19:57:12 +0200
committerGitHub <noreply@github.com>2022-10-21 19:57:12 +0200
commit5106dc0ddb017481c12c28b076c629f77fcaedd2 (patch)
tree7ceff1d44c8bed58e7e22b811a321a36fbdac2fd /lib
parent844715a8b9bcf467f9f0223a55d300fceab81e08 (diff)
parent0eceb37a6c6ff38ac9269056ebfd65f6d71d9333 (diff)
Merge pull request #196397 from fgaz/hikounomizu/init
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 312bac45cbd56..4cd65277771fa 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -554,6 +554,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";