diff --git a/APIReference/views/partials/footer.ejs b/APIReference/views/partials/footer.ejs
index 46b929c6b5..cba374299f 100644
--- a/APIReference/views/partials/footer.ejs
+++ b/APIReference/views/partials/footer.ejs
@@ -4,7 +4,7 @@
- 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.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f30977e2b..1bf9aa71f7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.
diff --git a/README.md b/README.md
index a88c4aa47f..4814b0280f 100644
--- a/README.md
+++ b/README.md
@@ -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).
---