Skip to content
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

fix: Revert "chore: Update LICENSE" #56

Merged
merged 1 commit into from
Sep 10, 2024
Merged
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
68 changes: 21 additions & 47 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,47 +1,21 @@
## UNIQUE Custom Proprietary License 1.0

## 1. Definitions

**"Software"** refers to the code, scripts, programs, and other materials provided by UNIQUE under this license.

**"User"** refers to any individual or entity that accesses, uses, or modifies the Software.

**"Open Source Components"** refers to any third-party open source software included in the Software.

## 2. Grant of License

UNIQUE grants the User a non-exclusive, non-transferable, revocable license to use the Software solely for personal, non-commercial purposes, subject to the terms and conditions of this License.

## 3. Restrictions

- The User may not use the Software for any commercial purpose without obtaining explicit prior written approval from UNIQUE.
- The User may not distribute, sublicense, or otherwise transfer the Software to any third party without explicit prior written approval from UNIQUE.
- The User may not modify, adapt, translate, or create derivative works based on the Software without explicit prior written approval from UNIQUE. Any approved modifications or derivative works shall be the sole intellectual property of UNIQUE.

## 4. Open Source Components

The Software may include Open Source Components licensed under their respective open source licenses. The use of these Open Source Components is governed by the terms of their respective licenses. The User agrees to comply with the terms of these open source licenses.

## 5. Intellectual Property

The Software and any modifications or derivative works thereof are and shall remain the sole property of UNIQUE. The User acknowledges and agrees that they do not acquire any ownership rights in the Software.

## 6. Termination

This License is effective until terminated or superseded. UNIQUE may terminate this License at any time without notice if the User breaches any term of this License. Upon termination, the User must immediately cease all use of the Software and destroy all copies in their possession or control.

## 7. Disclaimer of Warranties

The Software is provided "as is," without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, and non-infringement.

## 8. Limitation of Liability

In no event shall UNIQUE be liable for any damages (including, without limitation, lost profits, business interruption, or lost information) arising out of the User's use of or inability to use the Software, even if UNIQUE has been advised of the possibility of such damages.

## 9. Governing Law

This License shall be governed by and construed in accordance with the laws of Zurich City, Switzerland, without regard to its conflict of law principles.

## 10. Amendments

UNIQUE reserves the right to amend or this License at any time by providing notice to the User. Continued use of the Software after any such amendment constitutes acceptance of the new terms.
MIT License

Copyright (c) 2024 Unique-AG

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading