summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2025-02-05 13:40:10 +0000
committerGitHub <noreply@github.com>2025-02-05 13:40:10 +0000
commit6fe41d2b479c25cd8cf34c12a07235a6098a11e4 (patch)
treecc1f55458a34dddcfd23d9f4003aa6eca87124ae
parentFix 'Fix lint' GHA (#18136) (diff)
downloadsynapse-6fe41d2b479c25cd8cf34c12a07235a6098a11e4.tar.xz
make dual licensing explicit (#18134)
Update readme & LICENSE files to make it explicit that you can buy a
commercial license as an AGPL alternative from Element.
-rw-r--r--LICENSE-AGPL-3.0 (renamed from LICENSE)0
-rw-r--r--LICENSE-COMMERCIAL6
-rw-r--r--README.rst27
-rw-r--r--changelog.d/18134.misc1
4 files changed, 28 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE-AGPL-3.0

index be3f7b28e5..be3f7b28e5 100644 --- a/LICENSE +++ b/LICENSE-AGPL-3.0
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/README.rst b/README.rst
index 2fe4a7e43f..77f861e788 100644 --- a/README.rst +++ b/README.rst
@@ -10,14 +10,15 @@ implementation, written and maintained by `Element <https://element.io>`_. `Matrix <https://github.com/matrix-org>`__ is the open standard for secure and interoperable real time communications. You can directly run and manage the source code in this repository, available under an AGPL -license. There is no support provided from Element unless you have a -subscription. +license (or alternatively under a commercial license from Element). +There is no support provided by Element unless you have a +subscription from Element. -Subscription alternative -======================== +Subscription +============ -Alternatively, for those that need an enterprise-ready solution, Element -Server Suite (ESS) is `available as a subscription <https://element.io/pricing>`_. +For those that need an enterprise-ready solution, Element +Server Suite (ESS) is `available via subscription <https://element.io/pricing>`_. ESS builds on Synapse to offer a complete Matrix-based backend including the full `Admin Console product <https://element.io/enterprise-functionality/admin-console>`_, giving admins the power to easily manage an organization-wide @@ -249,6 +250,20 @@ Developers might be particularly interested in: Alongside all that, join our developer community on Matrix: `#synapse-dev:matrix.org <https://matrix.to/#/#synapse-dev:matrix.org>`_, featuring real humans! +Copyright and Licensing +======================= + +Copyright 2014-2017 OpenMarket Ltd +Copyright 2017 Vector Creations Ltd +Copyright 2017-2025 New Vector Ltd + +This software is dual-licensed by New Vector Ltd (Element). It can be used either: + +(1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR + +(2) under the terms of a paid-for Element Commercial License agreement between you and Element (the terms of which may vary depending on what you and Element have agreed to). +Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses. + .. |support| image:: https://img.shields.io/badge/matrix-community%20support-success :alt: (get community support in #synapse:matrix.org) diff --git a/changelog.d/18134.misc b/changelog.d/18134.misc new file mode 100644
index 0000000000..be90691516 --- /dev/null +++ b/changelog.d/18134.misc
@@ -0,0 +1 @@ +Make it explicit that you can buy an AGPL-alternative commercial license from Element.