licenses: add BSD-3-Clause-Clear

This commit is contained in:
ners 2023-05-22 15:04:11 +02:00 committed by Alyssa Ross
parent 5a891322ab
commit 7f528f2f6c

View File

@ -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'';