Skip to content

Commit cb3acc6

Browse files
Add AGPL-3.0-only and AGPL-3.0-or-later to cabal-licenses.nix (input-output-hk#503)
1 parent 614a675 commit cb3acc6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lib/cabal-licenses.nix

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ lib: with lib.licenses;
44
MIT = mit;
55
"MPL-2.0" = mpl20;
66
ISC = isc;
7-
"LGPL-2.1-only" = lgpl21;
8-
"LGPL-3.0-only" = lgpl3;
9-
"GPL-2.0-only" = gpl2;
10-
"GPL-3.0-only" = gpl3;
11-
"Apache-2.0" = asl20;
7+
"LGPL-2.1-only" = lgpl21;
8+
"LGPL-3.0-only" = lgpl3;
9+
"GPL-2.0-only" = gpl2;
10+
"GPL-3.0-only" = gpl3;
11+
"AGPL-3.0-only" = agpl3;
12+
"AGPL-3.0-or-later" = agpl3Plus;
13+
"Apache-2.0" = asl20;
1214
# Generic
1315
LicenseRef-Apache = "Apache";
1416
LicenseRef-GPL = "GPL";

0 commit comments

Comments
 (0)