@khotan/cli 0.1.0 → 0.1.1
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.md +68 -0
- package/package.json +2 -2
package/LICENSE.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Khotan CLI License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Khotan. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This is a proprietary software license. The Software is **not** open source.
|
|
6
|
+
Please read these terms carefully before installing or using the Software.
|
|
7
|
+
|
|
8
|
+
## 1. Definitions
|
|
9
|
+
|
|
10
|
+
- **"Software"** means the `@khotan/cli` package and all files distributed with
|
|
11
|
+
it through the npm registry under the package name `@khotan/cli`, including the
|
|
12
|
+
compiled and bundled distribution.
|
|
13
|
+
- **"Khotan"** means the licensor and owner of the Software.
|
|
14
|
+
- **"You"** means the individual or entity exercising the rights granted under
|
|
15
|
+
this License.
|
|
16
|
+
|
|
17
|
+
## 2. Grant of License
|
|
18
|
+
|
|
19
|
+
Subject to Your compliance with this License, Khotan grants You a worldwide,
|
|
20
|
+
royalty-free, non-exclusive, non-transferable, revocable license to install and
|
|
21
|
+
use the Software, in the form distributed by Khotan, for any lawful purpose —
|
|
22
|
+
**including commercial use — at no charge.**
|
|
23
|
+
|
|
24
|
+
For clarity, installing the Software as a dependency of Your own project (for
|
|
25
|
+
example via `npm`, `bun`, `pnpm`, or `npx`) and using its command-line and MCP
|
|
26
|
+
interfaces is permitted under this Section.
|
|
27
|
+
|
|
28
|
+
## 3. Restrictions
|
|
29
|
+
|
|
30
|
+
The Software is proprietary and is **not open source**. Except as expressly
|
|
31
|
+
permitted in Section 2, or by applicable law that cannot be waived by contract,
|
|
32
|
+
You may not:
|
|
33
|
+
|
|
34
|
+
1. copy, redistribute, republish, sublicense, sell, rent, lease, or otherwise
|
|
35
|
+
make the Software available to any third party as a standalone product or
|
|
36
|
+
service;
|
|
37
|
+
2. modify, adapt, translate, or create derivative works based on the Software;
|
|
38
|
+
3. reverse engineer, decompile, disassemble, or otherwise attempt to derive the
|
|
39
|
+
source code or underlying structure of the Software, except to the extent
|
|
40
|
+
this restriction is expressly prohibited by applicable law; or
|
|
41
|
+
4. remove, obscure, or alter any copyright, trademark, or other proprietary
|
|
42
|
+
notices contained in the Software.
|
|
43
|
+
|
|
44
|
+
## 4. Ownership
|
|
45
|
+
|
|
46
|
+
The Software is licensed, not sold. Khotan retains all right, title, and
|
|
47
|
+
interest in and to the Software, including all related intellectual property
|
|
48
|
+
rights. No rights are granted to You other than those expressly set out in this
|
|
49
|
+
License.
|
|
50
|
+
|
|
51
|
+
## 5. No Warranty
|
|
52
|
+
|
|
53
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE", WITHOUT WARRANTY OF ANY
|
|
54
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
|
|
55
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
|
|
56
|
+
|
|
57
|
+
## 6. Limitation of Liability
|
|
58
|
+
|
|
59
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL KHOTAN BE
|
|
60
|
+
LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
61
|
+
CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
|
|
62
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
63
|
+
|
|
64
|
+
## 7. Termination
|
|
65
|
+
|
|
66
|
+
This License terminates automatically if You breach any of its terms. Upon
|
|
67
|
+
termination, You must cease all use of the Software and destroy all copies in
|
|
68
|
+
Your possession or control. Sections 4, 5, and 6 survive termination.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khotan/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Khotan CLI and MCP server: human- and agent-facing adapters over the Khotan /api/v1 surface.",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
7
7
|
"homepage": "https://github.com/adeep-mitra/meridian/tree/main/packages/khotan-cli#readme",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|