From c2f18f36c134f0bea180258cf9d6c3bb44a23ebc Mon Sep 17 00:00:00 2001 From: dkireev Date: Wed, 7 Aug 2024 17:34:54 +0300 Subject: [PATCH] feat: update license to GPL --- docs/package.json | 1 + next-docs/package.json | 1 + package.json | 1 + packages/accordion/package.json | 2 +- packages/assets/package.json | 2 +- packages/calendar/package.json | 2 +- packages/charts/package.json | 2 +- packages/components/package.json | 2 +- packages/core/package.json | 2 +- packages/datepicker/package.json | 2 +- packages/draggabletable/package.json | 2 +- packages/fonts/package.json | 2 +- packages/global/package.json | 2 +- packages/icons/package.json | 2 +- packages/notifications/package.json | 2 +- packages/pagination/package.json | 2 +- packages/popover/package.json | 2 +- packages/select/package.json | 2 +- packages/sidebar/package.json | 2 +- packages/table/package.json | 2 +- packages/themes/package.json | 2 +- packages/utils/package.json | 2 +- workspaces/tables/package.json | 2 +- 23 files changed, 23 insertions(+), 20 deletions(-) diff --git a/docs/package.json b/docs/package.json index eebcae4db3..f7862f0908 100644 --- a/docs/package.json +++ b/docs/package.json @@ -3,6 +3,7 @@ "version": "10.13.4", "private": true, "type": "module", + "license": "GPL-3.0-only", "scripts": { "dev": "next dev", "build:types": "npx ts-node --esm app/utils/buildExamplesType.ts", diff --git a/next-docs/package.json b/next-docs/package.json index f0a2fd97ce..379fdd127c 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -2,6 +2,7 @@ "name": "next-docs", "version": "10.13.8", "private": true, + "license": "GPL-3.0-only", "scripts": { "dev": "next dev", "build": "next build", diff --git a/package.json b/package.json index 4089fc0946..230e5263fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "private": true, "name": "moon-design", + "license": "GPL-3.0-only", "scripts": { "watch": "pnpm run watch:legacy && pnpm run watch:tailwind", "watch:legacy": "pnpm --filter \"./packages/**\" --parallel -r run chokidar", diff --git a/packages/accordion/package.json b/packages/accordion/package.json index cccf02f8f2..5c86fa40fd 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/assets/package.json b/packages/assets/package.json index ef6e7fbad2..e1b4d07c75 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "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", diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 110e1a5f21..5ec439d972 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/charts/package.json b/packages/charts/package.json index 4af71a3631..0b9bb15190 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/components/package.json b/packages/components/package.json index 8bf0cef120..1f43b4b8ef 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/core/package.json b/packages/core/package.json index a774c36f4c..ce8d3d305b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/datepicker/package.json b/packages/datepicker/package.json index 127f26e4eb..5f42e0981a 100644 --- a/packages/datepicker/package.json +++ b/packages/datepicker/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/draggabletable/package.json b/packages/draggabletable/package.json index 474179f98f..dd80a31a61 100644 --- a/packages/draggabletable/package.json +++ b/packages/draggabletable/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/fonts/package.json b/packages/fonts/package.json index a2a71e9a61..6dc3b3270b 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -10,7 +10,7 @@ ], "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/global/package.json b/packages/global/package.json index 6ebc1731c6..d26d84e8de 100644 --- a/packages/global/package.json +++ b/packages/global/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/icons/package.json b/packages/icons/package.json index acac028242..71159f2b37 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "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", diff --git a/packages/notifications/package.json b/packages/notifications/package.json index b101dc3a2b..c0c2c76e0c 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 9ae8ac9b91..352ff0e79a 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/popover/package.json b/packages/popover/package.json index 4cf4040d89..cbaf409f12 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/select/package.json b/packages/select/package.json index 1ef3ff296f..f68f6d6161 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/sidebar/package.json b/packages/sidebar/package.json index e9428ba5ec..9fbe4e91b5 100644 --- a/packages/sidebar/package.json +++ b/packages/sidebar/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/table/package.json b/packages/table/package.json index 716c61d379..67184992af 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/themes/package.json b/packages/themes/package.json index 87abd2a8f1..6b58eb2fff 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/packages/utils/package.json b/packages/utils/package.json index 5030460635..92a78a5034 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src", diff --git a/workspaces/tables/package.json b/workspaces/tables/package.json index 9989c8e4cf..7caede2ee5 100644 --- a/workspaces/tables/package.json +++ b/workspaces/tables/package.json @@ -10,7 +10,7 @@ "typings": "lib/index.d.ts", "repository": "https://github.com/coingaming/moon-design", "author": "Yolo Group", - "license": "MIT", + "license": "GPL-3.0-only", "scripts": { "build": "pnpm run build:index && pnpm run build:code", "build:index": "barrelsby --config ../../.config/barrelsby/barrelsby.json --directory src",