chore: Update license references from MIT to Apache 2.0 in footer, contributing guide, and README

This commit is contained in:
Nawaz Dhandala 2025-12-11 22:04:19 +00:00
parent 73225a06d6
commit f1004d2d75
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
<div
class="flex flex-col items-center justify-between gap-5 border-t border-zinc-900/5 pt-8 sm:flex-row">
<p class="text-xs text-zinc-600 ">
OneUptime documentation is under MIT license. Please feel free to contribute and improve it on GitHub.
OneUptime documentation is under Apache 2.0 license. Please feel free to contribute and improve it on GitHub.
</p>
<div class="flex gap-4">
<a class="group" href="https://twitter.com/OneUptimeHQ" target="_blank">

View file

@ -23,9 +23,9 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
5. Make sure your code lints.
6. Issue that pull request!
## Any contributions you make will be under the MIT Software License
## Any contributions you make will be under the Apache 2.0 Software License
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
In short, when you submit code changes, your submissions are understood to be under the same [Apache License 2.0](http://choosealicense.com/licenses/apache-2.0/) that covers the project. Feel free to contact the maintainers if that's a concern.
## Report bugs using Github's [issues](https://github.com/OneUptime/oneuptime)
@ -49,4 +49,4 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
## License
By contributing, you agree that your contributions will be licensed under its MIT License.
By contributing, you agree that your contributions will be licensed under its Apache License 2.0.

View file

@ -173,7 +173,7 @@ If you find OneUptime useful, consider supporting its development:
## 📄 License
OneUptime is licensed under the [MIT License](LICENSE).
OneUptime is licensed under the [Apache License 2.0](LICENSE).
---