Replace license in package.jsons

This commit is contained in:
René Pfeuffer
2024-09-09 16:04:08 +02:00
parent f253f7d12b
commit a0684e90ab
18 changed files with 35 additions and 35 deletions

View File

@@ -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",

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -4,7 +4,7 @@
"description": "End to end Tests for SCM-Manager",
"main": "index.js",
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
"license": "MIT",
"license": "AGPLv3",
"private": false,
"scripts": {
"headless": "cypress run",
@@ -26,4 +26,4 @@
"publishConfig": {
"access": "public"
}
}
}

View File

@@ -10,7 +10,7 @@
],
"repository": "https://github.com/scm-manager/scm-manager",
"author": "SCM Team <scm-team@cloudogu.com>",
"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"
}
}
}

View File

@@ -9,7 +9,7 @@
],
"repository": "https://bitbucket.org/sdorra/scm-manager",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"license": "MIT",
"license": "AGPLv3",
"scripts": {
"test": "jest",
"typecheck": "tsc",
@@ -106,4 +106,4 @@
"publishConfig": {
"access": "public"
}
}
}

View File

@@ -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"
]
}
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "@scm-manager/ui-extensions",
"version": "3.4.2-SNAPSHOT",
"license": "MIT",
"license": "AGPLv3",
"private": false,
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"main": "build/index.js",
@@ -46,4 +46,4 @@
"publishConfig": {
"access": "public"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}

View File

@@ -3,7 +3,7 @@
"version": "3.4.2-SNAPSHOT",
"description": "UI-Tests helpers",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"license": "MIT",
"license": "AGPLv3",
"private": false,
"scripts": {
"typecheck": "tsc"
@@ -27,4 +27,4 @@
"@types/enzyme": "^3.10.3",
"@types/jest": "^24.0.19"
}
}
}

View File

@@ -9,7 +9,7 @@
],
"repository": "https://bitbucket.org/sdorra/scm-manager",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"license": "MIT",
"license": "AGPLv3",
"scripts": {
"typecheck": "tsc",
"lint": "eslint src"
@@ -30,4 +30,4 @@
"publishConfig": {
"access": "public"
}
}
}