From 7bd261a02ece59b3b8d582d32edaed8786ef743f Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Sun, 12 Feb 2023 13:41:24 +0100 Subject: [PATCH] chore: Adjust licenses --- LICENSE | 3 +++ LICENSE_CE.md => LICENSE.agpl | 0 LICENSE_EE.md => LICENSE.enterprise | 0 LICENSE.md | 7 ------- 4 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 LICENSE rename LICENSE_CE.md => LICENSE.agpl (100%) rename LICENSE_EE.md => LICENSE.enterprise (100%) delete mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..daa2e5d7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +LICENSE.agpl (AGPL-3.0) applies to all files in this +repository, except for files that contain ".ee." in their name +which are covered by LICENSE.enterprise. diff --git a/LICENSE_CE.md b/LICENSE.agpl similarity index 100% rename from LICENSE_CE.md rename to LICENSE.agpl diff --git a/LICENSE_EE.md b/LICENSE.enterprise similarity index 100% rename from LICENSE_EE.md rename to LICENSE.enterprise diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index cbf70bd4..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2021-present Ömer Faruk Aydın, Ali Barın. - -Parts of Automatisch's software are licensed as follows: - -- All source code files that contain ".ee." in their name are licensed under the "Automatisch Enterprise License" as defined in "LICENSE_EE.md". -- All third party components incorporated into the Automatisch Software are licensed under the original license provided by the owner of the applicable component. -- Content outside of the above mentioned files or restrictions above [Automatisch Community Edition ("Automatisch CE")] is available under the "AGPL-3.0 license" as defined in "LICENSE_CE.md".