@steedos/standard-object-database 2.2.55-beta.16 → 2.2.55-beta.17

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.
Files changed (2) hide show
  1. package/LICENSE.txt +22 -0
  2. package/package.json +16 -16
package/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Steedos Licensing
2
+
3
+ SOFTWARE LICENSING
4
+
5
+ To determine under which license you may use a file from the Steedos source code,
6
+ please resort to the header of that file.
7
+
8
+ If the file has no header, the following rules apply
9
+ 1. enterprise features are licensed under Steedos Enterprise Terms, see License.enterprise.txt
10
+ 2. source code that is neither (1) is licensed under MIT, see https://opensource.org/licenses/MIT
11
+
12
+ On request, licenses under different terms are available.
13
+
14
+ Source code of enterprise features are files that
15
+ * are in folders named "ee" or start with "ee_", or in subfolders of such folders.
16
+ * contain the strings "ee_" in its filename name.
17
+ The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`
18
+
19
+ STEEDOS TRADEMARK GUIDELINES
20
+
21
+ Your use of the mark Steedos is subject to Steedos, Inc's prior written approval. For trademark approval or any questions
22
+ you have about using these trademarks, please email zhuangjianguo@steedos.com
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
- {
2
- "name": "@steedos/standard-object-database",
3
- "version": "2.2.55-beta.16",
4
- "main": "package.service.js",
5
- "private": false,
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "keywords": [
10
- "steedos"
11
- ],
12
- "description": "steedos package",
13
- "repository": {},
14
- "license": "MIT",
15
- "dependencies": {}
16
- }
1
+ {
2
+ "name": "@steedos/standard-object-database",
3
+ "version": "2.2.55-beta.17",
4
+ "main": "package.service.js",
5
+ "private": false,
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "keywords": [
10
+ "steedos"
11
+ ],
12
+ "description": "steedos package",
13
+ "repository": {},
14
+ "license": "MIT",
15
+ "gitHead": "c0ffc0bfc9546999c7dbef154012e9b198b2eb95"
16
+ }