about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2022-07-01 00:33:28 +0700
committertoastal <toastal@posteo.net>2022-07-02 15:51:25 +0700
commitbf0608a64253ee1b4baec38e0297b4801c59b09d (patch)
treefabbaa1e51d85c80b34230da649b70316734e473 /lib
parentafc3ccc80256df15f9757b31e180f8b4651fc28a (diff)
lib.licenses: add Aladdin Free Public License
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 4fa6d6abc7a7c..873ad1b7bbda4 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -55,6 +55,12 @@ in mkLicense lset) ({
     fullName = "GNU Affero General Public License v3.0 or later";
   };
 
+  aladdin = {
+    spdxId = "Aladdin";
+    fullName = "Aladdin Free Public License";
+    free = false;
+  };
+
   amazonsl = {
     fullName = "Amazon Software License";
     url = "https://aws.amazon.com/asl/";