summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorEmily Trau <emily@downunderctf.com>2023-05-28 12:47:50 -0700
committerEmily Trau <emily@downunderctf.com>2023-06-05 08:44:39 -0700
commit9d83529d7f1d359a90040069f7040f429288ab06 (patch)
tree87f8c316cd28eff94967c04cfdddabffa562525e /lib/licenses.nix
parent4e37b4e55b60fb7d43d2b62deb51032a489bcbe8 (diff)
licenses: add Caldera and Info-Zip
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index a9a1170050a6f..1d2565fba6c05 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -215,6 +215,12 @@ in mkLicense lset) ({
     url = "https://opensource.org/licenses/CAL-1.0";
   };
 
+  caldera = {
+    spdxId = "Caldera";
+    fullName = "Caldera License";
+    url = "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf";
+  };
+
   capec = {
     fullName = "Common Attack Pattern Enumeration and Classification";
     url = "https://capec.mitre.org/about/termsofuse.html";
@@ -556,6 +562,12 @@ in mkLicense lset) ({
     fullName = "Imlib2 License";
   };
 
+  info-zip = {
+    spdxId = "Info-ZIP";
+    fullName = "Info-ZIP License";
+    url = "http://www.info-zip.org/pub/infozip/license.html";
+  };
+
   inria-compcert = {
     fullName  = "INRIA Non-Commercial License Agreement for the CompCert verified compiler";
     url       = "https://compcert.org/doc/LICENSE.txt";