licenses: add BSD-3-Clause-Clear
This commit is contained in:
parent
5a891322ab
commit
7f528f2f6c
1 changed files with 5 additions and 0 deletions
|
@ -178,6 +178,11 @@ in mkLicense lset) ({
|
|||
fullName = ''BSD 3-clause "New" or "Revised" License'';
|
||||
};
|
||||
|
||||
bsd3Clear = {
|
||||
spdxId = "BSD-3-Clause-Clear";
|
||||
fullName = "BSD 3-Clause Clear License";
|
||||
};
|
||||
|
||||
bsdOriginal = {
|
||||
spdxId = "BSD-4-Clause";
|
||||
fullName = ''BSD 4-clause "Original" or "Old" License'';
|
||||
|
|
Loading…
Reference in a new issue