Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 24, 2023
2 parents 3c87016 + 6812dcc commit 9b96b23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ We want this library to be community-driven, and CoCreate led. We need your help

We appreciate your continued support, thank you!

<a name="license"></a>

# License

[Server Side Public License (SSPL)](https://github.com/CoCreate-app/CoCreate-authorize/blob/master/LICENSE)
This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.

- **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-authorize/blob/master/LICENSE).

- **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.

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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"main": "./src/index.js",
"dependencies": {
"@cocreate/crud-client": "^1.30.0",
"@cocreate/utils": "^1.28.0"
"@cocreate/crud-client": "^1.31.0",
"@cocreate/utils": "^1.29.0"
}
}

0 comments on commit 9b96b23

Please sign in to comment.