@lotagate/cli-native-linux-x64-gnu 0.1.28 → 0.1.29
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 +79 -0
- package/bin/lotagate +2 -2
- package/package.json +3 -3
package/LICENSE.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
LotaGate Proprietary Software License v1.0
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 LotaGate. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This license applies to the LotaGate Software distributed with this file. The
|
|
6
|
+
Software is proprietary software and is not released under an open-source
|
|
7
|
+
license.
|
|
8
|
+
|
|
9
|
+
1. Limited license
|
|
10
|
+
|
|
11
|
+
Subject to this license, LotaGate grants you a limited, non-exclusive,
|
|
12
|
+
worldwide, royalty-free, non-transferable license to:
|
|
13
|
+
|
|
14
|
+
- install and use an unmodified copy of the Software for personal, internal,
|
|
15
|
+
or commercial purposes;
|
|
16
|
+
- include and distribute the unmodified package or compiled/bundled form of the
|
|
17
|
+
Software as part of an application or service, including distribution through
|
|
18
|
+
the npm registry, a web application, an Electron application, a desktop
|
|
19
|
+
installer, or a container; and
|
|
20
|
+
- make the technical copies reasonably required for those permitted uses.
|
|
21
|
+
|
|
22
|
+
You may distribute an application or service that uses the Software, but you
|
|
23
|
+
may not distribute the Software as a standalone substitute for a LotaGate
|
|
24
|
+
package or runtime unless LotaGate gives you separate written permission.
|
|
25
|
+
|
|
26
|
+
2. Restrictions
|
|
27
|
+
|
|
28
|
+
Except for the permissions expressly granted above, you may not:
|
|
29
|
+
|
|
30
|
+
- copy, publish, sell, sublicense, lease, lend, or redistribute the Software
|
|
31
|
+
or its source code as a standalone work;
|
|
32
|
+
- modify, adapt, translate, create derivative works from, or make available
|
|
33
|
+
the source code or any substantial portion of the Software;
|
|
34
|
+
- reverse engineer, decompile, disassemble, or attempt to discover the source
|
|
35
|
+
code, except to the extent that applicable law expressly permits it;
|
|
36
|
+
- remove or obscure copyright, license, attribution, or proprietary notices;
|
|
37
|
+
- use the Software's source code to create or distribute a competing package,
|
|
38
|
+
runtime, or substantially similar implementation; or
|
|
39
|
+
- use LotaGate trademarks or branding without prior written permission.
|
|
40
|
+
|
|
41
|
+
Your application may have its own license and may contain other components
|
|
42
|
+
under their own licenses. This license does not require you to disclose your
|
|
43
|
+
application's source code.
|
|
44
|
+
|
|
45
|
+
3. Ownership
|
|
46
|
+
|
|
47
|
+
LotaGate and its licensors retain all right, title, and interest in and to the
|
|
48
|
+
Software. No rights are granted by implication, exhaustion, estoppel, or
|
|
49
|
+
otherwise beyond the limited license stated above.
|
|
50
|
+
|
|
51
|
+
4. Third-party components
|
|
52
|
+
|
|
53
|
+
Third-party components included with or used by the Software remain governed by
|
|
54
|
+
their own licenses. This license applies only to material owned or controlled
|
|
55
|
+
by LotaGate.
|
|
56
|
+
|
|
57
|
+
5. Termination
|
|
58
|
+
|
|
59
|
+
This license terminates automatically if you materially breach its terms. On
|
|
60
|
+
termination, you must stop using and distributing the Software, except for
|
|
61
|
+
copies retained solely for legal or archival purposes.
|
|
62
|
+
|
|
63
|
+
6. Disclaimer and limitation of liability
|
|
64
|
+
|
|
65
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND
|
|
66
|
+
WITHOUT WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY,
|
|
67
|
+
INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
|
|
68
|
+
TITLE, AND NON-INFRINGEMENT.
|
|
69
|
+
|
|
70
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, LOTAGATE AND ITS LICENSORS WILL NOT BE
|
|
71
|
+
LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR
|
|
72
|
+
PUNITIVE DAMAGES, OR FOR LOST PROFITS, REVENUE, DATA, OR BUSINESS
|
|
73
|
+
INTERRUPTION, ARISING FROM OR RELATED TO THE SOFTWARE OR THIS LICENSE.
|
|
74
|
+
|
|
75
|
+
7. Contact
|
|
76
|
+
|
|
77
|
+
For commercial licensing, source licensing, or permissions not covered here,
|
|
78
|
+
contact LotaGate before distributing the Software outside the permissions
|
|
79
|
+
granted by this license.
|
package/bin/lotagate
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/bin/lotagate
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 156495044 bytes
|
|
4
|
+
sha256: 11eb50bec4bbc1711d878543bf1c36bfd3fa239ce8e64c2bfed92118737b2090
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lotagate/cli-native-linux-x64-gnu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
4
4
|
"description": "Native executable for @lotagate/cli (linux-x64-gnu).",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/huy20222003/lotagate-cli.git"
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
},
|
|
22
22
|
"lotagateNative": {
|
|
23
23
|
"target": "linux-x64-gnu",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "11eb50bec4bbc1711d878543bf1c36bfd3fa239ce8e64c2bfed92118737b2090"
|
|
25
25
|
}
|
|
26
26
|
}
|