@jackgreen2018/pdf-engine 1.0.86 → 1.0.87
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/COMMERCIAL-LICENSE.md +59 -0
- package/package.json +3 -2
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# @jackgreen2018/pdf-engine — Commercial License
|
|
2
|
+
|
|
3
|
+
The MIT license covers open-source and internal use, including attribution
|
|
4
|
+
in your project's license file or NOTICE. If that's fine for your use case,
|
|
5
|
+
you don't need anything on this page — just install the package.
|
|
6
|
+
|
|
7
|
+
## Who needs a commercial license
|
|
8
|
+
|
|
9
|
+
You need this if:
|
|
10
|
+
|
|
11
|
+
- You're shipping `pdf-engine` inside closed-source software and don't want
|
|
12
|
+
to carry MIT's attribution requirement, or
|
|
13
|
+
- Your legal/procurement team requires a paid commercial license before
|
|
14
|
+
approving a dependency, regardless of the underlying open-source terms.
|
|
15
|
+
|
|
16
|
+
## What's included
|
|
17
|
+
|
|
18
|
+
- **Perpetual license** — one-time payment, no renewal, no subscription.
|
|
19
|
+
- **One developer seat** — covers a single named developer integrating the
|
|
20
|
+
library. For team-wide licensing, buy one seat per developer or email for
|
|
21
|
+
a team quote.
|
|
22
|
+
- **Attribution waiver** — use `pdf-engine` in closed-source, proprietary
|
|
23
|
+
products without the MIT attribution requirement.
|
|
24
|
+
- **Email support** — integration questions answered within 2 business
|
|
25
|
+
days, best-effort.
|
|
26
|
+
- **30-day refund** — no questions asked if it doesn't work out.
|
|
27
|
+
|
|
28
|
+
## What's NOT included
|
|
29
|
+
|
|
30
|
+
- No SLA or uptime guarantee (this is a client-side library — there's no
|
|
31
|
+
server to guarantee uptime on).
|
|
32
|
+
- No custom feature development. Feature requests are welcome via GitHub
|
|
33
|
+
Issues but aren't part of this license.
|
|
34
|
+
- No indemnification beyond what MIT already disclaims.
|
|
35
|
+
|
|
36
|
+
## Price
|
|
37
|
+
|
|
38
|
+
**$49 USD, one-time, per developer seat.**
|
|
39
|
+
|
|
40
|
+
## Purchase
|
|
41
|
+
|
|
42
|
+
Buy directly (instant, automated — a license confirmation email arrives
|
|
43
|
+
within minutes of payment):
|
|
44
|
+
|
|
45
|
+
**https://creem.io/product/prod_3ZlNAxFzbn9vwfT4Ho3OKJ**
|
|
46
|
+
|
|
47
|
+
Need a multi-seat team license, a purchase order, or have a question before
|
|
48
|
+
buying? Email `jackgreen2018+sponsors@gmail.com`.
|
|
49
|
+
|
|
50
|
+
## License terms
|
|
51
|
+
|
|
52
|
+
Upon payment, you (and your organization, if purchased under a company
|
|
53
|
+
name) are granted a perpetual, non-exclusive, non-transferable license to
|
|
54
|
+
use `@jackgreen2018/pdf-engine` in any number of your own closed-source
|
|
55
|
+
products, without the MIT attribution requirement, for one (1) developer
|
|
56
|
+
seat. This license does not grant the right to resell, sublicense, or
|
|
57
|
+
redistribute the source code of `pdf-engine` itself as a competing product.
|
|
58
|
+
The underlying MIT-licensed source remains MIT-licensed for everyone else;
|
|
59
|
+
this license only waives the attribution obligation for the purchaser.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jackgreen2018/pdf-engine",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.87",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"files": [
|
|
17
17
|
"pkg/",
|
|
18
18
|
"dist/",
|
|
19
|
-
"src/"
|
|
19
|
+
"src/",
|
|
20
|
+
"COMMERCIAL-LICENSE.md"
|
|
20
21
|
],
|
|
21
22
|
"scripts": {
|
|
22
23
|
"build": "wasm-pack build --target bundler && rm -f pkg/.gitignore && tsc",
|