mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-08 07:39:15 +01:00
Replace license in package.jsons
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user