diff --git a/LICENSE b/LICENSE index 0ad25db..1328635 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,11 @@ +Phishy - Out-of-process fishing automation tool for World of Warcraft +Copyright (C) 2024-2025 stdNullPtr + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published +by the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 diff --git a/README.md b/README.md index 5027ba6..926fdf9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Downloads - License + License

@@ -270,7 +270,16 @@ Please ensure your code follows the existing patterns and includes appropriate e ## 📜 License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0)** - see the [LICENSE](LICENSE) file for details. + +### What this means: +- ✅ **Free to use, modify, and distribute** +- ✅ **Commercial use is allowed** +- ✅ **All derivatives MUST be open source** +- ✅ **Network use requires source disclosure** +- ⚠️ **Strong copyleft - changes must use AGPL-3.0** + +The AGPL ensures that all modifications and derivatives remain open source, even when used as a network service. If you modify this code and provide it as a service, you must share your source code. ## 🙏 Acknowledgments