Update LICENSE: switch from MIT to GNU AGPL v3

This commit is contained in:
2025-09-30 03:38:52 +02:00
parent 4ca71a7c6b
commit 380a5cd20e
3 changed files with 663 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
![Status](https://img.shields.io/badge/status-alpha-yellow)
![Version](https://img.shields.io/badge/version-0.1.0-blue)
![Rust](https://img.shields.io/badge/made_with-Rust-ffc832?logo=rust&logoColor=white)
![License](https://img.shields.io/badge/license-MIT-green)
![License](https://img.shields.io/badge/license-AGPL--3.0-blue)
## Alpha Status
@@ -175,7 +175,7 @@ owlen/
│ ├── owlen-ollama/ # Ollama provider implementation
│ ├── owlen-tui/ # TUI components (chat_app, code_app, rendering)
│ └── owlen-cli/ # Binary entry points (owlen, owlen-code)
├── LICENSE # MIT License
├── LICENSE # AGPL-3.0 License
├── Cargo.toml # Workspace configuration
└── README.md
```
@@ -264,7 +264,7 @@ Please open an issue first for significant changes to discuss the approach.
## 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.
## Acknowledgments
@@ -276,4 +276,4 @@ Built with:
---
**Status**: Alpha v0.1.0 | **License**: MIT | **Made with Rust** 🦀
**Status**: Alpha v0.1.0 | **License**: AGPL-3.0 | **Made with Rust** 🦀