genosdb 0.11.3 → 0.11.4
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 +6 -4
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
SPDX-License-Identifier: LicenseRef-GenosDB-Proprietary
|
|
2
|
+
|
|
1
3
|
GenosDB (GDB) License
|
|
2
4
|
Copyright (c) 2024 Esteban Fuster Pozzi
|
|
3
5
|
|
|
@@ -5,14 +7,14 @@ Copyright (c) 2024 Esteban Fuster Pozzi
|
|
|
5
7
|
|
|
6
8
|
TERMS OF USE
|
|
7
9
|
|
|
8
|
-
The minified builds of GenosDB (GDB) are provided free of charge ("Freeware") for both personal and commercial use. You are welcome to integrate and
|
|
10
|
+
The minified builds of GenosDB (GDB) are provided free of charge ("Freeware") for both personal and commercial use. You are welcome to integrate, distribute, and resell these builds as part of your applications without cost.
|
|
9
11
|
|
|
10
12
|
The source code for GenosDB is proprietary and is not available under an open-source license. By using this software, you agree that you do not have the right to decompile, reverse-engineer, modify, or otherwise attempt to access the original source code of the core software.
|
|
11
13
|
|
|
12
14
|
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
Licensor: Esteban Fuster Pozzi, creator and licensor of GenosDB (GDB).
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
License Term: This license is perpetual, provided that all terms and conditions herein are continuously met.
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
Termination: The Licensor may terminate this license immediately upon any material breach by the user. Upon termination, the user must cease all use of the software and any distributed copies.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genosdb",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"description": "GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"email": "estebanrfp@gmail.com",
|
|
34
34
|
"url": "https://github.com/estebanrfp"
|
|
35
35
|
},
|
|
36
|
-
"license": "Proprietary",
|
|
36
|
+
"license": "LicenseRef-GenosDB-Proprietary",
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/estebanrfp/gdb/issues"
|
|
39
39
|
},
|