Skip to content

Commit c76c04c

Browse files
committed
docs: add dual-license structure with Parity and commercial license terms
- Replaced MIT license with Parity License 7.0.0 for open-source use - Added COMMERCIAL-LICENSE.md outlining paid use for closed-source/commercial projects - Updated LICENSE file with reference to paritylicense.com - Suggested README footer and badge to reflect dual-license model - Prepared structure for future Gumroad integration or license key enforcement
1 parent 115b9ce commit c76c04c

3 files changed

Lines changed: 166 additions & 115 deletions

File tree

COMMERCIAL-LICENSE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Commercial License for triggle.js
2+
3+
Triggle.js is dual-licensed under the Parity License for open-source use, and a commercial license for closed-source or revenue-generating projects.
4+
5+
## Free Use (Parity License)
6+
7+
You can use triggle.js for free if:
8+
9+
- Your project is open source
10+
- Your codebase is publicly available
11+
- You do not sell or profit from the project
12+
13+
## Commercial License Required
14+
15+
You must purchase a commercial license if:
16+
17+
- Your project is **not open source**
18+
- You are using triggle.js in **client work**, **SaaS apps**, **themes/templates**, or **commercial websites**
19+
- You’re integrating triggle.js into a **paid or proprietary** product
20+
21+
## What’s Included
22+
23+
- Commercial usage rights (lifetime)
24+
- No attribution required
25+
- Use in unlimited closed-source or client projects
26+
- Optional early access and support for updates
27+
28+
## Pricing
29+
30+
| License Type | Scope | Price |
31+
| -------------- | ---------------------------------- | ------- |
32+
| Solo Developer | 1 person, unlimited projects | $19 USD |
33+
| Agency / Team | Up to 10 team members | $49 USD |
34+
| Enterprise | Unlimited seats + priority support | Contact |
35+
36+
One-time payment. No subscriptions.
37+
38+
## Purchase
39+
40+
Email: **hellouxpavel@gmail.com**
41+
42+
## Thank You
43+
44+
Your support helps keep triggle.js actively maintained and evolving for developers like you.

LICENSE

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
MIT License
2-
3-
Copyright (c) 2025 Pavel
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
This software is licensed under the Parity License 7.0.0.
2+
3+
You may use, modify, and share this software freely, as long as any project that uses it is also open source under a license that shares source code under similar terms.
4+
5+
To use this software in a closed-source or commercial product, you must purchase a separate commercial license.
6+
7+
Full license text: https://paritylicense.com/
8+
9+
© 2025 Shafayetul Islam Pavel. All rights reserved.
10+
11+
## Commercial Use
12+
13+
Commercial use — including use in client projects, SaaS platforms, paid apps, or any revenue-generating product — requires a **paid license**.
14+
15+
See `COMMERCIAL-LICENSE.md` to obtain a license.
16+
17+
## Disclaimer
18+
19+
This software is provided "as is" without warranty of any kind. The author is not liable for any damages or losses arising from the use of this software.
20+
21+
---
22+
23+
For questions or licensing inquiries, contact: **hellouxpavel@gmail.com**

0 commit comments

Comments
 (0)