Skip to content

Commit a3d6b1c

Browse files
committed
chore: update license from AGPL-3.0 to CC-BY-NC-ND-4.0 and reflect changes in README
1 parent cd2f41c commit a3d6b1c

7 files changed

Lines changed: 409 additions & 667 deletions

File tree

LICENSE

Lines changed: 403 additions & 661 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## A bunch of plugins for the Sapphire Framework that we used in our projects.
88

9-
[![GitHub](https://img.shields.io/github/license/stegripe/sapphire-plugins)](https://github.com/stegripe/sapphire-plugins/blob/main/LICENSE.md)
9+
[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/license-CC%20BY--NC--ND%204.0-orange.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
1010

1111
</div>
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stegripe/sapphire-plugins",
33
"version": "1.0.0",
44
"description": "A bunch of plugins for the Sapphire Framework that used we used in our projects",
5-
"license": "AGPL-3.0",
5+
"license": "CC-BY-NC-ND-4.0",
66
"author": "Stegripe Development <support@stegripe.org>",
77
"repository": {
88
"type": "git",

packages/command-context/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Plugin for [**`@sapphire/framework`**](https://github.com/sapphire/framework) used to handle Message & Interaction Command in a single context.**
88

9-
[![GitHub](https://img.shields.io/github/license/stegripe/sapphire-plugins)](https://github.com/stegripe/sapphire-plugins/blob/main/LICENSE.md)
9+
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/"><img src="https://img.shields.io/badge/license-CC%20BY--NC--ND%204.0-orange.svg" alt="License: CC BY-NC-ND 4.0"></a>
1010
<a href="https://www.npmjs.com/package/@stegripe/command-context">
1111
<img src="https://img.shields.io/npm/v/@stegripe/command-context?maxAge=3600" alt="npm version" ></a>
1212
<img src="https://img.shields.io/npm/dt/@stegripe/command-context?maxAge=3600" alt="npm downloads">

packages/command-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stegripe/command-context",
33
"version": "1.2.0",
44
"description": "Handle Message and Interaction Command in one place.",
5-
"license": "AGPL-3.0",
5+
"license": "CC-BY-NC-ND-4.0",
66
"author": "Stegripe Development <support@stegripe.org>",
77
"repository": {
88
"type": "git",

packages/pino-logger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Plugin for [**`@sapphire/framework`**](https://github.com/sapphire/framework) used to handle logging with Pino.**
88

9-
[![GitHub](https://img.shields.io/github/license/stegripe/sapphire-plugins)](https://github.com/stegripe/sapphire-plugins/blob/main/LICENSE.md)
9+
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/"><img src="https://img.shields.io/badge/license-CC%20BY--NC--ND%204.0-orange.svg" alt="License: CC BY-NC-ND 4.0"></a>
1010
<a href="https://www.npmjs.com/package/@stegripe/pino-logger">
1111
<img src="https://img.shields.io/npm/v/@stegripe/pino-logger?maxAge=3600" alt="npm version" ></a>
1212
<img src="https://img.shields.io/npm/dt/@stegripe/pino-logger?maxAge=3600" alt="npm downloads">

packages/pino-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stegripe/pino-logger",
33
"version": "1.2.0",
44
"description": "A simple logger for Sapphire Framework using Pino.",
5-
"license": "AGPL-3.0",
5+
"license": "CC-BY-NC-ND-4.0",
66
"author": "Stegripe Development <support@stegripe.org>",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)