@pcreative/license-client 1.0.0 → 1.0.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 +27 -9
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,15 +1,33 @@
|
|
|
1
|
-
|
|
1
|
+
pcreative License (PCL) v1.0
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2026 pcreativedev
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
PERMITTED USE
|
|
6
|
+
─────────────
|
|
7
|
+
This software may be used freely:
|
|
8
|
+
1. By holders of a valid pcreative.dev product license, solely for the
|
|
9
|
+
purpose of verifying that license against the pcreative.dev API.
|
|
10
|
+
2. By developers evaluating official pcreative.dev templates locally.
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
PROHIBITED USE
|
|
13
|
+
──────────────
|
|
14
|
+
The following are explicitly prohibited and constitute a breach of this
|
|
15
|
+
license:
|
|
16
|
+
• Modification of the license verification logic for the purpose of
|
|
17
|
+
bypassing, disabling, or weakening license checks ("nulling").
|
|
18
|
+
• Distribution of this software as part of any product that competes
|
|
19
|
+
with pcreative.dev templates, or that is intended to circumvent the
|
|
20
|
+
pcreative.dev licensing system.
|
|
21
|
+
• Use in any production deployment without an active pcreative.dev
|
|
22
|
+
license matching that deployment domain.
|
|
23
|
+
• Removal or alteration of the watermark identifier embedded in
|
|
24
|
+
activation tokens issued to your deployment.
|
|
14
25
|
|
|
26
|
+
NO WARRANTY
|
|
27
|
+
───────────
|
|
15
28
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
29
|
+
|
|
30
|
+
CONTACT
|
|
31
|
+
───────
|
|
32
|
+
For commercial licensing, OEM use, or special permissions:
|
|
33
|
+
contact@pcreative.dev
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pcreative/license-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "License verification client for pcreative.dev templates \u2014 RS256 JWT, offline verification, soft-kill state machine",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"anti-piracy"
|
|
31
31
|
],
|
|
32
32
|
"author": "pcreativedev <contact@differentxperience.com>",
|
|
33
|
-
"license": "
|
|
33
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
36
|
"url": "https://github.com/pcreativedev/license-client.git"
|