-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLICENSE
More file actions
166 lines (115 loc) · 5.1 KB
/
Copy pathLICENSE
File metadata and controls
166 lines (115 loc) · 5.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# NeolyxOS License
## Version 1.0 - December 2025
**Copyright (c) 2025 KetiveeAI. All rights reserved, except as expressly granted in this license.**
---
## Summary
NeolyxOS is **source-available** software. You may use, study, and contribute to NeolyxOS, but you may not redistribute it or create derivative operating systems.
---
## Definitions
- **"NeolyxOS"**: The operating system including kernel, drivers, libraries, tools, and documentation in this repository.
- **"KetiveeAI"**: The sole owner and distributor of NeolyxOS.
- **"Application"**: Software that runs ON NeolyxOS but is not part of NeolyxOS itself.
- **"Contribution"**: Code, documentation, or other materials submitted to KetiveeAI for inclusion in NeolyxOS.
---
## Permissions (What You CAN Do)
### ✅ Use
- Use NeolyxOS for personal, educational, and commercial purposes
- Deploy NeolyxOS in production environments
- Use NeolyxOS within organizations, businesses, and enterprises, provided NeolyxOS itself is not redistributed to third parties
- Use NeolyxOS on any number of devices you own or operate
### ✅ Study
- Read and study the source code
- Learn from the implementation
- Use knowledge for educational purposes
### ✅ Develop Applications
- Create and sell applications that run on NeolyxOS
- Distribute your applications freely
- Use NeolyxOS APIs, SDKs, and libraries in your applications
- Create closed-source or open-source applications
### ✅ Contribute
- Submit bug fixes, improvements, and features to NeolyxOS
- Contributions become property of KetiveeAI upon acceptance
- Contributors retain credit but transfer rights
### ✅ Modify (Internal Only)
- Modify NeolyxOS for internal testing and research
- Create custom builds for personal use
- Experiment with changes locally
---
## Restrictions (What You CANNOT Do)
### ❌ Redistribute NeolyxOS
- You may NOT distribute NeolyxOS binaries or images
- You may NOT distribute NeolyxOS source code except by linking to the official repository
- You may NOT create installation media for third-party use
- Only KetiveeAI may distribute NeolyxOS
### ❌ Create Derivative Operating Systems
- You may NOT fork NeolyxOS to create a competing operating system
- You may NOT create "NeolyxOS Lite", "NeolyxOS Pro", "NeolyxOS Remix", or similar
- You may NOT rebrand NeolyxOS under a different name
- You may NOT use NeolyxOS code as the foundation for another OS project
### ❌ Remove Attribution
- You may NOT remove or alter copyright notices
- You may NOT remove or alter license notices
- You may NOT claim authorship of NeolyxOS
### ❌ Compete Using NeolyxOS Code
- You may NOT use NeolyxOS code in competing operating systems
- You may NOT extract substantial portions for use in other OS projects
- This includes kernel, drivers, filesystem, and core libraries
---
## Official Distribution
**Only KetiveeAI controls:**
- Official builds and releases
- Update channels and mechanisms
- Platform APIs and SDK versioning
- UI/UX direction and branding
- NeolyxOS Store and app distribution
---
## Applications and Ecosystem
Applications developed for NeolyxOS are **yours**:
- You retain full ownership of your applications
- You choose your application's license
- You control pricing and distribution of your apps
- No royalties to KetiveeAI for app sales (standard store policies apply)
---
## Contributions
By submitting a contribution:
1. You grant KetiveeAI perpetual, irrevocable rights to use, modify, and distribute your contribution
2. You represent that you have the right to make the contribution
3. You will be credited as a contributor
4. KetiveeAI may incorporate, modify, or decline contributions at its discretion
---
## Warranty Disclaimer
NEOLYXOS IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. KETIVEEAI DISCLAIMS ALL WARRANTIES INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
---
## Limitation of Liability
IN NO EVENT SHALL KETIVEEAI BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF NEOLYXOS. USE AT YOUR OWN RISK.
---
## Termination
Your rights under this license terminate automatically if you:
- Violate any term of this license
- Attempt to redistribute NeolyxOS
- Create a derivative operating system
Upon termination, you must cease use of NeolyxOS and delete all copies under your control.
---
## Governing Law
This license is governed by the laws of India. Disputes shall be resolved in the courts of India.
---
## Contact
**KetiveeAI**
Email: [legal@ketivee.com]
Website: https://neolyx.ketivee.com
---
## Quick Reference
| Action | Allowed? |
|--------|----------|
| Use for personal/commercial work | ✅ Yes |
| Study source code | ✅ Yes |
| Develop and sell apps | ✅ Yes |
| Contribute improvements | ✅ Yes |
| Modify for personal use | ✅ Yes |
| Redistribute NeolyxOS | ❌ No |
| Create NeolyxOS forks/variants | ❌ No |
| Rebrand NeolyxOS | ❌ No |
| Use code in competing OS | ❌ No |
---
*This license is designed to enable a healthy ecosystem while ensuring NeolyxOS remains a unified platform. One OS, one target, one community.*
**NeolyxOS - The Independent Operating System**