Merge pull request #1954 from gradido/SPDX-license

fix: License should be a valid SPDX license expression
This commit is contained in:
Moriz Wahl 2022-05-31 15:03:52 +02:00 committed by GitHub
commit b9ce1ce964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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