@kaochenlong/spxa-darwin-arm64 0.1.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 +130 -0
- package/THIRD_PARTY_NOTICES +7646 -0
- package/package.json +42 -0
- package/spxa +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
SPXA NATIVE BINARY LICENSE AGREEMENT
|
|
2
|
+
Version 1.0 — July 21, 2026
|
|
3
|
+
|
|
4
|
+
Copyright (c) 2026 5xCampus. All rights reserved.
|
|
5
|
+
|
|
6
|
+
This agreement applies to the compiled native executable distributed in an
|
|
7
|
+
@kaochenlong/spxa-* npm package (the "Native Binary"). It does not apply to the
|
|
8
|
+
MIT-licensed JavaScript launcher distributed in the spxa npm package, and it
|
|
9
|
+
does not replace the separate licenses that govern third-party components.
|
|
10
|
+
|
|
11
|
+
By installing, copying, or using the Native Binary, you accept this agreement.
|
|
12
|
+
If you do not accept it, do not install, copy, or use the Native Binary.
|
|
13
|
+
|
|
14
|
+
1. License Grant
|
|
15
|
+
|
|
16
|
+
Subject to this agreement, 5xCampus grants you a limited, non-exclusive,
|
|
17
|
+
non-transferable license to install and execute unmodified copies of the
|
|
18
|
+
Native Binary on devices that you own or control, solely for your personal or
|
|
19
|
+
internal business use of the Spectra command-line functionality.
|
|
20
|
+
|
|
21
|
+
You may make copies that are reasonably necessary for installation, package
|
|
22
|
+
manager caching, and backup. Those copies remain subject to this agreement and
|
|
23
|
+
must retain all copyright, license, and attribution notices.
|
|
24
|
+
|
|
25
|
+
2. Restrictions
|
|
26
|
+
|
|
27
|
+
Except to the extent expressly permitted by this agreement or by applicable
|
|
28
|
+
law that cannot be restricted by contract, you may not:
|
|
29
|
+
|
|
30
|
+
- publish, redistribute, sublicense, sell, rent, lease, lend, or otherwise
|
|
31
|
+
make the Native Binary available to another person or as part of another
|
|
32
|
+
product or service;
|
|
33
|
+
- modify, adapt, translate, or create derivative works of the Native Binary;
|
|
34
|
+
- reverse engineer, decompile, disassemble, or otherwise attempt to derive the
|
|
35
|
+
source code, algorithms, data structures, or non-public interfaces of the
|
|
36
|
+
Native Binary;
|
|
37
|
+
- bypass or interfere with technical restrictions, integrity checks, access
|
|
38
|
+
controls, or licensing mechanisms associated with the Native Binary;
|
|
39
|
+
- remove, alter, or obscure copyright, trademark, license, or attribution
|
|
40
|
+
notices; or
|
|
41
|
+
- use the Native Binary in violation of applicable law.
|
|
42
|
+
|
|
43
|
+
Nothing in this agreement limits rights that applicable law grants to the
|
|
44
|
+
lawful owner of a copy and does not permit the parties to waive, including any
|
|
45
|
+
right to make a necessary adaptation for use on the owner's machine or a
|
|
46
|
+
necessary backup copy.
|
|
47
|
+
|
|
48
|
+
3. No Source-Code License
|
|
49
|
+
|
|
50
|
+
The Native Binary is licensed in compiled form only. No source code is
|
|
51
|
+
provided, and no license or other right to the proprietary source code is
|
|
52
|
+
granted by implication, estoppel, public availability of an npm package, or
|
|
53
|
+
otherwise.
|
|
54
|
+
|
|
55
|
+
4. Ownership and Marks
|
|
56
|
+
|
|
57
|
+
The Native Binary is licensed, not sold. 5xCampus and its licensors retain all
|
|
58
|
+
right, title, and interest in the Native Binary and all related intellectual
|
|
59
|
+
property. This agreement does not grant permission to use the names,
|
|
60
|
+
trademarks, logos, or branding of 5xCampus or Spectra except as necessary to
|
|
61
|
+
identify the software accurately.
|
|
62
|
+
|
|
63
|
+
5. Third-Party Components
|
|
64
|
+
|
|
65
|
+
The Native Binary includes third-party components governed by their own
|
|
66
|
+
licenses. Those components and applicable notices are identified in the
|
|
67
|
+
THIRD_PARTY_NOTICES file distributed with the Native Binary. If a third-party
|
|
68
|
+
license grants broader rights for its component, that license controls for
|
|
69
|
+
that component only. This agreement continues to govern the proprietary
|
|
70
|
+
portions of the Native Binary.
|
|
71
|
+
|
|
72
|
+
6. Updates
|
|
73
|
+
|
|
74
|
+
5xCampus may provide updates, replacements, or new versions of the Native
|
|
75
|
+
Binary. Unless accompanied by different terms, those items are governed by
|
|
76
|
+
this agreement. 5xCampus is not obligated to provide maintenance, support, or
|
|
77
|
+
updates under this agreement.
|
|
78
|
+
|
|
79
|
+
7. Termination
|
|
80
|
+
|
|
81
|
+
This agreement terminates automatically if you materially breach it and fail
|
|
82
|
+
to cure the breach where a cure is possible. Upon termination, you must stop
|
|
83
|
+
using the Native Binary and delete copies under your control, except for
|
|
84
|
+
copies that applicable law requires you to retain. Sections concerning
|
|
85
|
+
restrictions, ownership, third-party components, disclaimers, liability, and
|
|
86
|
+
general terms survive termination.
|
|
87
|
+
|
|
88
|
+
8. Disclaimer of Warranties
|
|
89
|
+
|
|
90
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE NATIVE BINARY IS
|
|
91
|
+
PROVIDED "AS IS" AND "AS AVAILABLE," WITHOUT WARRANTIES OF ANY KIND, WHETHER
|
|
92
|
+
EXPRESS, IMPLIED, OR STATUTORY, INCLUDING WARRANTIES OF MERCHANTABILITY,
|
|
93
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, ACCURACY, OR
|
|
94
|
+
UNINTERRUPTED OPERATION. NOTHING IN THIS AGREEMENT EXCLUDES WARRANTIES OR
|
|
95
|
+
CONSUMER RIGHTS THAT CANNOT LAWFULLY BE EXCLUDED.
|
|
96
|
+
|
|
97
|
+
9. Limitation of Liability
|
|
98
|
+
|
|
99
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, 5XCAMPUS AND ITS LICENSORS
|
|
100
|
+
WILL NOT BE LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
|
101
|
+
CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR FOR LOSS OF DATA, REVENUE, PROFITS,
|
|
102
|
+
GOODWILL, OR BUSINESS OPPORTUNITY, ARISING FROM OR RELATED TO THE NATIVE
|
|
103
|
+
BINARY OR THIS AGREEMENT, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
104
|
+
|
|
105
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE AGGREGATE LIABILITY OF
|
|
106
|
+
5XCAMPUS ARISING FROM OR RELATED TO THE NATIVE BINARY OR THIS AGREEMENT WILL
|
|
107
|
+
NOT EXCEED THE AMOUNT YOU PAID DIRECTLY FOR THE NATIVE BINARY DURING THE
|
|
108
|
+
TWELVE MONTHS BEFORE THE EVENT GIVING RISE TO THE CLAIM. IF YOU PAID NOTHING,
|
|
109
|
+
THE AGGREGATE LIABILITY WILL NOT EXCEED US$10. THESE LIMITATIONS DO NOT APPLY
|
|
110
|
+
TO LIABILITY THAT CANNOT LAWFULLY BE LIMITED OR EXCLUDED.
|
|
111
|
+
|
|
112
|
+
10. Governing Law and Disputes
|
|
113
|
+
|
|
114
|
+
This agreement is governed by the laws of Taiwan (Republic of China), without
|
|
115
|
+
regard to conflict-of-law rules. The Taiwan Taipei District Court will be the
|
|
116
|
+
court of first instance for disputes arising from this agreement, except where
|
|
117
|
+
mandatory consumer or procedural law requires a different forum.
|
|
118
|
+
|
|
119
|
+
11. General Terms
|
|
120
|
+
|
|
121
|
+
If any provision is unenforceable, it will be enforced to the greatest extent
|
|
122
|
+
permitted and the remaining provisions will remain effective. A failure to
|
|
123
|
+
enforce a provision is not a waiver. You may not assign this agreement without
|
|
124
|
+
the prior written consent of 5xCampus; 5xCampus may assign it as part of a
|
|
125
|
+
merger, reorganization, or transfer of the relevant business. This agreement,
|
|
126
|
+
together with any separate written terms that expressly govern your use of
|
|
127
|
+
the Native Binary, is the entire agreement concerning the Native Binary.
|
|
128
|
+
|
|
129
|
+
Questions about this agreement may be directed to 5xCampus through its
|
|
130
|
+
official support channels.
|