licenses: add bsd2WithViews

This commit is contained in:
Gabriel Arazas 2022-11-16 12:01:05 +08:00
parent 3537f2ccd5
commit 62b78d1ead

View File

@ -154,6 +154,11 @@ in mkLicense lset) ({
fullName = "BSD-2-Clause Plus Patent License"; fullName = "BSD-2-Clause Plus Patent License";
}; };
bsd2WithViews = {
spdxId = "BSD-2-Clause-Views";
fullName = "BSD 2-Clause with views sentence";
};
bsd3 = { bsd3 = {
spdxId = "BSD-3-Clause"; spdxId = "BSD-3-Clause";
fullName = ''BSD 3-clause "New" or "Revised" License''; fullName = ''BSD 3-clause "New" or "Revised" License'';