Skip to content

Commit fdc9475

Browse files
authored
Merge pull request #2583 from coingaming/update-license
fix: update license to MIT
2 parents 40cf2f3 + 5410e3f commit fdc9475

File tree

25 files changed

+44
-697
lines changed

25 files changed

+44
-697
lines changed

COPYING

Lines changed: 0 additions & 674 deletions
This file was deleted.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Yolo Group
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "10.13.4",
44
"private": true,
55
"type": "module",
6-
"license": "GPL-3.0-only",
6+
"license": "MIT",
77
"scripts": {
88
"dev": "next dev",
99
"build:types": "npx ts-node --esm app/utils/buildExamplesType.ts",

next-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "next-docs",
33
"version": "10.13.8",
44
"private": true,
5-
"license": "GPL-3.0-only",
5+
"license": "MIT",
66
"scripts": {
77
"dev": "next dev",
88
"build": "next build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "moon-design",
4-
"license": "GPL-3.0-only",
4+
"license": "MIT",
55
"scripts": {
66
"watch": "pnpm run watch:legacy && pnpm run watch:tailwind",
77
"watch:legacy": "pnpm --filter \"./packages/**\" --parallel -r run chokidar",

packages/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"prepublishOnly": "pnpm run publish:pre:move:lib && pnpm run publish:pre:update:package",
1616
"postpublish": "pnpm run publish:post:unmove:lib && pnpm run publish:post:revert:package",

packages/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/datepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/draggabletable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/global/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build:icons": "svgr --ext tsx --config-file ./.config/svgr.config.icons.js -d src/icons raw/imported",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src --structure flat --exportDefault",

packages/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/popover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/sidebar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

workspaces/tables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typings": "lib/index.d.ts",
1111
"repository": "https://github.com/coingaming/moon-design",
1212
"author": "Yolo Group",
13-
"license": "GPL-3.0-only",
13+
"license": "MIT",
1414
"scripts": {
1515
"build": "pnpm run build:index && pnpm run build:code",
1616
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",

0 commit comments

Comments
 (0)