From bda074a78c4298b080209fb342a64070b3db236d Mon Sep 17 00:00:00 2001 From: David Langley Date: Fri, 3 Jan 2025 11:40:14 +0000 Subject: [PATCH] Add commercial licence and update config files --- LICENSE-COMMERCIAL | 6 ++++++ contribute.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 LICENSE-COMMERCIAL diff --git a/LICENSE-COMMERCIAL b/LICENSE-COMMERCIAL new file mode 100644 index 0000000000..173e03e0c0 --- /dev/null +++ b/LICENSE-COMMERCIAL @@ -0,0 +1,6 @@ +Licensees holding a valid commercial license with Element may use this +software in accordance with the terms contained in a written agreement +between you and Element. + +To purchase a commercial license please contact our sales team at +licensing@element.io diff --git a/contribute.json b/contribute.json index 5c7fc79d39..fdd84bd8a0 100644 --- a/contribute.json +++ b/contribute.json @@ -3,7 +3,7 @@ "description": "A glossy Matrix collaboration client for the web.", "repository": { "url": "https://github.com/element-hq/element-web", - "license": "AGPL-3.0-only OR GPL-3.0-only" + "license": "AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial" }, "bugs": { "list": "https://github.com/element-hq/element-web/issues", diff --git a/package.json b/package.json index b36807f7c3..fada27b856 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/element-hq/element-web" }, - "license": "AGPL-3.0-only OR GPL-3.0-only", + "license": "AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial", "files": [ "lib", "res",