Skip to content

Commit

Permalink
licenses: add Brother EULA
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-serwin committed Dec 22, 2024
1 parent b9413db commit ca96b97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ lib.mapAttrs mkLicense ({
fullName = "Boost Software License 1.0";
};

brotherEula = {
fullName = "Brother License Agreement";
url = "https://support.brother.com/g/s/agreement/English_eula/agree.html";
free = false;
redistributable = true;
};

beerware = {
spdxId = "Beerware";
fullName = "Beerware License";
Expand Down

0 comments on commit ca96b97

Please sign in to comment.