@onepilot/cli-linux-x64 0.7.0 → 0.8.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.
Files changed (3) hide show
  1. package/LICENSE +53 -0
  2. package/bin/onepilot +0 -0
  3. package/package.json +6 -8
package/LICENSE ADDED
@@ -0,0 +1,53 @@
1
+ Onepilot CLI License
2
+
3
+ Copyright (c) 2026 Sofiane El Mokaddam. All rights reserved.
4
+
5
+ This software (the "Software"), including the onepilot command line
6
+ interface, its launcher, and the accompanying platform binaries, is
7
+ proprietary and confidential. It is licensed, not sold.
8
+
9
+ 1. Grant of license
10
+ Subject to the terms below, you are granted a personal,
11
+ non exclusive, non transferable, revocable license to install and
12
+ run the Software for the sole purpose of connecting to and operating
13
+ the Onepilot iOS application and its associated services.
14
+
15
+ 2. Restrictions
16
+ You may not, in whole or in part:
17
+ a. copy, redistribute, sublicense, sell, rent, lease, or otherwise
18
+ make the Software available to any third party;
19
+ b. publish or mirror the Software or any derivative of it on any
20
+ package registry, code host, or other distribution channel;
21
+ c. modify, adapt, translate, or create derivative works of the
22
+ Software;
23
+ d. reverse engineer, decompile, disassemble, or otherwise attempt to
24
+ derive the source code, structure, or algorithms of the Software,
25
+ except to the limited extent that applicable law expressly permits
26
+ despite this restriction;
27
+ e. remove, obscure, or alter any copyright, trademark, or other
28
+ proprietary notice contained in the Software.
29
+
30
+ 3. Ownership
31
+ The Software is owned by the copyright holder and is protected by
32
+ copyright and other intellectual property laws. No ownership rights
33
+ are transferred to you. All rights not expressly granted here are
34
+ reserved.
35
+
36
+ 4. Termination
37
+ This license terminates automatically if you breach any of its
38
+ terms. On termination you must stop using the Software and delete all
39
+ copies in your possession.
40
+
41
+ 5. No warranty
42
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
45
+ NONINFRINGEMENT.
46
+
47
+ 6. Limitation of liability
48
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM,
49
+ DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT,
50
+ OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
51
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52
+
53
+ For licensing inquiries, contact hello@onepilotapp.com.
package/bin/onepilot CHANGED
Binary file
package/package.json CHANGED
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "name": "@onepilot/cli-linux-x64",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Onepilot CLI binary for linux x64. Install the onepilot package instead of this one.",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/sofiane8910/onepilot-bridge.git"
9
- },
5
+ "license": "SEE LICENSE IN LICENSE",
10
6
  "os": [
11
7
  "linux"
12
8
  ],
@@ -14,6 +10,8 @@
14
10
  "x64"
15
11
  ],
16
12
  "files": [
17
- "bin/onepilot"
18
- ]
13
+ "bin/onepilot",
14
+ "LICENSE"
15
+ ],
16
+ "homepage": "https://onepilotapp.com"
19
17
  }