@ai4b-team/fsaos-gateway-sdk 3.4.0 → 3.5.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 ADDED
@@ -0,0 +1,93 @@
1
+ FSAOS Gateway SDK — Proprietary Software License Agreement
2
+
3
+ Copyright (c) 2026 AI4B Team. All rights reserved.
4
+
5
+ This software, including its source code, compiled bundles, type declarations,
6
+ and associated files (collectively, the "Software"), is the proprietary and
7
+ confidential property of AI4B Team (the "Licensor"). The Software is licensed,
8
+ not sold. By installing, accessing, or using the Software, you (the "Licensee")
9
+ agree to the terms of this License. If you do not agree, do not install, access,
10
+ or use the Software.
11
+
12
+ 1. GRANT OF LICENSE.
13
+ Subject to Licensee's continuous and full compliance with this License,
14
+ Licensor grants Licensee a limited, non-exclusive, non-transferable,
15
+ non-sublicensable, revocable license to:
16
+
17
+ (a) install and use the Software as a dependency of, and solely as
18
+ incorporated into, Licensee's own software applications and services
19
+ (each, a "Licensee Application"); and
20
+
21
+ (b) reproduce and distribute the Software only as an integrated, non-primary
22
+ component of a Licensee Application that is distributed to Licensee's
23
+ end users, and only where such reproduction is performed automatically
24
+ by standard package-management and build tooling (for example,
25
+ installation into a dependency tree, bundling, transpilation, or
26
+ minification) for the sole purpose of making the Software function
27
+ within that Licensee Application.
28
+
29
+ 2. RESTRICTIONS.
30
+ Except as expressly and unambiguously permitted in Section 1, Licensee shall
31
+ NOT, and shall not permit or enable any third party to:
32
+
33
+ (a) copy, reproduce, or republish the Software, in whole or in part, other
34
+ than the incidental copying expressly permitted in Section 1;
35
+
36
+ (b) modify, adapt, translate, or create derivative works of the Software,
37
+ other than transformations performed automatically by standard build
38
+ tooling as permitted in Section 1(b);
39
+
40
+ (c) distribute, publish, sublicense, lease, rent, sell, or otherwise make
41
+ the Software available to any third party as a standalone file, library,
42
+ package, software development kit, or in any form whose primary value is
43
+ the Software itself rather than a Licensee Application;
44
+
45
+ (d) reverse engineer, decompile, or disassemble the Software, except, and
46
+ only to the limited extent, such restriction is expressly prohibited by
47
+ applicable law;
48
+
49
+ (e) remove, alter, or obscure any copyright, trademark, or other proprietary
50
+ or attribution notice contained in or accompanying the Software; or
51
+
52
+ (f) use the Software to develop, train, or build any product or service that
53
+ competes with the Software.
54
+
55
+ 3. RESERVATION OF RIGHTS.
56
+ The Software is licensed, not sold. Licensor retains all right, title, and
57
+ interest in and to the Software, including all copyright, patent, trademark,
58
+ trade secret, and other intellectual property rights therein. No rights are
59
+ granted to Licensee other than those expressly set forth in this License, and
60
+ all rights not expressly granted are reserved by Licensor.
61
+
62
+ 4. TERMINATION.
63
+ This License and the rights granted under it terminate automatically and
64
+ immediately if Licensee breaches any term of this License. Upon termination,
65
+ Licensee must cease all use of the Software and destroy all copies in its
66
+ possession or control, except for copies already embedded in Licensee
67
+ Applications that were distributed to end users prior to termination.
68
+ Sections 2 through 7 survive termination.
69
+
70
+ 5. DISCLAIMER OF WARRANTY.
71
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
73
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. LICENSEE BEARS
74
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.
75
+
76
+ 6. LIMITATION OF LIABILITY.
77
+ IN NO EVENT AND UNDER NO LEGAL THEORY SHALL LICENSOR BE LIABLE FOR ANY CLAIM,
78
+ DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR
79
+ OTHERWISE, INCLUDING ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
80
+ CONSEQUENTIAL DAMAGES, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
81
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE, EVEN IF ADVISED OF THE
82
+ POSSIBILITY OF SUCH DAMAGES.
83
+
84
+ 7. GENERAL.
85
+ This License constitutes the entire agreement between the parties regarding
86
+ the Software and supersedes all prior or contemporaneous understandings. If
87
+ any provision of this License is held unenforceable, that provision shall be
88
+ enforced to the maximum extent permissible and the remaining provisions shall
89
+ remain in full force and effect. Licensor's failure to enforce any provision
90
+ is not a waiver of its right to enforce that or any other provision later.
91
+
92
+ For licensing arrangements beyond the scope of this License, contact:
93
+ jhune@aiforbusiness.com
package/README.md CHANGED
@@ -155,3 +155,10 @@ The build produces:
155
155
  ## Zero Kernel
156
156
 
157
157
  This SDK has **zero** references to "kernel" in source, bundle, or type declarations. All naming uses gateway terminology.
158
+
159
+ ## License
160
+
161
+ **Proprietary and source-available** — see [LICENSE](./LICENSE). You may install
162
+ and use this package as a dependency in your own applications, but you may **not**
163
+ copy, modify, or redistribute it as a standalone library. All rights reserved by
164
+ AI4B Team.