diff --git a/admin/package.json b/admin/package.json index 57711b8be..771e7991e 100644 --- a/admin/package.json +++ b/admin/package.json @@ -4,7 +4,7 @@ "main": "index.js", "author": "Moriz Wahl", "version": "1.8.3", - "license": "MIT", + "license": "Apache License 2.0", "private": false, "scripts": { "start": "node run/server.js", diff --git a/backend/package.json b/backend/package.json index 678e3578a..7bb404520 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": "MIT", + "license": "Apache License 2.0", "private": false, "scripts": { "build": "tsc --build", diff --git a/database/package.json b/database/package.json index f5a16fd31..19d21dd5b 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": "MIT", + "license": "Apache License 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 68c4aca84..65f696aa9 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -99,5 +99,6 @@ "not ie <= 10" ], "author": "Gradido-Akademie - https://www.gradido.net/", + "license": "Apache License 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 20ab8dd35..4baa9c48f 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": "MIT", + "license": "Apache License 2.0", "scripts": { "release": "scripts/release.sh" },