Update LICENSE: switch from MIT to GNU AGPL v3
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 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** 🦀
|
||||
Reference in New Issue
Block a user