From 9d83529d7f1d359a90040069f7040f429288ab06 Mon Sep 17 00:00:00 2001 From: Emily Trau Date: Sun, 28 May 2023 12:47:50 -0700 Subject: [PATCH] licenses: add Caldera and Info-Zip --- lib/licenses.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index a9a1170050a6..1d2565fba6c0 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";