raihan-js commited on
Commit
ee67705
·
verified ·
1 Parent(s): 08bb942

Update to ORCH License v1.0

Browse files
Files changed (1) hide show
  1. LICENSE +71 -52
LICENSE CHANGED
@@ -1,80 +1,99 @@
1
- ORCH AI PROPRIETARY LICENSE
 
2
 
3
- Copyright (c) 2024-2026 ORCH AI. All Rights Reserved.
4
 
5
- TERMS AND CONDITIONS
6
 
7
- 1. DEFINITIONS
8
 
9
- "Software" refers to the ORCH AI models, code, weights, and associated documentation.
10
- "Licensor" refers to ORCH AI and its affiliates.
11
- "You" refers to any individual or entity using, accessing, or distributing the Software.
12
 
13
- 2. GRANT OF LICENSE
 
14
 
15
- Subject to the terms of this License, Licensor grants You a limited, non-exclusive,
16
- non-transferable, revocable license to:
17
 
18
- a) Use the Software for personal, non-commercial research and evaluation purposes.
19
- b) Access the Software through official ORCH AI interfaces and platforms.
 
20
 
21
- 3. RESTRICTIONS
 
22
 
23
- You may NOT:
24
 
25
- a) Use the Software for commercial purposes without explicit written permission.
26
- b) Redistribute, sublicense, sell, or transfer the Software or its outputs.
27
- c) Modify, reverse engineer, decompile, or create derivative works.
28
- d) Remove or alter any proprietary notices, labels, or marks.
29
- e) Use the Software to train other AI models or systems.
30
- f) Use the Software in any manner that violates applicable laws.
31
- g) Use the Software to generate content that is harmful, illegal, or unethical.
32
- h) Claim ownership of outputs generated by the Software.
33
 
34
- 4. INTELLECTUAL PROPERTY
 
 
 
35
 
36
- All intellectual property rights in the Software, including but not limited to:
37
- - Model architectures and weights
38
- - Training methodologies and data
39
- - Code and algorithms
40
- - Documentation and branding
41
 
42
- remain the exclusive property of ORCH AI.
43
 
44
- 5. NO WARRANTY
 
 
 
45
 
46
- THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.
47
- LICENSOR DISCLAIMS ALL WARRANTIES INCLUDING MERCHANTABILITY, FITNESS FOR A
48
- PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
49
 
50
- 6. LIMITATION OF LIABILITY
 
 
51
 
52
- IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
53
- CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING FROM YOUR USE OF THE SOFTWARE.
54
 
55
- 7. TERMINATION
 
 
 
 
 
56
 
57
- This License is effective until terminated. Licensor may terminate this License
58
- at any time without notice. Upon termination, You must cease all use and destroy
59
- all copies of the Software.
60
 
61
- 8. GOVERNING LAW
 
 
 
 
 
62
 
63
- This License shall be governed by the laws of the jurisdiction where ORCH AI
64
- is incorporated.
65
 
66
- 9. COMMERCIAL LICENSING
 
 
 
 
 
 
67
 
68
- For commercial licensing inquiries, please contact:
69
- - Website: https://huggingface.co/orch-ai
70
- - Email: Contact through official channels
71
 
72
- 10. MODIFICATIONS TO LICENSE
 
 
 
 
 
 
73
 
74
- ORCH AI reserves the right to modify this License at any time. Continued use
75
- of the Software after modifications constitutes acceptance of the new terms.
 
 
 
 
76
 
77
  ---
78
 
79
- ORCH - Orchestrated Recursive Code Hierarchy
80
- Building the future of autonomous code generation.
 
1
+ ORCH LICENSE AGREEMENT
2
+ Version 1.0, January 2025
3
 
4
+ Copyright (c) 2025 ORCH Team
5
 
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
 
8
+ 1. Definitions
9
 
10
+ "License" shall mean the terms and conditions for use, reproduction, and
11
+ distribution as defined by this document.
 
12
 
13
+ "Licensor" shall mean the copyright owner or entity authorized by the
14
+ copyright owner that is granting the License.
15
 
16
+ "Model" means the ORCH machine learning model weights, parameters, and
17
+ associated configuration files.
18
 
19
+ "Derivative Works" shall mean any work that is based on the Model, including
20
+ but not limited to fine-tuned versions, merged models, or models that
21
+ incorporate the Model's weights.
22
 
23
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
24
+ permissions granted by this License.
25
 
26
+ 2. Grant of License
27
 
28
+ Subject to the terms and conditions of this License, the Licensor hereby
29
+ grants You a worldwide, royalty-free, non-exclusive license to:
 
 
 
 
 
 
30
 
31
+ a) Use the Model for any lawful purpose, including commercial applications
32
+ b) Reproduce and distribute copies of the Model
33
+ c) Create and distribute Derivative Works
34
+ d) Sublicense the Model to third parties
35
 
36
+ 3. Conditions
 
 
 
 
37
 
38
+ The above rights are granted subject to the following conditions:
39
 
40
+ a) Attribution: You must give appropriate credit to ORCH, provide a link to
41
+ the original repository, and indicate if changes were made. You may do so
42
+ in any reasonable manner, but not in any way that suggests the Licensor
43
+ endorses you or your use.
44
 
45
+ b) License Notice: You must include a copy of this License with any
46
+ distribution of the Model or Derivative Works.
 
47
 
48
+ c) Derivative Works: If you create Derivative Works, you must clearly
49
+ indicate that changes were made and must not misrepresent the Derivative
50
+ Work as the original Model.
51
 
52
+ 4. Permitted Uses
 
53
 
54
+ This Model may be used for:
55
+ - Commercial applications and services
56
+ - Research and academic purposes
57
+ - Personal projects
58
+ - Building products and services
59
+ - Creating derivative models
60
 
61
+ 5. Prohibited Uses
 
 
62
 
63
+ This Model may NOT be used for:
64
+ - Generating content that violates applicable laws
65
+ - Creating malware, viruses, or malicious code
66
+ - Harassment, abuse, or harm to individuals
67
+ - Deceptive practices or fraud
68
+ - Any use that violates human rights
69
 
70
+ 6. No Warranty
 
71
 
72
+ THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77
+ OUT OF OR IN CONNECTION WITH THE MODEL OR THE USE OR OTHER DEALINGS IN THE
78
+ MODEL.
79
 
80
+ 7. Limitation of Liability
 
 
81
 
82
+ IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
83
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
84
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
85
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
86
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
87
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS MODEL, EVEN IF ADVISED
88
+ OF THE POSSIBILITY OF SUCH DAMAGE.
89
 
90
+ 8. General
91
+
92
+ This License constitutes the entire agreement between the parties with respect
93
+ to the Model licensed here. If any provision of this License is held to be
94
+ unenforceable, such provision shall be reformed only to the extent necessary
95
+ to make it enforceable.
96
 
97
  ---
98
 
99
+ For questions about licensing, contact: license@orch-ai.io