updated with correct license

This commit is contained in:
2026-02-18 12:43:47 +01:00
parent a3ec699b59
commit 52e3d0c07e
65 changed files with 1166 additions and 4 deletions

View File

@@ -367,7 +367,11 @@ xcodebuild test -scheme oAI
## License
MIT License - See [LICENSE](LICENSE) for details.
oAI is free software licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0)**.
This means you are free to use, study, modify, and distribute oAI, but any modified version you run as a network service must also be made available as free software under the same license.
See [LICENSE](LICENSE) for the full license text, or visit [gnu.org/licenses/agpl-3.0](https://www.gnu.org/licenses/agpl-3.0.html).
## Author
@@ -378,7 +382,7 @@ MIT License - See [LICENSE](LICENSE) for details.
## Contributing
Contributions are welcome! Please follow these steps:
Contributions are welcome! By submitting a pull request you agree that your contribution will be licensed under the AGPL-3.0.
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)