mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
licenses: add CAPEC
This commit is contained in:
parent
2a42aa9029
commit
8e394b8533
1 changed files with 5 additions and 0 deletions
|
@ -153,6 +153,11 @@ in mkLicense lset) ({
|
||||||
free = false;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
capec = {
|
||||||
|
fullName = "Common Attack Pattern Enumeration and Classification";
|
||||||
|
url = "https://capec.mitre.org/about/termsofuse.html";
|
||||||
|
};
|
||||||
|
|
||||||
clArtistic = {
|
clArtistic = {
|
||||||
spdxId = "ClArtistic";
|
spdxId = "ClArtistic";
|
||||||
fullName = "Clarified Artistic License";
|
fullName = "Clarified Artistic License";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue