about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-21 22:33:42 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-21 22:33:42 +0200
commit80fc46903159eaf00332e5043ada0bb602a4eba1 (patch)
treefbf8f1a91308884499cfb176fe9711c774281f6e /lib
parentbb96577b51766adcda5a1ad5c9d3310ae276cc47 (diff)
parent13ecba54c3246c8458dc434a213df64477571f19 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
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";