2
0

Wording change "BLS cal"

This commit is contained in:
2024-08-09 16:18:09 +02:00
parent 732cfd353a
commit b8c4c5b1e7
199 changed files with 508 additions and 508 deletions

View File

@@ -1,22 +1,22 @@
The Cal.com Commercial License (the “Commercial License”)
Copyright (c) 2020-present Cal.com, Inc
The BLS cal Commercial License (the “Commercial License”)
Copyright (c) 2020-present BLS cal, Inc
With regard to the Cal.com Software:
With regard to the BLS cal Software:
This software and associated documentation files (the "Software") may only be
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
and are in compliance with, the BLS cal Subscription Terms available
at https://cal.com/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 ("Commercial Subscription")
the use of the Software, as mutually agreed by you and BLS cal, Inc ("BLS cal"),
and otherwise have a valid BLS cal Enterprise Edition subscription ("Commercial Subscription")
for the correct number of hosts as defined in the "Commercial 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
that BLS cal and/or its licensors (as applicable) retain all right, title and interest in
and to all such modifications and/or patches, and all such modifications and/or
patches may only be used, copied, modified, displayed, distributed, or otherwise
exploited with a valid Commercial Subscription for the correct number of hosts.
Notwithstanding the foregoing, you may copy and modify the Software for development
and testing purposes, without requiring a subscription. You agree that Cal.com and/or
and testing purposes, without requiring a subscription. You agree that BLS cal and/or
its licensors (as applicable) retain all right, title and interest in and to all such
modifications. You are not granted any other rights beyond what is expressly stated herein.
Subject to the foregoing, it is forbidden to copy, merge, publish, distribute, sublicense,
@@ -37,6 +37,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
For all third party components incorporated into the Cal.com Software, those
For all third party components incorporated into the BLS cal Software, those
components are licensed under the original license provided by the owner of the
applicable component.

View File

@@ -9,7 +9,7 @@
# Enterprise Edition of API
Welcome to the Enterprise Edition ("/ee") of the Cal.com API.
Welcome to the Enterprise Edition ("/ee") of the BLS cal API.
Our philosophy is simple, all "Singleplayer APIs" are open-source under AGPLv3. All "Multiplayer APIs" are under a commercial license.

View File

@@ -39,7 +39,7 @@ async function generateSwagger(app: NestExpressApplication<Server>) {
const logger = new Logger("App");
logger.log(`Generating Swagger documentation...\n`);
const config = new DocumentBuilder().setTitle("Cal.com v2 API").build();
const config = new DocumentBuilder().setTitle("BLS cal v2 API").build();
const document = SwaggerModule.createDocument(app, config);