From e855e18997ba672bea0d62cf897f90d9efea65ed Mon Sep 17 00:00:00 2001 From: danilaverbena Date: Mon, 20 Jul 2026 15:45:31 +0300 Subject: [PATCH] docs: align README license with the committed LICENSE file (AGPL-3.0) The README's License section states Apache License 2.0, but the committed LICENSE file is the GNU Affero General Public License v3.0 (AGPL-3.0). This updates the README text to match the actual LICENSE file so the documentation reflects the license that legally applies. The LICENSE file itself is unchanged. If Apache-2.0 was the intended license, the LICENSE file should be updated instead (maintainer decision). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0eedc5..e8414b6 100644 --- a/README.md +++ b/README.md @@ -826,7 +826,7 @@ cargo bench --package setu-benchmark ## 📄 License -This project is licensed under the **Apache License 2.0** — see [LICENSE](LICENSE) for details. +This project is licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0)** — see [LICENSE](LICENSE) for details. ---