Merge pull request #894 from automatisch/docs/license

chore: Explain license changes in docs and package.json files
This commit is contained in:
Ömer Faruk Aydın
2023-02-12 16:02:23 +01:00
committed by GitHub
9 changed files with 25 additions and 9 deletions

View File

@@ -50,4 +50,12 @@ If you have any questions or problems, please visit our GitHub discussions page,
## License ## License
Automatisch is an open-source software with the [AGPL 3.0 license](https://github.com/automatisch/automatisch/blob/main/LICENSE.md). Automatisch Community Edition (Automatisch CE) is an open-source software with the [AGPL-3.0 license](LICENSE.agpl).
Automatisch Enterprise Edition (Automatisch EE) is a commercial offering with the [Enterprise license](LICENSE.enterprise).
The Automatisch repository contains both AGPL-licensed and Enterprise-licensed files. We maintain a single repository to make development easier.
All files that contain ".ee." in their name fall under the [Enterprise license](LICENSE.enterprise). All other files fall under the [AGPL-3.0 license](LICENSE.agpl).
See the [LICENSE](LICENSE) file for more information.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@automatisch/root", "name": "@automatisch/root",
"license": "AGPL-3.0", "license": "See LICENSE file",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "lerna run --stream --parallel --scope=@*/{web,backend} dev", "start": "lerna run --stream --parallel --scope=@*/{web,backend} dev",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@automatisch/backend", "name": "@automatisch/backend",
"version": "0.5.0", "version": "0.5.0",
"license": "AGPL-3.0", "license": "See LICENSE file",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"scripts": { "scripts": {
"dev": "ts-node-dev --exit-child src/server.ts", "dev": "ts-node-dev --exit-child src/server.ts",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@automatisch/cli", "name": "@automatisch/cli",
"version": "0.5.0", "version": "0.5.0",
"license": "AGPL-3.0", "license": "See LICENSE file",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"contributors": [ "contributors": [
{ {

View File

@@ -1,7 +1,7 @@
{ {
"name": "@automatisch/docs", "name": "@automatisch/docs",
"version": "0.5.0", "version": "0.5.0",
"license": "AGPL-3.0", "license": "See LICENSE file",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -1,3 +1,11 @@
# License # License
Automatisch is an open-source software with the [AGPL 3.0 license](https://github.com/automatisch/automatisch/blob/main/LICENSE.md). Automatisch Community Edition (Automatisch CE) is an open-source software with the [AGPL-3.0 license](https://github.com/automatisch/automatisch/blob/main/LICENSE.agpl).
Automatisch Enterprise Edition (Automatisch EE) is a commercial offering with the [Enterprise license](https://github.com/automatisch/automatisch/blob/main/LICENSE.enterprise).
The Automatisch repository contains both AGPL-licensed and Enterprise-licensed files. We maintain a single repository to make development easier.
All files that contain ".ee." in their name fall under the [Enterprise license](https://github.com/automatisch/automatisch/blob/main/LICENSE.enterprise). All other files fall under the [AGPL-3.0 license](https://github.com/automatisch/automatisch/blob/main/LICENSE.agpl).
See the [LICENSE](https://github.com/automatisch/automatisch/blob/main/LICENSE) file for more information.

View File

@@ -1,7 +1,7 @@
{ {
"name": "@automatisch/e2e-tests", "name": "@automatisch/e2e-tests",
"version": "0.5.0", "version": "0.5.0",
"license": "AGPL-3.0", "license": "See LICENSE file",
"private": true, "private": true,
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"scripts": { "scripts": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "@automatisch/types", "name": "@automatisch/types",
"version": "0.5.0", "version": "0.5.0",
"license": "AGPL-3.0", "license": "See LICENSE file",
"description": "Type definitions for automatisch", "description": "Type definitions for automatisch",
"homepage": "https://github.com/automatisch/automatisch", "homepage": "https://github.com/automatisch/automatisch",
"types": "./index.d.ts", "types": "./index.d.ts",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@automatisch/web", "name": "@automatisch/web",
"version": "0.5.0", "version": "0.5.0",
"license": "AGPL-3.0", "license": "See LICENSE file",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"dependencies": { "dependencies": {
"@apollo/client": "^3.6.9", "@apollo/client": "^3.6.9",