From e4c34a20e6504e18f16a6a6d38df7100e9799266 Mon Sep 17 00:00:00 2001
From: "Philipp C. Heckel" <philipp.heckel@gmail.com>
Date: Fri, 19 Nov 2021 20:21:16 -0500
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f09835d..3fcd88e 100644
--- a/README.md
+++ b/README.md
@@ -176,13 +176,13 @@ To build releases, I use [GoReleaser](https://goreleaser.com/). If you have that
 
 ## TODO
 - add HTTPS
-- make limits configurable
 
 ## Contributing
 I welcome any and all contributions. Just create a PR or an issue.
 
 ## License
-Made with ❤️ by [Philipp C. Heckel](https://heckel.io), distributed under the [Apache License 2.0](LICENSE).
+Made with ❤️ by [Philipp C. Heckel](https://heckel.io).   
+The project is dual licensed under the [Apache License 2.0](LICENSE) and the [GPLv2 License](LICENSE.GPLv2).
 
 Third party libraries and resources:
 * [github.com/urfave/cli/v2](https://github.com/urfave/cli/v2) (MIT) is used to drive the CLI
-- 
GitLab