Skip to content

Commit a912a1e

Browse files
committed
update license
1 parent 489cf80 commit a912a1e

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

apps/test-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "test-bot",
33
"version": "1.0.0",
44
"type": "module",
5-
"license": "GPL-3.0-or-later",
5+
"license": "GPL-3.0-only",
66
"scripts": {
77
"commandkit": "commandkit",
88
"dev": "commandkit dev",

apps/website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const config: Config = {
175175
</a>
176176
<br/>
177177
<br/>
178-
GPL-3.0-or-later © ${new Date().getFullYear()} Avraj Sahota`,
178+
GPL-3.0-only © ${new Date().getFullYear()} Avraj Sahota`,
179179
},
180180
prism: {
181181
theme: prismThemes.vsLight,

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "website",
33
"version": "0.0.0",
44
"private": true,
5-
"license": "GPL-3.0-or-later",
5+
"license": "GPL-3.0-only",
66
"scripts": {
77
"docusaurus": "docusaurus",
88
"dev": "docusaurus start",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "commandkit",
33
"version": "0.0.0",
44
"private": true,
5-
"license": "GPL-3.0-or-later",
5+
"license": "GPL-3.0-only",
66
"workspaces": [
77
"packages/*",
88
"apps/*"

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Twilight <[email protected]>",
2424
2525
],
26-
"license": "GPL-3.0-or-later",
26+
"license": "GPL-3.0-only",
2727
"bugs": {
2828
"url": "https://github.com/underctrl-io/commandkit/issues"
2929
},

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"Twilight <[email protected]>",
3232
3333
],
34-
"license": "GPL-3.0-or-later",
34+
"license": "GPL-3.0-only",
3535
"bugs": {
3636
"url": "https://github.com/underctrl-io/commandkit/issues"
3737
},

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Twilight <[email protected]>",
2727
2828
],
29-
"license": "GPL-3.0-or-later",
29+
"license": "GPL-3.0-only",
3030
"bugs": {
3131
"url": "https://github.com/underctrl-io/commandkit/issues"
3232
},

packages/commandkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "commandkit",
33
"description": "Beginner friendly command & event handler for Discord.js",
44
"version": "1.2.0",
5-
"license": "GPL-3.0-or-later",
5+
"license": "GPL-3.0-only",
66
"type": "commonjs",
77
"main": "./dist/index.js",
88
"module": "./dist/index.js",

packages/create-commandkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "./dist/index.js",
77
"bin": "./dist/index.js",
88
"type": "module",
9-
"license": "GPL-3.0-or-later",
9+
"license": "GPL-3.0-only",
1010
"keywords": [
1111
"commandkit",
1212
"create-commandkit",

packages/devtools-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6-
"license": "GPL-3.0-or-later",
6+
"license": "GPL-3.0-only",
77
"scripts": {
88
"dev": "vite",
99
"build": "vite build",

0 commit comments

Comments
 (0)