Skip to content

Commit

Permalink
fix: update license to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dkireev committed Aug 9, 2024
1 parent 40cf2f3 commit 5410e3f
Show file tree
Hide file tree
Showing 25 changed files with 44 additions and 697 deletions.
674 changes: 0 additions & 674 deletions COPYING

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Yolo Group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "10.13.4",
"private": true,
"type": "module",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build:types": "npx ts-node --esm app/utils/buildExamplesType.ts",
Expand Down
2 changes: 1 addition & 1 deletion next-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next-docs",
"version": "10.13.8",
"private": true,
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "moon-design",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"watch": "pnpm run watch:legacy && pnpm run watch:tailwind",
"watch:legacy": "pnpm --filter \"./packages/**\" --parallel -r run chokidar",
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"prepublishOnly": "pnpm run publish:pre:move:lib && pnpm run publish:pre:update:package",
"postpublish": "pnpm run publish:post:unmove:lib && pnpm run publish:post:revert:package",
Expand Down
2 changes: 1 addition & 1 deletion packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/draggabletable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build:icons": "svgr --ext tsx --config-file ./.config/svgr.config.icons.js -d src/icons raw/imported",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src --structure flat --exportDefault",
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"author": "Yolo Group",
"license": "GPL-3.0-only",
"license": "MIT",
"scripts": {
"build": "pnpm run build:index && pnpm run build:code",
"build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",
Expand Down

0 comments on commit 5410e3f

Please sign in to comment.