Add AGPL-3.0-only and AGPL-3.0-or-later to cabal-licenses.nix (#503)

This commit is contained in:
Zhenya Vinogradov 2020-03-20 10:15:03 +03:00 committed by GitHub
parent 614a675330
commit cb3acc6bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,13 @@ lib: with lib.licenses;
MIT = mit;
"MPL-2.0" = mpl20;
ISC = isc;
"LGPL-2.1-only" = lgpl21;
"LGPL-3.0-only" = lgpl3;
"GPL-2.0-only" = gpl2;
"GPL-3.0-only" = gpl3;
"Apache-2.0" = asl20;
"LGPL-2.1-only" = lgpl21;
"LGPL-3.0-only" = lgpl3;
"GPL-2.0-only" = gpl2;
"GPL-3.0-only" = gpl3;
"AGPL-3.0-only" = agpl3;
"AGPL-3.0-or-later" = agpl3Plus;
"Apache-2.0" = asl20;
# Generic
LicenseRef-Apache = "Apache";
LicenseRef-GPL = "GPL";