summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-03 21:12:51 +0200
committerGitHub <noreply@github.com>2022-10-03 21:12:51 +0200
commit0c8ac7b5193f42db94c1c5c0285497a6a79ec30f (patch)
treed2d1f6a7afabb6a903dddabc3324eab682d285f7 /lib
parent709f08fc847a7c745e0210540593374c02026dc6 (diff)
parent11f978d53355759a47d60d688709921f2e0fb158 (diff)
Merge pull request #188265 from steveeJ-forks/pr-holochain-launcher-bin
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 1408eda523d4..c1efe9aba05b 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -174,6 +174,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";