@arcblock/license 2.7.21 → 2.7.23
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/lib/blocklet.js +1 -1
- package/lib/server.js +2 -2
- package/md/blocklet.md +1 -1
- package/md/server.md +2 -2
- package/package.json +2 -2
- package/src/blocklet.js +1 -1
- package/src/server.js +2 -2
package/lib/blocklet.js
CHANGED
|
@@ -18,7 +18,7 @@ var _default = _ref => {
|
|
|
18
18
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("h3", {
|
|
19
19
|
children: "End User License Agreement for Blocklet"
|
|
20
20
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
21
|
-
children: "Blocklet License Agreement ArcBlock
|
|
21
|
+
children: "Blocklet License Agreement ArcBlock version 2020-08-28"
|
|
22
22
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
23
23
|
children: "Blocklet LICENSE AGREEMENT"
|
|
24
24
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
package/lib/server.js
CHANGED
|
@@ -18,11 +18,11 @@ var _default = _ref => {
|
|
|
18
18
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("h3", {
|
|
19
19
|
children: "End User License Agreement for Blocklet Server"
|
|
20
20
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
21
|
-
children: "Blocklet Server License Agreement ArcBlock
|
|
21
|
+
children: "Blocklet Server License Agreement ArcBlock version 2020-08-28"
|
|
22
22
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
23
23
|
children: "Blocklet Server LICENSE AGREEMENT"
|
|
24
24
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
25
|
-
children: "PLEASE READ THIS END USER LICENCE AGREEMENT CAREFULLY. This Blocklet Server License Agreement ('Agreement') is a legal agreement between you (the 'End User') and ArcBlock
|
|
25
|
+
children: "PLEASE READ THIS END USER LICENCE AGREEMENT CAREFULLY. This Blocklet Server License Agreement ('Agreement') is a legal agreement between you (the 'End User') and ArcBlock (ARCBLOCK) for the Blocklet Server software (the 'Software') licensed to End User hereunder and supplied to End User. The term Software includes any APIs, software modules, and any associated materials and 'online' or electronic documentation. This Agreement applies to End User's use of the Software but it shall be superseded by any signed agreement between End User and ARCBLOCK concerning the Software."
|
|
26
26
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
27
27
|
children: "By installing or using the Software, You agree to accept and to be bound by this Agreement at all times. If You do not agree with one of these, please do not install or use the Software."
|
|
28
28
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("h4", {
|
package/md/blocklet.md
CHANGED
package/md/server.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
### End User License Agreement for Blocklet Server
|
|
2
2
|
|
|
3
|
-
Blocklet Server License Agreement ArcBlock
|
|
3
|
+
Blocklet Server License Agreement ArcBlock version 2020-08-28
|
|
4
4
|
|
|
5
5
|
Blocklet Server LICENSE AGREEMENT
|
|
6
6
|
|
|
7
|
-
PLEASE READ THIS END USER LICENCE AGREEMENT CAREFULLY. This Blocklet Server License Agreement ('Agreement') is a legal agreement between you (the 'End User') and ArcBlock
|
|
7
|
+
PLEASE READ THIS END USER LICENCE AGREEMENT CAREFULLY. This Blocklet Server License Agreement ('Agreement') is a legal agreement between you (the 'End User') and ArcBlock (ARCBLOCK) for the Blocklet Server software (the 'Software') licensed to End User hereunder and supplied to End User. The term Software includes any APIs, software modules, and any associated materials and 'online' or electronic documentation. This Agreement applies to End User's use of the Software but it shall be superseded by any signed agreement between End User and ARCBLOCK concerning the Software.
|
|
8
8
|
|
|
9
9
|
By installing or using the Software, You agree to accept and to be bound by this Agreement at all times. If You do not agree with one of these, please do not install or use the Software.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/license",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.23",
|
|
4
4
|
"description": "This package provide a set of license agreement for arcblock products",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"arcblock",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"remark": "^12.0.1",
|
|
45
45
|
"remark-html": "^13.0.2"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "3e0d9355dcc2aab2be1b5bd1fe9eb739f09f03be"
|
|
48
48
|
}
|
package/src/blocklet.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
import React from 'react';
|
|
3
3
|
export default ({...props}) => (<div {...props}><h3>End User License Agreement for Blocklet</h3>
|
|
4
|
-
<p>Blocklet License Agreement ArcBlock
|
|
4
|
+
<p>Blocklet License Agreement ArcBlock version 2020-08-28</p>
|
|
5
5
|
<p>Blocklet LICENSE AGREEMENT</p>
|
|
6
6
|
<p>PLEASE READ THIS END USER LICENCE AGREEMENT CAREFULLY. This Blocklet License Agreement ('Agreement') is a legal agreement between you (the 'End User') and Developer.</p>
|
|
7
7
|
</div>);
|
package/src/server.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
import React from 'react';
|
|
3
3
|
export default ({...props}) => (<div {...props}><h3>End User License Agreement for Blocklet Server</h3>
|
|
4
|
-
<p>Blocklet Server License Agreement ArcBlock
|
|
4
|
+
<p>Blocklet Server License Agreement ArcBlock version 2020-08-28</p>
|
|
5
5
|
<p>Blocklet Server LICENSE AGREEMENT</p>
|
|
6
|
-
<p>PLEASE READ THIS END USER LICENCE AGREEMENT CAREFULLY. This Blocklet Server License Agreement ('Agreement') is a legal agreement between you (the 'End User') and ArcBlock
|
|
6
|
+
<p>PLEASE READ THIS END USER LICENCE AGREEMENT CAREFULLY. This Blocklet Server License Agreement ('Agreement') is a legal agreement between you (the 'End User') and ArcBlock (ARCBLOCK) for the Blocklet Server software (the 'Software') licensed to End User hereunder and supplied to End User. The term Software includes any APIs, software modules, and any associated materials and 'online' or electronic documentation. This Agreement applies to End User's use of the Software but it shall be superseded by any signed agreement between End User and ARCBLOCK concerning the Software.</p>
|
|
7
7
|
<p>By installing or using the Software, You agree to accept and to be bound by this Agreement at all times. If You do not agree with one of these, please do not install or use the Software.</p>
|
|
8
8
|
<h4>1. Software license</h4>
|
|
9
9
|
<p>Notwithstanding any reference to 'sale' or 'purchase', the Software is licensed, not sold. Subject to the terms and conditions of this Agreement, ARCBLOCK grants End User a non-exclusive, non-transferable right to access and use the Software as part of the services for End User's use ('Authorized Use') in object form in the products, versions, and number of installed instances as purchased from ARCBLOCK.</p>
|