Skip to content

Commit

Permalink
licenses: add bsdProtection
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle authored and Jon committed Aug 3, 2020
1 parent 64a8d01 commit f26cbd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f26cbd0

Please sign in to comment.