From ef1993cff3094942fb9fac2a58acf27c7c3f026c Mon Sep 17 00:00:00 2001 From: Mufeed VH Date: Mon, 23 Jun 2025 19:14:02 +0530 Subject: [PATCH] docs: correct license reference from MIT to AGPL in README The README incorrectly stated the project was licensed under MIT, while the LICENSE file contains AGPL. This commit updates the README to accurately reflect the AGPL license used by the project. Fixes #30 Fixes #33 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2d6fce..765b103 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f ## 📄 License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL License - see the [LICENSE](LICENSE) file for details. ## 🙏 Acknowledgments