about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2022-01-22 18:50:40 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-01-22 18:50:40 +0100
commit3ec5a9f36b37774542fd49a75649b32f6bf3c540 (patch)
treec609711860bd622f86041e019d8ed9aded82037e /lib
parente3e062673052ef12c7e0348d40142f75c30e9a1f (diff)
lib.licenses: add Imlib2
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index d305001a5c19d..d07a6449b8faa 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -460,6 +460,11 @@ in mkLicense lset) ({
     spdxId = "imagemagick";
   };
 
+  imlib2 = {
+    spdxId = "Imlib2";
+    fullName = "Imlib2 License";
+  };
+
   inria-compcert = {
     fullName  = "INRIA Non-Commercial License Agreement for the CompCert verified compiler";
     url       = "https://compcert.org/doc/LICENSE.txt";