Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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

Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img alt="Downloads" src="https://img.shields.io/github/downloads/stdNullPtr/Phishy/total?style=for-the-badge&logo=github">
</a>
<a href="https://github.com/stdNullPtr/Phishy/blob/master/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/stdNullPtr/Phishy?style=for-the-badge">
<img alt="License" src="https://img.shields.io/badge/license-AGPL--3.0-blue?style=for-the-badge">
</a>
</p>

Expand Down Expand Up @@ -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

Expand Down