From 5dd445507dfb7fb3d8742ed5b1953a4d119a91a9 Mon Sep 17 00:00:00 2001 From: taoky Date: Mon, 11 Nov 2024 17:22:33 +0800 Subject: [PATCH] Clarify license --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c792b48..c6cd006 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ If you don't like appending a long argument list, you could use `--config` ([exa Also, if you need debugging, you could use `do-update` and `do-remove` command to operate on a single package. +## License + +Apache-2.0/AFL-3.0 dual license + ## Acknowledgements This project uses some code from PyPI's official mirroring tools, [bandersnatch](https://github.com/pypa/bandersnatch). It uses Academic Free License v3, and you could read its license contents [here](./LICENSE.AFL).