chore: Explain license changes in docs and package.json files

This commit is contained in:
Faruk AYDIN
2023-02-12 15:36:35 +01:00
parent bac561d8c7
commit 2fbadea821
9 changed files with 25 additions and 9 deletions

View File

@@ -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": {

View File

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