@khal-os/npx-cli 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +45 -0
- package/dist/cli.js +3046 -0
- package/package.json +27 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
Copyright (c) 2026 KhalOS. All rights reserved.
|
|
2
|
+
|
|
3
|
+
PROPRIETARY SOFTWARE LICENSE
|
|
4
|
+
|
|
5
|
+
This software and associated documentation files (the "Software") are the
|
|
6
|
+
exclusive property of KhalOS. The Software is protected by copyright laws
|
|
7
|
+
and international treaty provisions.
|
|
8
|
+
|
|
9
|
+
1. GRANT OF LICENSE
|
|
10
|
+
No license is granted under this agreement. Access to this repository does
|
|
11
|
+
not constitute a license to use, copy, modify, or distribute the Software.
|
|
12
|
+
|
|
13
|
+
2. RESTRICTIONS
|
|
14
|
+
You may not, without prior written authorization from KhalOS:
|
|
15
|
+
a. Copy, reproduce, or duplicate the Software;
|
|
16
|
+
b. Modify, adapt, translate, or create derivative works of the Software;
|
|
17
|
+
c. Distribute, sublicense, lease, rent, loan, or otherwise transfer the
|
|
18
|
+
Software to any third party;
|
|
19
|
+
d. Reverse engineer, disassemble, decompile, or otherwise attempt to
|
|
20
|
+
derive the source code of the Software;
|
|
21
|
+
e. Remove, alter, or obscure any proprietary notices on the Software.
|
|
22
|
+
|
|
23
|
+
3. CONFIDENTIALITY
|
|
24
|
+
The Software contains trade secrets and proprietary information of KhalOS.
|
|
25
|
+
You agree to maintain the confidentiality of the Software and not to
|
|
26
|
+
disclose it to any third party without prior written consent.
|
|
27
|
+
|
|
28
|
+
4. OWNERSHIP
|
|
29
|
+
KhalOS retains all right, title, and interest in and to the Software,
|
|
30
|
+
including all intellectual property rights therein.
|
|
31
|
+
|
|
32
|
+
5. TERMINATION
|
|
33
|
+
Any unauthorized use of the Software will result in immediate termination
|
|
34
|
+
of any implied rights and may result in legal action.
|
|
35
|
+
|
|
36
|
+
6. NO WARRANTY
|
|
37
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
38
|
+
IMPLIED. KHALOS DISCLAIMS ALL WARRANTIES, INCLUDING BUT NOT LIMITED TO THE
|
|
39
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
40
|
+
|
|
41
|
+
7. LIMITATION OF LIABILITY
|
|
42
|
+
IN NO EVENT SHALL KHALOS BE LIABLE FOR ANY DAMAGES ARISING OUT OF THE USE
|
|
43
|
+
OR INABILITY TO USE THE SOFTWARE.
|
|
44
|
+
|
|
45
|
+
For licensing inquiries, contact: legal@khal.ai
|