We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614a675 commit cb3acc6Copy full SHA for cb3acc6
lib/cabal-licenses.nix
@@ -4,11 +4,13 @@ lib: with lib.licenses;
4
MIT = mit;
5
"MPL-2.0" = mpl20;
6
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;
+ "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;
12
+ "AGPL-3.0-or-later" = agpl3Plus;
13
+ "Apache-2.0" = asl20;
14
# Generic
15
LicenseRef-Apache = "Apache";
16
LicenseRef-GPL = "GPL";
0 commit comments