From f756724632e6d339cb6591a5bd02b3371989516c Mon Sep 17 00:00:00 2001 From: Ewanretor Giwa-Okugbe <66304707+LordEwans@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:11:38 +0100 Subject: [PATCH] create LICENSE --- apps/services/storage-layer/LICENSE | 63 +++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 apps/services/storage-layer/LICENSE diff --git a/apps/services/storage-layer/LICENSE b/apps/services/storage-layer/LICENSE new file mode 100644 index 0000000..f2e7f94 --- /dev/null +++ b/apps/services/storage-layer/LICENSE @@ -0,0 +1,63 @@ +# ZERO Labs Proprietary License + +_Version 1.0_ + +**Copyright © [Year] ZERO Labs (https://0xzero.org)** + +This license ("License") governs the use, reproduction, and distribution of the accompanying software and its source code ("Software"). + +## Terms and Conditions + +### 1. Definitions +* **Software** refers to the program, code, documentation, and any associated materials covered by this License +* **Non-profit Use** refers to use by individuals, educational institutions, research organizations, charitable organizations, and other entities not primarily engaged in commercial activities +* **Commercial Use** refers to any use of the Software intended for or directed toward commercial advantage or monetary compensation +* **Licensor** refers to ZERO Labs and its representatives + +### 2. Grant of Rights +The Licensor hereby grants you the following rights, provided you agree to and comply with all terms and conditions of this License: + +a. You may view, use, copy, modify, and distribute the Software for Non-profit Use. + +b. You may create and distribute derivative works based on the Software for Non-profit Use. + +### 3. Restrictions +a. Commercial Use of the Software or any derivative works is strictly prohibited without explicit written permission from ZERO Labs (team@0xzero.org). + +b. Any distribution of the Software or derivative works must: + * Include this complete License + * Include prominent notices stating that it is covered by this License + * Include prominent notices stating that Commercial Use is restricted + * Preserve all copyright, patent, trademark, and attribution notices + +### 4. Network Use +If you make the functionality of the Software available to third parties through a computer network, you must: + +a. Make the complete source code available to all users under this same License + +b. Display prominent notices about the licensing terms + +c. Ensure compliance with Commercial Use restrictions + +### 5. Modifications +Any modifications to the Software must be clearly marked as such and must not be misrepresented as the original Software. + +### 6. No Warranty +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. + +### 7. Limitation of Liability +IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR ITS USE. + +### 8. Termination +This License and the rights granted hereunder will terminate automatically if you fail to comply with its terms and conditions. + +### 9. Commercial Licensing +For Commercial Use licensing inquiries, please contact: + +ZERO Labs +Email: team@0xzero.org +Website: https://0xzero.org + +--- + +By using, copying, modifying, or distributing the Software, you accept and agree to be bound by the terms of this License. If you do not agree to these terms, you may not use, copy, modify, or distribute the Software.