From e105a05f3d5c9a0f889a99f4cf8f086c46c93679 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 23 Nov 2023 21:25:13 -0600 Subject: [PATCH 1/2] fix: update licensing details --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 714ac0d..93eb567 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # CoCreate-socket-server + A simple socket-server component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/socket-server) ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-socket-server?style=flat-square) @@ -16,25 +17,27 @@ We appreciate your continued support, thank you! # Table of Contents -- [Table of Contents](#table-of-contents) -- [Announcements](#announcements) -- [Roadmap](#roadmap) -- [How to Contribute](#how-to-contribute) -- [About](#about) -- [License](#license) +- [Table of Contents](#table-of-contents) +- [Announcements](#announcements) +- [Roadmap](#roadmap) +- [How to Contribute](#how-to-contribute) +- [About](#about) +- [License](#license) + # Announcements -All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-socket-server/releases). You may also subscribe to email for releases and breaking changes. +All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-socket-server/releases). You may also subscribe to email for releases and breaking changes. + # Roadmap If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-socket-server/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-socket-server/pulls). We would love to hear your feedback. - + # About CoCreate-socket-server is guided and supported by the CoCreate Developer Experience Team. @@ -44,9 +47,19 @@ Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) i CoCreate-socket-server is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC. + # How to Contribute We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/CONTRIBUTING.md) guide for details. + + # License -[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-socket-server/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-socket-server/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. From 33f50737ff478d1147ea183e2fa058d5dc8dca35 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 23 Nov 2023 21:36:05 -0600 Subject: [PATCH 2/2] feat: upgrade dependencies for latest features and fixes --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b9d8db6..75c85ea 100644 --- a/package.json +++ b/package.json @@ -40,9 +40,9 @@ }, "homepage": "https://cocreate.app/docs/CoCreate-socket-server", "dependencies": { - "@cocreate/config": "^1.7.0", - "@cocreate/uuid": "^1.8.0", - "@cocreate/utils": "^1.28.0", + "@cocreate/config": "^1.8.0", + "@cocreate/uuid": "^1.9.0", + "@cocreate/utils": "^1.29.0", "ws": "7.5.9" } } \ No newline at end of file