Skip to content

Commit f927063

Browse files
committed
fix: added licencing details
1 parent 22304c3 commit f927063

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ A simple lazy-loader component in vanilla javascript. Easily configured using HT
99
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-lazy-loader?style=flat-square)
1010
![GitHub](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
1111

12-
1312
![CoCreate-lazy-loader](https://cdn.cocreate.app/docs/CoCreate-lazy-loader.gif)
1413

1514
## [Docs & Demo](https://cocreate.app/docs/lazy-loader)
@@ -40,12 +39,12 @@ $ yarn install @cocreate/lazy-loader
4039

4140
# Table of Contents
4241

43-
- [Table of Contents](#table-of-contents)
44-
- [Announcements](#announcements)
45-
- [Roadmap](#roadmap)
46-
- [How to Contribute](#how-to-contribute)
47-
- [About](#about)
48-
- [License](#license)
42+
- [Table of Contents](#table-of-contents)
43+
- [Announcements](#announcements)
44+
- [Roadmap](#roadmap)
45+
- [How to Contribute](#how-to-contribute)
46+
- [About](#about)
47+
- [License](#license)
4948

5049
<a name="announcements"></a>
5150

@@ -79,6 +78,14 @@ We want this library to be community-driven, and CoCreate led. We need your help
7978

8079
We appreciate your continued support, thank you!
8180

81+
<a name="license"></a>
82+
8283
# License
8384

84-
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-lazy-loader/blob/master/LICENSE)
85+
This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
86+
87+
- **Open Source Use**: For open-source projects and non-commercial use, this software is available under the AGPLv3. The AGPLv3 allows you to freely use, modify, and distribute this software, provided that all modifications and derivative works are also licensed under the AGPLv3. For the full license text, see the [LICENSE file](https://github.com/CoCreate-app/CoCreate-socket-client/blob/master/LICENSE).
88+
89+
- **Commercial Use**: For-profit companies and individuals intending to use this software for commercial purposes must obtain a commercial license. The commercial license is available when you sign up for an API key on our [website](https://cocreate.app). This license permits proprietary use and modification of the software without the copyleft requirements of the AGPLv3. It is ideal for integrating this software into proprietary commercial products and applications.
90+
91+
If you have not purchased a commercial license and intend to use this software for commercial purposes, you are required to sign up for an API key on our website.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"url": "git+https://github.com/CoCreate-app/CoCreate-lazy-loader.git"
3535
},
3636
"author": "CoCreate LLC",
37-
"license": "MIT",
37+
"license": "AGPL-3.0",
3838
"bugs": {
3939
"url": "https://github.com/CoCreate-app/CoCreate-lazy-loader/issues"
4040
},

0 commit comments

Comments
 (0)