Skip to content

Remove EULA notice #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ <h4>Resources</h4>
<li class="media">
<div class="media-body"><a href="https://github.com/k0sproject/k0s">Source Code</a></div>
</li>
<li class="media">
<div class="media-body"><a href="https://k0sproject.io/licenses/eula">EULA</a></div>
</li>
<li class="media">
<div class="media-body"><a href="https://www.mirantis.com/company/privacy-policy/">Privacy Policy</a></div>
</li>
Expand Down
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,6 @@ <h4>Resources</h4>
<li class="media">
<div class="media-body"><a href="https://github.com/k0sproject/k0s">Source Code</a></div>
</li>
<li class="media">
<div class="media-body"><a href="https://k0sproject.io/licenses/eula">EULA</a></div>
</li>
<li class="media">
<div class="media-body"><a href="https://www.mirantis.com/company/privacy-policy/">Privacy Policy</a></div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion licenses/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Licenses

* The [source code](https://github.com/k0sproject/k0s) of k0s software is available under the Apache 2 license.
* The use of k0s software binaries, built by Mirantis Inc, are made available subject to [End User License Agreement](./eula.md).
* The use of the legacy k0s software binaries built by Mirantis Inc, are made available subject to [End User License Agreement](./eula.md).
2 changes: 2 additions & 0 deletions licenses/eula.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- Keeping this around for historical reasons. -->
<!-- Older k0s releases are referencing this. -->
# End-User License Agreement

This End User License Agreement ("EULA") is a legal agreement between you and Mirantis, Inc. ("Mirantis"). It covers the terms and conditions for using k0s - Kubernetes distribution and any updates that may be made available from time to time as provided by Mirantis in binary or object code form ("Software"). The source code for Software is available at https://github.com/k0sproject/k0s under the Apache License, Version 2.0 (“Apache 2.0”). IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS EULA, DO NOT INSTALL, USE, OR COPY THE SOFTWARE.
Expand Down