mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore: Update license references from MIT to Apache 2.0 in footer, contributing guide, and README
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div
|
<div
|
||||||
class="flex flex-col items-center justify-between gap-5 border-t border-zinc-900/5 pt-8 sm:flex-row">
|
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 ">
|
<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>
|
</p>
|
||||||
<div class="flex gap-4">
|
<div class="flex gap-4">
|
||||||
<a class="group" href="https://twitter.com/OneUptimeHQ" target="_blank">
|
<a class="group" href="https://twitter.com/OneUptimeHQ" target="_blank">
|
||||||
|
|||||||
@@ -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.
|
5. Make sure your code lints.
|
||||||
6. Issue that pull request!
|
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)
|
## 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
|
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user