diff --git a/README.md b/README.md index ef4a4ae1..fe4bb5ca 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,12 @@ If you have any questions or problems, please visit our GitHub discussions page, ## 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. diff --git a/package.json b/package.json index a81364f9..c3a0b2e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automatisch/root", - "license": "AGPL-3.0", + "license": "See LICENSE file", "private": true, "scripts": { "start": "lerna run --stream --parallel --scope=@*/{web,backend} dev", diff --git a/packages/backend/package.json b/packages/backend/package.json index 5e7e99d6..768cf2e1 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,7 +1,7 @@ { "name": "@automatisch/backend", "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.", "scripts": { "dev": "ts-node-dev --exit-child src/server.ts", diff --git a/packages/cli/package.json b/packages/cli/package.json index daceb43f..3523f729 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@automatisch/cli", "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.", "contributors": [ { diff --git a/packages/docs/package.json b/packages/docs/package.json index a43f6d87..8735f922 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@automatisch/docs", "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.", "private": true, "scripts": { diff --git a/packages/docs/pages/other/license.md b/packages/docs/pages/other/license.md index 2e206f52..acb385ef 100644 --- a/packages/docs/pages/other/license.md +++ b/packages/docs/pages/other/license.md @@ -1,3 +1,11 @@ # 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. diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index fbaefee9..87c72dd3 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -1,7 +1,7 @@ { "name": "@automatisch/e2e-tests", "version": "0.5.0", - "license": "AGPL-3.0", + "license": "See LICENSE file", "private": true, "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "scripts": { diff --git a/packages/types/package.json b/packages/types/package.json index 7be7f2a4..b2bce08e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@automatisch/types", "version": "0.5.0", - "license": "AGPL-3.0", + "license": "See LICENSE file", "description": "Type definitions for automatisch", "homepage": "https://github.com/automatisch/automatisch", "types": "./index.d.ts", diff --git a/packages/web/package.json b/packages/web/package.json index c8b4546f..ed9fed5e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@automatisch/web", "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.", "dependencies": { "@apollo/client": "^3.6.9",