Skip to content

Commit f723192

Browse files
committed
fix: update readme
1 parent 3a25e4e commit f723192

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
For-profit companies and individuals intending to use CoCreate-node-autoscaler for
2+
commercial use must purchase a commercial license. This license allows
3+
source code modifications, but does not permit redistribution of
4+
modifications.
5+
16
The commercial license is designed to for you to use CoCreate-node-autoscaler in
27
commercial products and applications, without the provisions of the SSPL.
38
With the commercial license, your code is kept propietary, to yourself.

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# CoCreate-node-autoscaler
22
A simple node-autoscaler 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/node-autoscaler)
33

4-
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-node-autoscaler/dist/CoCreate-node-autoscaler.min.js?label=minified%20size&style=for-the-badge)
5-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-node-autoscaler?style=for-the-badge)
6-
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-node-autoscaler?style=for-the-badge)
7-
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-node-autoscaler/help%20wanted?style=for-the-badge)
4+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-node-autoscaler?style=flat-square)
5+
![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-node-autoscaler?style=flat-square)
6+
![License](https://img.shields.io/static/v1?style=flat-square&label=license&message=SSPL&color=green)
7+
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
88

99
![CoCreate](https://cdn.cocreate.app/logo.png)
1010

@@ -48,11 +48,17 @@ CoCreate-node-autoscaler is maintained and funded by CoCreate. The names and log
4848

4949
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-node-autoscaler/blob/master/CONTRIBUTING.md) guide for details.
5050

51+
<a name="license"></a>
5152
# Dual License
5253
## Open Source
5354
[Server Side Public License (SSPL)](https://github.com/CoCreate-app/CoCreate-node-autoscaler/blob/master/LICENSE)
5455

5556
## Commercial
57+
For-profit companies and individuals intending to use CoCreate-node-autoscaler for
58+
commercial use must purchase a commercial license. This license allows
59+
source code modifications, but does not permit redistribution of
60+
modifications.
61+
5662
The commercial license is designed to for you to use CoCreate-node-autoscaler in
5763
commercial products and applications, without the provisions of the SSPL.
5864
With the commercial license, your code is kept propietary, to yourself.

0 commit comments

Comments
 (0)