lib.licenses: add DRL-1.0
https://spdx.org/licenses/DRL-1.0.html https://github.com/SigmaHQ/sigma/blob/master/LICENSE.Detection.Rules.md
This commit is contained in:
parent
d0e8eb109f
commit
b544d177a2
1 changed files with 5 additions and 0 deletions
|
@ -285,6 +285,11 @@ in mkLicense lset) ({
|
|||
fullName = "DOC License";
|
||||
};
|
||||
|
||||
drl10 = {
|
||||
spdxId = "DRL-1.0";
|
||||
fullName = "Detection Rule License 1.0";
|
||||
};
|
||||
|
||||
eapl = {
|
||||
fullName = "EPSON AVASYS PUBLIC LICENSE";
|
||||
url = "https://avasys.jp/hp/menu000000700/hpg000000603.htm";
|
||||
|
|
Loading…
Reference in a new issue