From c922bd6b6fb1af90b028c2ebf48083ff204dc9e2 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 31 May 2022 14:11:09 +0200 Subject: [PATCH] fix: License should be a valid SPDX license expression --- admin/package.json | 2 +- backend/package.json | 2 +- database/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/package.json b/admin/package.json index 771e7991e..c649ca752 100644 --- a/admin/package.json +++ b/admin/package.json @@ -4,7 +4,7 @@ "main": "index.js", "author": "Moriz Wahl", "version": "1.8.3", - "license": "Apache License 2.0", + "license": "Apache-2.0", "private": false, "scripts": { "start": "node run/server.js", diff --git a/backend/package.json b/backend/package.json index 7bb404520..ff483a0c6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -5,7 +5,7 @@ "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/backend", "author": "Ulf Gebhardt", - "license": "Apache License 2.0", + "license": "Apache-2.0", "private": false, "scripts": { "build": "tsc --build", diff --git a/database/package.json b/database/package.json index 19d21dd5b..7a960994c 100644 --- a/database/package.json +++ b/database/package.json @@ -5,7 +5,7 @@ "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/database", "author": "Ulf Gebhardt", - "license": "Apache License 2.0", + "license": "Apache-2.0", "private": false, "scripts": { "build": "mkdir -p build/src/config/ && cp src/config/*.txt build/src/config/ && tsc --build", diff --git a/frontend/package.json b/frontend/package.json index 65f696aa9..ae5dca33c 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -99,6 +99,6 @@ "not ie <= 10" ], "author": "Gradido-Akademie - https://www.gradido.net/", - "license": "Apache License 2.0", + "license": "Apache-2.0", "description": "Gradido, the Natural Economy of Life, is a way to worldwide prosperity and peace in harmony with nature. - Gradido, die Natürliche Ökonomie des lebens, ist ein Weg zu weltweitem Wohlstand und Frieden in Harmonie mit der Natur." } diff --git a/package.json b/package.json index 4baa9c48f..b607c476d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": "git@github.com:gradido/gradido.git", "author": "Ulf Gebhardt ", - "license": "Apache License 2.0", + "license": "Apache-2.0", "scripts": { "release": "scripts/release.sh" },