@earlyseo/blog 1.0.1 → 1.0.2

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 (3) hide show
  1. package/LICENSE +111 -0
  2. package/README.md +1 -1
  3. package/package.json +3 -2
package/LICENSE ADDED
@@ -0,0 +1,111 @@
1
+ EarlySEO SaaS Commercial License (Version 1.0)
2
+
3
+ Copyright (c) 2026 EarlySEO
4
+ All rights reserved.
5
+
6
+ DEFINITIONS
7
+ "Software" means the source code, object code, binaries, documentation, data
8
+ files, and any updates or modifications provided by EarlySEO.
9
+
10
+ "Licensee" means you or the entity on whose behalf you accept this License.
11
+
12
+ "Free Trial Period" means the initial period specified in your account
13
+ (typically 14 days), during which you may use the Software at no charge for
14
+ evaluation purposes.
15
+
16
+ "Commercial Use" means use of the Software for business purposes, whether or
17
+ not you receive compensation. This includes use as part of a SaaS offering,
18
+ API service, commercial product, or any revenue-generating application.
19
+
20
+ GRANT OF LICENSE
21
+ Subject to the terms and conditions of this License, EarlySEO grants you a
22
+ limited, non-exclusive, non-transferable license to:
23
+
24
+ 1. Use and run the Software for Commercial Use.
25
+ 2. Integrate the Software into your products and services.
26
+ 3. Use the Software during the Free Trial Period at no cost.
27
+ 4. Continue using the Software after the Free Trial Period, subject to
28
+ payment of applicable subscription fees.
29
+
30
+ FREE TRIAL TERMS
31
+ - The Free Trial Period begins upon first access and expires at the end of
32
+ the specified trial duration.
33
+ - During the Free Trial Period, you may use the Software without charge for
34
+ commercial evaluation.
35
+ - At the end of the Free Trial Period, you must subscribe to a paid plan to
36
+ continue using the Software. No data will be deleted during or immediately
37
+ after the Free Trial Period, but access may be restricted until a valid
38
+ subscription is active.
39
+ - One Free Trial Period per entity is permitted unless otherwise agreed in
40
+ writing.
41
+
42
+ PERMITTED USES
43
+ - Integrate and use the Software in your SaaS platform or products.
44
+ - Make internal copies for backup and archival purposes.
45
+ - Use the Software to provide services to your end customers.
46
+ - Sublicense the Software to your end-users under the restrictions in this
47
+ License, provided they are bound by the same restrictions.
48
+
49
+ PROHIBITED USES
50
+ - You may not reverse engineer, decompile, disassemble, or attempt to derive
51
+ the source code of the Software, except to the extent required by applicable
52
+ law.
53
+ - You may not remove, obscure, or alter any copyright, patent, trademark,
54
+ license notices, or other proprietary notices in the Software.
55
+ - You may not redistribute the Software's source code as a standalone product
56
+ or service.
57
+ - You may not use the Software to develop competing products or services
58
+ without a separate written agreement.
59
+ - You may not rent, lease, sell, sublicense, or distribute the Software
60
+ separately without authorization.
61
+
62
+ USAGE RESTRICTIONS
63
+ - The Software is licensed as-is for your business needs. Usage limits,
64
+ query rates, and feature tiers are defined in your subscription plan.
65
+ - Exceeding defined usage limits may result in service suspension.
66
+
67
+ INTELLECTUAL PROPERTY
68
+ EarlySEO retains all ownership, title, and intellectual property rights in
69
+ the Software. You acquire no ownership rights, only a limited license to use.
70
+ Trademarks, logos, and brand names are the exclusive property of EarlySEO.
71
+
72
+ FEES AND PAYMENT
73
+ Subscription fees are due according to your selected plan. Failure to pay may
74
+ result in suspension or termination of service. You are responsible for all
75
+ applicable taxes.
76
+
77
+ TERMINATION
78
+ - This License remains in effect until terminated.
79
+ - EarlySEO may terminate this License immediately if you violate any material
80
+ term of this License.
81
+ - Upon termination, you must cease use of the Software and delete all copies
82
+ in your possession.
83
+ - Sections on Intellectual Property, Limitation of Liability, and Indemnity
84
+ survive termination.
85
+
86
+ DISCLAIMER OF WARRANTIES
87
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
90
+
91
+ LIMITATION OF LIABILITY
92
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL EARLYSEO
93
+ BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE
94
+ DAMAGES, OR LOSS OF PROFITS, DATA, OR REVENUE, REGARDLESS OF THE FORM OF
95
+ ACTION OR ON ANY THEORY OF LIABILITY, EVEN IF ADVISED OF THE POSSIBILITY OF
96
+ SUCH DAMAGES.
97
+
98
+ INDEMNIFICATION
99
+ You agree to indemnify, defend, and hold harmless EarlySEO from any third-party
100
+ claims arising from your use of the Software or violation of this License.
101
+
102
+ GOVERNING LAW
103
+ This License shall be governed by and construed under the laws of the
104
+ jurisdiction in which EarlySEO is incorporated, without regard to conflict of
105
+ law principles.
106
+
107
+ CONTACT & SUPPORT
108
+ For licensing inquiries, support, or to modify your plan:
109
+ Email: team@earlyseo.com
110
+ Website: https://earlyseo.com
111
+ Documentation: https://docs.earlyseo.com
package/README.md CHANGED
@@ -301,4 +301,4 @@ interface Article {
301
301
 
302
302
  ## License
303
303
 
304
- MIT
304
+ Proprietary — see [LICENSE](./LICENSE) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@earlyseo/blog",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Drop-in blog integration for React & Next.js — powered by EarlySEO. Articles are served from EarlySEO's CDN. Just add your site ID and render.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -34,6 +34,7 @@
34
34
  "files": [
35
35
  "dist",
36
36
  "src/cli",
37
+ "LICENSE",
37
38
  "README.md"
38
39
  ],
39
40
  "keywords": [
@@ -47,7 +48,7 @@
47
48
  "blog-engine",
48
49
  "cdn"
49
50
  ],
50
- "license": "MIT",
51
+ "license": "SEE LICENSE IN LICENSE",
51
52
  "peerDependencies": {
52
53
  "react": ">=18.0.0",
53
54
  "react-dom": ">=18.0.0",