summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStefan Junker <mail@stefanjunker.de>2022-08-25 09:40:34 +0200
committerStefan Junker <mail@stefanjunker.de>2022-09-15 10:09:06 +0200
commit60cf98b0677b080109fd4affa8b965a24d1a5ac4 (patch)
tree6dd099e54a10a66a383d968666316d1d02dc0024 /lib
parenta51c808177a8de411a628f2f356b33a37e6e953f (diff)
lib.licenses: add CAL-1.0
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 6eeba6588be1..6e3154b8a21e 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -169,6 +169,11 @@ in mkLicense lset) ({
free = false;
};
+ cal10 = {
+ fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";
+ url = "https://opensource.org/licenses/CAL-1.0";
+ };
+
capec = {
fullName = "Common Attack Pattern Enumeration and Classification";
url = "https://capec.mitre.org/about/termsofuse.html";