From f96109324db8c79d771a9ba98e88f2f8555e2316 Mon Sep 17 00:00:00 2001 From: Yatendra Date: Thu, 25 May 2023 23:20:30 +0530 Subject: [PATCH] change /ee to /commercial (#8948) Co-authored-by: ygpta <25252636+yatendraguptaofficial@gmail.com> Co-authored-by: Peer Richelsen --- packages/app-store/stripepayment/LICENSE | 4 ++-- packages/embeds/embed-core/LICENSE | 4 ++-- packages/embeds/embed-react/LICENSE | 4 ++-- packages/embeds/embed-snippet/LICENSE | 4 ++-- packages/features/ee/package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/app-store/stripepayment/LICENSE b/packages/app-store/stripepayment/LICENSE index 60f0a2a1d0..86aae54b29 100644 --- a/packages/app-store/stripepayment/LICENSE +++ b/packages/app-store/stripepayment/LICENSE @@ -1,4 +1,4 @@ -The Cal.com Enterprise Edition (EE) license (the “EE License”) +The Cal.com Commercial License (EE) license (the “EE License”) Copyright (c) 2020-present Cal.com, Inc With regard to the Cal.com Software: @@ -8,7 +8,7 @@ used in production, if you (and any entity that you represent) have agreed to, and are in compliance with, the Cal.com Subscription Terms available at https://cal.com/terms (the “EE Terms”), or other agreements governing the use of the Software, as mutually agreed by you and Cal.com, Inc ("Cal.com"), -and otherwise have a valid Cal.com Enterprise Edition subscription ("EE Subscription") +and otherwise have a valid Cal.com Commercial License subscription ("EE Subscription") for the correct number of hosts as defined in the EE Terms ("Hosts"). Subject to the foregoing sentence, you are free to modify this Software and publish patches to the Software. You agree that Cal.com and/or its licensors (as applicable) retain all right, title and interest in diff --git a/packages/embeds/embed-core/LICENSE b/packages/embeds/embed-core/LICENSE index 1f8841cbc2..cedfba0c36 100644 --- a/packages/embeds/embed-core/LICENSE +++ b/packages/embeds/embed-core/LICENSE @@ -1,4 +1,4 @@ -The Cal.com Enterprise Edition (EE) license (the “EE License”) +The Cal.com Commercial License (EE) license (the “EE License”) Copyright (c) 2020-present Cal.com, Inc With regard to the Cal.com Software: @@ -8,7 +8,7 @@ used in production, if you (and any entity that you represent) have agreed to, and are in compliance with, the Cal.com Subscription Terms available at https://cal.com/terms (the “EE Terms”), or other agreements governing the use of the Software, as mutually agreed by you and Cal.com, Inc ("Cal.com"), -and otherwise have a valid Cal.com Enterprise Edition subscription ("EE Subscription") +and otherwise have a valid Cal.com Commercial License subscription ("EE Subscription") for the correct number of hosts as defined in the EE Terms ("Hosts"). Subject to the foregoing sentence, you are free to modify this Software and publish patches to the Software. You agree that Cal.com and/or its licensors (as applicable) retain all right, title and interest in diff --git a/packages/embeds/embed-react/LICENSE b/packages/embeds/embed-react/LICENSE index 1f8841cbc2..cedfba0c36 100644 --- a/packages/embeds/embed-react/LICENSE +++ b/packages/embeds/embed-react/LICENSE @@ -1,4 +1,4 @@ -The Cal.com Enterprise Edition (EE) license (the “EE License”) +The Cal.com Commercial License (EE) license (the “EE License”) Copyright (c) 2020-present Cal.com, Inc With regard to the Cal.com Software: @@ -8,7 +8,7 @@ used in production, if you (and any entity that you represent) have agreed to, and are in compliance with, the Cal.com Subscription Terms available at https://cal.com/terms (the “EE Terms”), or other agreements governing the use of the Software, as mutually agreed by you and Cal.com, Inc ("Cal.com"), -and otherwise have a valid Cal.com Enterprise Edition subscription ("EE Subscription") +and otherwise have a valid Cal.com Commercial License subscription ("EE Subscription") for the correct number of hosts as defined in the EE Terms ("Hosts"). Subject to the foregoing sentence, you are free to modify this Software and publish patches to the Software. You agree that Cal.com and/or its licensors (as applicable) retain all right, title and interest in diff --git a/packages/embeds/embed-snippet/LICENSE b/packages/embeds/embed-snippet/LICENSE index 1f8841cbc2..cedfba0c36 100644 --- a/packages/embeds/embed-snippet/LICENSE +++ b/packages/embeds/embed-snippet/LICENSE @@ -1,4 +1,4 @@ -The Cal.com Enterprise Edition (EE) license (the “EE License”) +The Cal.com Commercial License (EE) license (the “EE License”) Copyright (c) 2020-present Cal.com, Inc With regard to the Cal.com Software: @@ -8,7 +8,7 @@ used in production, if you (and any entity that you represent) have agreed to, and are in compliance with, the Cal.com Subscription Terms available at https://cal.com/terms (the “EE Terms”), or other agreements governing the use of the Software, as mutually agreed by you and Cal.com, Inc ("Cal.com"), -and otherwise have a valid Cal.com Enterprise Edition subscription ("EE Subscription") +and otherwise have a valid Cal.com Commercial License subscription ("EE Subscription") for the correct number of hosts as defined in the EE Terms ("Hosts"). Subject to the foregoing sentence, you are free to modify this Software and publish patches to the Software. You agree that Cal.com and/or its licensors (as applicable) retain all right, title and interest in diff --git a/packages/features/ee/package.json b/packages/features/ee/package.json index 18043f1a38..7244d62522 100644 --- a/packages/features/ee/package.json +++ b/packages/features/ee/package.json @@ -1,6 +1,6 @@ { "name": "@calcom/ee", - "description": "Cal.com Enterprise Edition features", + "description": "Cal.com Commercial License features", "version": "0.0.0", "private": true, "license": "See license in LICENSE",