End User License Agreement (EULA)

GRANT OF LICENSE

FREE LICENSE

MIX VPN hereby grants You a revocable, non-exclusive, non-transferable, limited and perpetual license to download, install and use the Software solely for your personal, non-commercial purposes strictly in accordance with the terms of this Agreement.

PAID LICENSE

Upon payment of the applicable fees for the Software and continuous compliance with the terms and conditions of this Agreement, MIX VPN hereby grants You a revocable, non-exclusive, non-transferable, limited and perpetual license to download, install and use the Software, strictly in accordance with the terms of this Agreement.

UNAUTHORIZED USE

You agree to use Your reasonable efforts to prevent and protect the contents of the Software from unauthorized use or disclosure, with at least the same degree of care that You use to protect Your own confidential and proprietary information, but in no event less than a reasonable degree of care under the circumstances.

OWNERSHIP RIGHTS

The MIX VPN Software is the intellectual property of LLC GUAVA BRAVO TECHNOLOGY and is protected by applicable copyright laws, international treaty provisions and other applicable laws of the country in which the Software is being used.

The structure, organization and code of the Software are valuable trade secrets and confidential information of LLC GUAVA BRAVO TECHNOLOGY. To the extent you provide any comments or suggestions about the Software LLC GUAVA BRAVO TECHNOLOGY, LLC GUAVA BRAVO TECHNOLOGY shall have the right to retain and use any such comments or suggestions in our current or future products or services, without further compensation to you and without your approval of such retention or use.

Except as stated in this Agreement, your possession, installation and use of the Software does not grant you any rights or title to any intellectual property rights in the Software. All rights to the Software and Documentation, including all associated copyrights, patents, trade secret rights, trademarks and other intellectual property rights are reserved by LLC GUAVA BRAVO TECHNOLOGY.

RESTRICTIONS

RESTRICTIVE USE

You may not use the Services in any manner that could damage, disable, overburden, or impair our servers or interfere with any other party's use and enjoyment of the Services. You may not attempt to gain unauthorized access to any aspect of the Services or to information for which you have not been granted access through password mining or any other process.

We may take any and all legal, equitable, technical or operational means available to prevent or cease any violation or breach of this Agreement and to otherwise enforce this Agreement.

COMPLIANCE WITH APPLICABLE LAWS

The Software are protected by the intellectual property laws and other laws of Georgia and international laws and treaties, including intellectual property laws. You agree that You shall use the Software solely in a manner that complies with all applicable laws in the jurisdictions in which You use the Software, including, but not limited to, applicable restrictions concerning copyright and other intellectual property rights.

LIMITED WARRANTY

MIX VPN does not warrant that the Software will meet all of Your requirements or that the use of the Software will be uninterrupted or error-free. The foregoing warranty applies only to failures in operation of the Software that are reproducible in standalone form and does not apply to:

  • Software that is modified or altered by You or any third party that is not authorized by MIX VPN;
  • Software that is otherwise operated in violation of this Agreement; or
  • Failures that are caused by other software or hardware products.

Contact Information

For any questions about this EULA, please contact us at: [email protected]

Copyright 2024 LLC GUAVA BRAVO TECHNOLOGY. All rights reserved.

// Initialize Feather Icons feather.replace(); // Mobile Menu Toggle const mobileMenuButton = document.getElementById('mobile-menu-button'); const mobileMenu = document.getElementById('mobile-menu'); const menuIcon = document.getElementById('menu-icon'); const closeIcon = document.getElementById('close-icon'); mobileMenuButton.addEventListener('click', function() { mobileMenu.classList.toggle('hidden'); menuIcon.classList.toggle('hidden'); closeIcon.classList.toggle('hidden'); });