Skip to content

Commit 4a22fa9

Browse files
committed
chore(license): update to Apache License 2.0 and add NOTICE file for attribution
- Switched project license to Apache License, Version 2.0 - Added NOTICE file including author attribution: Shafayetul Islam Pavel — https://www.linkedin.com/in/shafayetul/ Project: Triggle - Attribution required for use, modification, or redistribution
1 parent 5fcbc5b commit 4a22fa9

4 files changed

Lines changed: 47 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v1.5.2 - 2025-07-23
4+
5+
### Changed
6+
7+
- Updated project license to **Apache License, Version 2.0**
8+
9+
### Added
10+
11+
- Introduced a `NOTICE` file with attribution details for legal clarity
12+
- Author: Shafayetul Islam Pavel
13+
- Project: Triggle
14+
- Attribution is now required when using, modifying, or redistributing the software
15+
316
## v1.5.1 - 2025-07-21
417

518
### Changed

LICENSE

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1-
This software is licensed under the Parity License 7.0.0.
1+
Apache License
2+
Version 2.0, January 2004
3+
http://www.apache.org/licenses/
24

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.
5+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
46

5-
To use this software in a closed-source or commercial product, you must purchase a separate commercial license.
7+
Copyright 2025 Shafayetul Islam Pavel
68

7-
Full license text: https://paritylicense.com/
9+
Licensed under the Apache License, Version 2.0 (the "License");
10+
you may not use this file except in compliance with the License.
11+
You may obtain a copy of the License at
812

9-
© 2025 Shafayetul Islam Pavel. All rights reserved.
13+
http://www.apache.org/licenses/LICENSE-2.0
1014

11-
## Commercial Use
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the License is distributed on an "AS IS" BASIS,
17+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
See the License for the specific language governing permissions and
19+
limitations under the License.
1220

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
21+
---
1822

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.
23+
Attribution Requirement:
24+
When using, modifying, or distributing this software (in source or binary form),
25+
you must provide clear credit to the original author:
2026

21-
---
27+
Created by Shafayetul Islam Pavel — https://www.linkedin.com/in/shafayetul/
2228

23-
For questions or licensing inquiries, contact: **[email protected]**
29+
If you modify the source, please include a note describing what was changed.

NOTICE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
This product includes software developed by:
2+
3+
Shafayetul Islam Pavel
4+
https://www.linkedin.com/in/shafayetul/
5+
6+
Project: Triggle
7+
8+
Licensed under the Apache License, Version 2.0.
9+
10+
---
11+
12+
Attribution is required if this software is used, modified, or redistributed.
13+
Please retain this NOTICE file and mention the original author in your documentation or UI if appropriate.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "triggle",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A lightweight CSS animation trigger library that animates elements on click, hover, enter and more.",
55
"main": "dist/triggle.js",
66
"module": "dist/triggle.js",

0 commit comments

Comments
 (0)