licenses: add Beerware

This commit is contained in:
makefu 2016-10-03 19:43:26 +02:00
parent fb67647971
commit 46370ee178
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -65,6 +65,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Boost Software License 1.0";
};
beerware = spdx {
spdxId = "Beerware";
fullName = ''Beerware License'';
};
bsd2 = spdx {
spdxId = "BSD-2-Clause";
fullName = ''BSD 2-clause "Simplified" License'';