licenses: add bsdProtection

see https://spdx.org/licenses/BSD-Protection.html
This commit is contained in:
Robert Scott 2020-08-03 21:20:05 +01:00 committed by Jon
parent 64a8d0115b
commit f26cbd0caa

View file

@ -110,6 +110,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = ''BSD 4-clause "Original" or "Old" License'';
};
bsdProtection = spdx {
spdxId = "BSD-Protection";
fullName = "BSD Protection License";
};
bsl11 = {
fullName = "Business Source License 1.1";
url = "https://mariadb.com/bsl11";