From fb6372b44a62af02f297edf69a0eb6578c7005bd Mon Sep 17 00:00:00 2001 From: stdNullPtr Date: Sun, 1 Jun 2025 19:59:35 +0300 Subject: [PATCH] fix: correct license from MIT claim to actual AGPL-3.0 - README incorrectly claimed MIT License while LICENSE file contains AGPL v3 - Fixed README to correctly state GNU Affero General Public License v3.0 - Updated license badge to show AGPL-3.0 - Added copyright header for Phishy (2024-2025 stdNullPtr) - Updated license description to explain AGPL's copyleft nature AGPL-3.0 ensures all derivatives remain open source, even network services. Commercial use is allowed but all modifications must be open sourced. --- LICENSE | 8 ++++++++ README.md | 13 +++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) 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