licenses: add bsdProtection

see https://spdx.org/licenses/BSD-Protection.html
wip/yesman
Robert Scott 4 years ago committed by Jon
parent 64a8d0115b
commit f26cbd0caa
  1. 5
      lib/licenses.nix

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

Loading…
Cancel
Save