openaxis 1.0.0rc1__tar.gz

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.
@@ -0,0 +1,30 @@
1
+ node_modules/
2
+ dist/
3
+ build/
4
+
5
+ # Python
6
+ __pycache__/
7
+ *.py[oc]
8
+ *.egg-info
9
+ .venv/
10
+ .venv-host/
11
+ wheels/
12
+
13
+ # Assembled site output (scripts/build-site.mjs)
14
+ /site/
15
+ /docs/.astro/
16
+ /.astro/
17
+
18
+ # .NET / C# build artifacts
19
+ bin/
20
+ obj/
21
+ .vs/
22
+ *.suo
23
+ *.user
24
+ *.pdb
25
+
26
+ .DS_Store
27
+
28
+ # Foreground release watcher output
29
+ /build.log
30
+ /.build-*
@@ -0,0 +1,71 @@
1
+ # Legal notices
2
+
3
+ ## Using the SDK
4
+
5
+ OpenAxis is available under [Elastic License 2.0 (ELv2) or GPLv3](LICENSE),
6
+ at your option. This choice covers SDK source (including helpers), examples,
7
+ documentation, and the protocol specification, unless otherwise noted.
8
+ Both options permit commercial and noncommercial use without SDK royalties.
9
+
10
+ If you distribute a proprietary application that incorporates or links the
11
+ OpenAxis SDK, or a plugin that links the SDK into a proprietary host process,
12
+ you must use the OpenAxis SDK under Elastic License 2.0 (ELv2). Releasing a
13
+ plugin’s own source code under an open-source license does not remove this
14
+ requirement.
15
+
16
+ Under ELv2, you are not required to publish your own application or plugin
17
+ source code. Include the ELv2 license terms, preserve notices, and prominently identify modified
18
+ SDK copies. The OpenAxis client includes license verification for authorized
19
+ devices and servers; this is license-key functionality protected by ELv2.
20
+
21
+ Use the GPLv3 option for integrations distributed in compliance with GPLv3,
22
+ including compatible GPL and AGPL applications. Distributors must meet the
23
+ applicable source, notice, and other GPL obligations. No additional
24
+ proprietary-linking exception is granted.
25
+
26
+ Your own integration code may use a separate license compatible with your
27
+ chosen SDK license. Its license does not relicense the SDK. Third-party
28
+ dependencies retain their respective licenses. These licenses do not cover
29
+ separately distributed proprietary Rotatrix software.
30
+
31
+ This guidance does not modify the SDK licenses. The applicable license terms control.
32
+
33
+ Copyright © 2026 Icebound Flame LLC.
34
+
35
+ ## Patents
36
+
37
+ Patent applications relating to the Rotatrix device and host software are
38
+ pending.
39
+
40
+ OpenAxis provides application-side camera and navigation integration. Its
41
+ licenses cover the distributed OpenAxis materials, not separately distributed
42
+ Rotatrix products.
43
+
44
+ No general patent license to manufacture hardware or implement independent
45
+ firmware or servers is granted. This notice does not limit rights granted
46
+ under the applicable SDK license or arising under applicable law.
47
+
48
+ ## Trademarks
49
+
50
+ "OpenAxis" and "Rotatrix" are trademarks of Icebound Flame LLC. The SDK licenses
51
+ do not grant rights to use these trademarks.
52
+
53
+ Application, plugin, and client-library developers may truthfully describe
54
+ their integration—for example, "Supports OpenAxis input from Rotatrix"—without
55
+ implying official origin or endorsement. This permission does not extend to
56
+ branding or marketing third-party hardware, firmware, input bridges, or
57
+ servers, including compatibility slogans or badges.
58
+
59
+ Written authorization is required for logos, approval badges, or claims of
60
+ certification, authorization, or endorsement. Technical interoperability does
61
+ not constitute approval. Approval of an original release does not extend
62
+ automatically to modified versions.
63
+
64
+ This policy grants no permission to use OpenAxis or Rotatrix as the product,
65
+ package, or distribution name of a modified SDK or specification, or to present
66
+ it as an official release.
67
+
68
+ Nothing here restricts trademark uses permitted by law, including fair use
69
+ and nominative use.
70
+
71
+ Questions: david@rotatrix.com