apexgantt 3.18.0 → 3.18.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.
Files changed (2) hide show
  1. package/LICENSE +116 -0
  2. package/package.json +2 -1
package/LICENSE ADDED
@@ -0,0 +1,116 @@
1
+ ## 📄 License Options for ApexGantt
2
+
3
+ ApexGantt is offered under a **dual-license model** to support individuals, startups, and commercial products of all sizes.
4
+
5
+ One license key works across every Apex product, so a customer of one does not buy a second for another.
6
+
7
+ ---
8
+
9
+ ### 🔓 Community License (Free)
10
+
11
+ For individuals, non-profits, educators, and small businesses with **less than $2 million USD in annual revenue**.
12
+
13
+ ✅ What's allowed:
14
+
15
+ - Personal, educational, or non-profit use
16
+ - Commercial use by small orgs (under $2M annual revenue)
17
+ - Modifications, and redistribution of the library itself (with attribution)
18
+
19
+ 🚫 Not allowed:
20
+
21
+ - Use by companies or entities over $2M/year revenue
22
+ - Use in competing charting or project scheduling products
23
+ - Sublicensing under different terms
24
+ - Embedding in a product or platform used by other people, which needs the OEM License below whatever your revenue
25
+
26
+ ➡ By using ApexGantt under this license, you confirm that **you qualify as a Small Organization**.
27
+
28
+ ---
29
+
30
+ ### 💼 Commercial License (Paid)
31
+
32
+ The Commercial License applies to all paid SKUs (Pro, Premium and OEM).
33
+
34
+ The **Community License** is available at no cost **only** to organizations with **annual revenue under $2M USD**.
35
+ If your organization earns $2M USD or more annually, you must purchase one of our paid licenses.
36
+
37
+ Pro and Premium are priced per developer, and priced on the features you use rather than on your revenue.
38
+
39
+ ✅ What's included:
40
+
41
+ - Use in internal tools and commercial applications
42
+ - Modifications and app-level distribution
43
+ - 12-month subscription with updates & support
44
+
45
+ 🚫 Not allowed:
46
+
47
+ - Redistribution in toolkits, SDKs, or platforms
48
+ - Use by unlicensed developers
49
+ - Competing charting or project scheduling products
50
+
51
+ ---
52
+
53
+ ### 🏛 Non-Profit Tiers
54
+
55
+ Non-Profits are treated like commercial entities:
56
+
57
+ - Annual operating budget **less than $2 million USD**
58
+ - _Eligible for Community licenses_
59
+
60
+ or
61
+
62
+ - Annual operating budget **greater than $2 million USD**
63
+ - _Commercial license with possible discounts for Community, Pro, Premium and OEM products_
64
+
65
+ ---
66
+
67
+ ### 🔄 OEM / Redistribution License (Paid)
68
+
69
+ Required if you are **embedding ApexGantt into a product or platform used by other people**, such as:
70
+
71
+ - No-code dashboards
72
+ - Developer platforms
73
+ - Embedded BI tools
74
+ - SDKs
75
+
76
+ ✅ What's included:
77
+
78
+ - Redistribution rights for **one application or product**
79
+ - **Unlimited developer seats** on that application, with no separate per-developer license to buy
80
+ - **Every licensed feature**, at the highest tier
81
+ - 12-month subscription with updates & support
82
+
83
+ Your end users need no license of their own. A second application needs a second OEM license. White-label, resale, and affiliate arrangements are quoted separately.
84
+
85
+ ✅ OEM **not required** if your app simply renders static charts and users **cannot** configure or interact with them.
86
+
87
+ ---
88
+
89
+ ### ⏳ When a subscription ends
90
+
91
+ Your license key expires, and **licensed features render with a trial watermark**. You no longer receive updates, new features, or technical support. Work built only from free features is unaffected, and your existing deployment keeps running.
92
+
93
+ For OEM licenses, continued redistribution requires an active subscription.
94
+
95
+ ---
96
+
97
+ ### ⚠️ License Acceptance
98
+
99
+ By installing ApexGantt (e.g., via `npm install apexgantt`), you are agreeing to the applicable license based on your usage:
100
+
101
+ - Community License (if under $2M revenue)
102
+ - Commercial License (if over $2M revenue)
103
+ - OEM License (if redistributing to third-party users)
104
+
105
+ ---
106
+
107
+ ### 🛠 Need a License or Have Questions?
108
+
109
+ 📧 Contact us at [sales@apexcharts.com](mailto:sales@apexcharts.com)
110
+ 📚 Read full license agreements here: [https://apexcharts.com/license](https://apexcharts.com/license)
111
+
112
+ ---
113
+
114
+ Copyright © 2026 ApexCharts. All rights reserved.
115
+
116
+ Thank you for supporting ApexGantt! Your licensing helps keep it free and open for individuals and small teams.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "apexgantt",
3
- "version": "3.18.0",
3
+ "version": "3.18.1",
4
+ "license": "SEE LICENSE IN LICENSE",
4
5
  "repository": {
5
6
  "type": "git",
6
7
  "url": "https://github.com/apexcharts/apexgantt"