fix: License should be a valid SPDX license expression

This commit is contained in:
Moriz Wahl 2022-05-31 14:11:09 +02:00
parent 1640484c93
commit c922bd6b6f
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"main": "index.js", "main": "index.js",
"author": "Moriz Wahl", "author": "Moriz Wahl",
"version": "1.8.3", "version": "1.8.3",
"license": "Apache License 2.0", "license": "Apache-2.0",
"private": false, "private": false,
"scripts": { "scripts": {
"start": "node run/server.js", "start": "node run/server.js",

View File

@ -5,7 +5,7 @@
"main": "src/index.ts", "main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/backend", "repository": "https://github.com/gradido/gradido/backend",
"author": "Ulf Gebhardt", "author": "Ulf Gebhardt",
"license": "Apache License 2.0", "license": "Apache-2.0",
"private": false, "private": false,
"scripts": { "scripts": {
"build": "tsc --build", "build": "tsc --build",

View File

@ -5,7 +5,7 @@
"main": "src/index.ts", "main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/database", "repository": "https://github.com/gradido/gradido/database",
"author": "Ulf Gebhardt", "author": "Ulf Gebhardt",
"license": "Apache License 2.0", "license": "Apache-2.0",
"private": false, "private": false,
"scripts": { "scripts": {
"build": "mkdir -p build/src/config/ && cp src/config/*.txt build/src/config/ && tsc --build", "build": "mkdir -p build/src/config/ && cp src/config/*.txt build/src/config/ && tsc --build",

View File

@ -99,6 +99,6 @@
"not ie <= 10" "not ie <= 10"
], ],
"author": "Gradido-Akademie - https://www.gradido.net/", "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." "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."
} }

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"repository": "git@github.com:gradido/gradido.git", "repository": "git@github.com:gradido/gradido.git",
"author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>", "author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>",
"license": "Apache License 2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"release": "scripts/release.sh" "release": "scripts/release.sh"
}, },