spindb 0.61.0 → 0.61.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 +20 -4
- package/dist/config/version.js +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -5,10 +5,26 @@
|
|
|
5
5
|
## Commercial Licensing
|
|
6
6
|
|
|
7
7
|
This software is free for noncommercial use under the terms below.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
**Any commercial use requires a separate, paid commercial license.**
|
|
9
|
+
|
|
10
|
+
Commercial use includes, without limitation:
|
|
11
|
+
|
|
12
|
+
- use in or for any commercial product, service, or SaaS offering;
|
|
13
|
+
- use in the internal business operations of any for-profit entity;
|
|
14
|
+
- using the software, its source code, or its output to train,
|
|
15
|
+
fine-tune, evaluate, retrieval-augment, or otherwise develop any
|
|
16
|
+
AI or machine-learning model, system, or agent in connection with a
|
|
17
|
+
commercial, for-profit, or revenue-generating purpose; and
|
|
18
|
+
- any other for-profit endeavor.
|
|
19
|
+
|
|
20
|
+
A one-time commercial license fee applies. To obtain a commercial
|
|
21
|
+
license, or to confirm whether your use requires one, contact the
|
|
22
|
+
licensor at **bob@layerbase.com**.
|
|
23
|
+
|
|
24
|
+
This section does not grant any rights beyond the PolyForm
|
|
25
|
+
Noncommercial License 1.0.0 set out below. It describes the separate
|
|
26
|
+
commercial license the licensor offers for uses that the license
|
|
27
|
+
below does not permit.
|
|
12
28
|
|
|
13
29
|
## Acceptance
|
|
14
30
|
|
package/dist/config/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spindb",
|
|
3
|
-
"version": "0.61.
|
|
3
|
+
"version": "0.61.1",
|
|
4
4
|
"author": "Bob Bass <bob@bbass.co>",
|
|
5
5
|
"license": "PolyForm-Noncommercial-1.0.0",
|
|
6
6
|
"description": "Zero-config Docker-free local database containers. Create, backup, and clone a variety of popular databases.",
|