@omniloy/sofia-sdk 0.0.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/COMMERCIAL-LICENSE.txt +18 -0
- package/LICENSE.txt +716 -0
- package/README.md +50 -0
- package/dist/legacy/omniscribe-library.css +1 -0
- package/dist/legacy/webcomponents.d.ts +61 -0
- package/dist/legacy/webcomponents.es.js +95164 -0
- package/dist/legacy/webcomponents.umd.js +4649 -0
- package/dist/tailor-build/webcomponents.d.ts +61 -0
- package/dist/tailor-build/webcomponents.es.js +93225 -0
- package/dist/tailor-build/webcomponents.es.js.map +1 -0
- package/dist/tailor-build/webcomponents.umd.js +4327 -0
- package/dist/tailor-build/webcomponents.umd.js.map +1 -0
- package/dist/webcomponents.d.ts +61 -0
- package/dist/webcomponents.es.js +95027 -0
- package/dist/webcomponents.es.js.map +1 -0
- package/dist/webcomponents.umd.js +4650 -0
- package/dist/webcomponents.umd.js.map +1 -0
- package/package.json +61 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
COMMERCIAL LICENSE AGREEMENT
|
|
2
|
+
|
|
3
|
+
This software is dual-licensed. You may use it under the terms of the AGPL-3.0,
|
|
4
|
+
or you may purchase a commercial license from Omniloy.
|
|
5
|
+
|
|
6
|
+
Commercial license grants are required for:
|
|
7
|
+
- Use in proprietary or closed-source software
|
|
8
|
+
- Use in SaaS platforms or web applications that do not publish source code
|
|
9
|
+
- Internal enterprise applications
|
|
10
|
+
- Distribution as part of commercial products
|
|
11
|
+
|
|
12
|
+
By obtaining a commercial license, you:
|
|
13
|
+
- Do not need to release your own source code
|
|
14
|
+
- Receive usage rights for closed-source deployments
|
|
15
|
+
- May qualify for commercial support
|
|
16
|
+
|
|
17
|
+
For licensing inquiries, please contact:
|
|
18
|
+
legal@omniloy.com
|