mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
lib.licenses: add CAL-1.0
This commit is contained in:
parent
a51c808177
commit
60cf98b067
@ -169,6 +169,11 @@ in mkLicense lset) ({
|
|||||||
free = false;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cal10 = {
|
||||||
|
fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";
|
||||||
|
url = "https://opensource.org/licenses/CAL-1.0";
|
||||||
|
};
|
||||||
|
|
||||||
capec = {
|
capec = {
|
||||||
fullName = "Common Attack Pattern Enumeration and Classification";
|
fullName = "Common Attack Pattern Enumeration and Classification";
|
||||||
url = "https://capec.mitre.org/about/termsofuse.html";
|
url = "https://capec.mitre.org/about/termsofuse.html";
|
||||||
|
Loading…
Reference in New Issue
Block a user