|
1 | | -PROPRIETARY SOFTWARE LICENSE |
2 | | - |
3 | | -Copyright (c) 2025 Roni Bhakta. All Rights Reserved. |
4 | | - |
5 | | -ZON (Zero Overhead Notation) Format - Version 1.0 |
6 | | - |
7 | | -TERMS AND CONDITIONS |
8 | | - |
9 | | -1. OWNERSHIP |
10 | | - This software and all associated documentation files (the "Software") are the |
11 | | - proprietary and confidential property of the copyright holder. All rights, |
12 | | - title, and interest in and to the Software remain with the copyright holder. |
13 | | - |
14 | | -2. RESTRICTIONS |
15 | | - You may NOT: |
16 | | - - Copy, reproduce, or duplicate the Software |
17 | | - - Modify, adapt, or create derivative works |
18 | | - - Distribute, sell, lease, or sublicense the Software |
19 | | - - Reverse engineer, decompile, or disassemble the Software |
20 | | - - Remove or alter any copyright notices or proprietary labels |
21 | | - |
22 | | -3. PERMITTED USE (PRODUCTION LICENSE) |
23 | | - You MAY: |
24 | | - - Use the Software in production environments (commercial or non-commercial) |
25 | | - - Integrate the Software into your applications and services |
26 | | - - Use the Software for any lawful purpose |
27 | | - |
28 | | - You may NOT: |
29 | | - - Copy, redistribute, or sell the Software source code |
30 | | - - Modify and redistribute the Software |
31 | | - - Remove copyright notices or claim authorship |
32 | | - - Create competing products based on this Software |
33 | | - - Sublicense or transfer your rights to others |
34 | | - |
35 | | -4. ATTRIBUTION |
36 | | - When using this Software in production: |
37 | | - - You must retain all copyright notices in the source code |
38 | | - - Attribution in end-user applications is appreciated but not required |
39 | | - - You may not imply endorsement without written permission |
40 | | - |
41 | | -5. NO WARRANTY |
42 | | - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
43 | | - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
44 | | - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
45 | | - |
46 | | -6. LIMITATION OF LIABILITY |
47 | | - IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR |
48 | | - OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
49 | | - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
50 | | - IN THE SOFTWARE. |
51 | | - |
52 | | -7. TERMINATION |
53 | | - Any violation of these terms will result in immediate termination of your |
54 | | - right to view or use the Software. |
55 | | - |
56 | | -8. LICENSING INQUIRIES |
57 | | - For licensing inquiries, commercial use, or permission requests: |
58 | | - Contact: [ronibhakta1@gmail.com] |
59 | | - |
60 | | ---- |
61 | | - |
62 | | -PROTECTED UNDER COPYRIGHT LAW |
63 | | -UNAUTHORIZED COPYING OR DISTRIBUTION IS PROHIBITED |
| 1 | +MIT License |
| 2 | + |
| 3 | +Copyright (c) 2025-PRESENT ZON (Roni Bhakta) |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
0 commit comments