diff --git a/docs/en/development/plugins/migrate-plugin-from-v1.md b/docs/en/development/plugins/migrate-plugin-from-v1.md index 4377664713..71bc6df6bb 100644 --- a/docs/en/development/plugins/migrate-plugin-from-v1.md +++ b/docs/en/development/plugins/migrate-plugin-from-v1.md @@ -135,7 +135,7 @@ diff -r a988f4cfb7ab src/main/resources/META-INF/scm/plugin.xml ```json { "name": "@scm-manager/name-of-plugin", - "license": "MIT", + "license": "AGPLv3", "main": "src/main/js/index.tsx", "scripts": { "build": "ui-scripts plugin", diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index b4207fe63c..6ec3e94c51 100644 --- a/scm-plugins/scm-git-plugin/package.json +++ b/scm-plugins/scm-git-plugin/package.json @@ -2,7 +2,7 @@ "name": "@scm-manager/scm-git-plugin", "private": true, "version": "3.4.2-SNAPSHOT", - "license": "MIT", + "license": "AGPLv3", "main": "./src/main/js/index.ts", "scripts": { "build": "plugin-scripts build", @@ -33,4 +33,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} \ No newline at end of file +} diff --git a/scm-plugins/scm-hg-plugin/package.json b/scm-plugins/scm-hg-plugin/package.json index 3f63285eb0..f8ef81dc0c 100644 --- a/scm-plugins/scm-hg-plugin/package.json +++ b/scm-plugins/scm-hg-plugin/package.json @@ -2,7 +2,7 @@ "name": "@scm-manager/scm-hg-plugin", "private": true, "version": "3.4.2-SNAPSHOT", - "license": "MIT", + "license": "AGPLv3", "main": "./src/main/js/index.ts", "scripts": { "build": "plugin-scripts build", @@ -32,4 +32,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} \ No newline at end of file +} diff --git a/scm-plugins/scm-legacy-plugin/package.json b/scm-plugins/scm-legacy-plugin/package.json index 9891d55255..db49ab8ace 100644 --- a/scm-plugins/scm-legacy-plugin/package.json +++ b/scm-plugins/scm-legacy-plugin/package.json @@ -2,7 +2,7 @@ "name": "@scm-manager/scm-legacy-plugin", "private": true, "version": "3.4.2-SNAPSHOT", - "license": "MIT", + "license": "AGPLv3", "main": "./src/main/js/index.tsx", "scripts": { "build": "plugin-scripts build", @@ -32,4 +32,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} \ No newline at end of file +} diff --git a/scm-plugins/scm-svn-plugin/package.json b/scm-plugins/scm-svn-plugin/package.json index 5b4e29b154..643a397b5e 100644 --- a/scm-plugins/scm-svn-plugin/package.json +++ b/scm-plugins/scm-svn-plugin/package.json @@ -2,7 +2,7 @@ "name": "@scm-manager/scm-svn-plugin", "private": true, "version": "3.4.2-SNAPSHOT", - "license": "MIT", + "license": "AGPLv3", "main": "./src/main/js/index.ts", "scripts": { "build": "plugin-scripts build", @@ -32,4 +32,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} \ No newline at end of file +} diff --git a/scm-ui/e2e-tests/package.json b/scm-ui/e2e-tests/package.json index e669ce894b..dddec28563 100644 --- a/scm-ui/e2e-tests/package.json +++ b/scm-ui/e2e-tests/package.json @@ -4,7 +4,7 @@ "description": "End to end Tests for SCM-Manager", "main": "index.js", "author": "Eduard Heimbuch ", - "license": "MIT", + "license": "AGPLv3", "private": false, "scripts": { "headless": "cypress run", @@ -26,4 +26,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-api/package.json b/scm-ui/ui-api/package.json index b1602de501..e5f57e9769 100644 --- a/scm-ui/ui-api/package.json +++ b/scm-ui/ui-api/package.json @@ -10,7 +10,7 @@ ], "repository": "https://github.com/scm-manager/scm-manager", "author": "SCM Team ", - "license": "MIT", + "license": "AGPLv3", "scripts": { "build": "tsup ./src/index.ts -d build --format esm,cjs --dts", "typecheck": "tsc", @@ -53,4 +53,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index 4d4cdbcf09..5a27c71677 100644 --- a/scm-ui/ui-components/package.json +++ b/scm-ui/ui-components/package.json @@ -9,7 +9,7 @@ ], "repository": "https://bitbucket.org/sdorra/scm-manager", "author": "Sebastian Sdorra ", - "license": "MIT", + "license": "AGPLv3", "scripts": { "test": "jest", "typecheck": "tsc", @@ -106,4 +106,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-core/package.json b/scm-ui/ui-core/package.json index d2c0e7cee7..a791dd2211 100644 --- a/scm-ui/ui-core/package.json +++ b/scm-ui/ui-core/package.json @@ -2,7 +2,7 @@ "name": "@scm-manager/ui-core", "version": "3.4.2-SNAPSHOT", "main": "./src/index.ts", - "license": "MIT", + "license": "AGPLv3", "scripts": { "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" @@ -78,4 +78,4 @@ "jest-extended/all" ] } -} \ No newline at end of file +} diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index 9d7e04bce4..65d22ddc7d 100644 --- a/scm-ui/ui-extensions/package.json +++ b/scm-ui/ui-extensions/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-extensions", "version": "3.4.2-SNAPSHOT", - "license": "MIT", + "license": "AGPLv3", "private": false, "author": "Sebastian Sdorra ", "main": "build/index.js", @@ -46,4 +46,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-forms/package.json b/scm-ui/ui-forms/package.json index 84952b9f9c..7b8c82fc60 100644 --- a/scm-ui/ui-forms/package.json +++ b/scm-ui/ui-forms/package.json @@ -3,7 +3,7 @@ "private": false, "version": "3.4.2-SNAPSHOT", "main": "index.ts", - "license": "MIT", + "license": "AGPLv3", "devDependencies": { "@scm-manager/eslint-config": "^2.16.0", "@scm-manager/prettier-config": "^2.10.1", @@ -19,4 +19,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-layout/package.json b/scm-ui/ui-layout/package.json index f767d1c451..bfc99ce93c 100644 --- a/scm-ui/ui-layout/package.json +++ b/scm-ui/ui-layout/package.json @@ -3,7 +3,7 @@ "private": false, "version": "3.4.2-SNAPSHOT", "main": "index.ts", - "license": "MIT", + "license": "AGPLv3", "devDependencies": { "@scm-manager/eslint-config": "^2.16.0", "@scm-manager/prettier-config": "^2.10.1", @@ -19,4 +19,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-overlays/package.json b/scm-ui/ui-overlays/package.json index 6c5524c1a3..b6df0ce485 100644 --- a/scm-ui/ui-overlays/package.json +++ b/scm-ui/ui-overlays/package.json @@ -3,7 +3,7 @@ "private": false, "version": "3.4.2-SNAPSHOT", "main": "index.ts", - "license": "MIT", + "license": "AGPLv3", "devDependencies": { "@scm-manager/eslint-config": "^2.16.0", "@scm-manager/prettier-config": "^2.10.1", @@ -19,4 +19,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index 19a25772e4..3beb257e54 100644 --- a/scm-ui/ui-plugins/package.json +++ b/scm-ui/ui-plugins/package.json @@ -2,7 +2,7 @@ "name": "@scm-manager/ui-plugins", "description": "Defines the versions of SCM-Manager plugin dependencies provided by the core webapp. Exclusively used by the postinstall command of @scm-manager/plugin-scripts.", "version": "3.4.2-SNAPSHOT", - "license": "MIT", + "license": "AGPLv3", "dependencies": { "react": "17", "react-dom": "17", @@ -47,4 +47,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-shortcuts/package.json b/scm-ui/ui-shortcuts/package.json index fead68b4bc..665fd88ff5 100644 --- a/scm-ui/ui-shortcuts/package.json +++ b/scm-ui/ui-shortcuts/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-shortcuts", "version": "3.4.2-SNAPSHOT", - "license": "MIT", + "license": "AGPLv3", "private": true, "main": "index.ts", "peerDependencies": { @@ -16,4 +16,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index 054d2ddfa3..3d0c498e1d 100644 --- a/scm-ui/ui-styles/package.json +++ b/scm-ui/ui-styles/package.json @@ -3,7 +3,7 @@ "version": "3.4.2-SNAPSHOT", "description": "Styles for SCM-Manager", "main": "src/scm.scss", - "license": "MIT", + "license": "AGPLv3", "private": true, "scripts": { "serve": "webpack serve" @@ -31,4 +31,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index efa97045d7..996b0d0cb0 100644 --- a/scm-ui/ui-tests/package.json +++ b/scm-ui/ui-tests/package.json @@ -3,7 +3,7 @@ "version": "3.4.2-SNAPSHOT", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", - "license": "MIT", + "license": "AGPLv3", "private": false, "scripts": { "typecheck": "tsc" @@ -27,4 +27,4 @@ "@types/enzyme": "^3.10.3", "@types/jest": "^24.0.19" } -} \ No newline at end of file +} diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index 599b237136..3c94ae7c7b 100644 --- a/scm-ui/ui-types/package.json +++ b/scm-ui/ui-types/package.json @@ -9,7 +9,7 @@ ], "repository": "https://bitbucket.org/sdorra/scm-manager", "author": "Sebastian Sdorra ", - "license": "MIT", + "license": "AGPLv3", "scripts": { "typecheck": "tsc", "lint": "eslint src" @@ -30,4 +30,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}