Skip to content

Commit 8f61bdb

Browse files
Note optional Element Commecial License in SPDX specifiers (#18973)
1 parent 7c32988 commit 8f61bdb

File tree

6 files changed

+14
-3
lines changed

6 files changed

+14
-3
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ This software is dual-licensed by New Vector Ltd (Element). It can be used eithe
265265

266266
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.
267267

268+
Please contact `[email protected] <mailto:[email protected]>`_ to purchase an Element commercial license for this software.
269+
268270

269271
.. |support| image:: https://img.shields.io/badge/matrix-community%20support-success
270272
:alt: (get community support in #synapse:matrix.org)

changelog.d/18973.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Note that the code is additionally licensed under the [Element Commercial license](https://github.com/element-hq/synapse/blob/develop/LICENSE-COMMERCIAL) in SPDX expression field configs.

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
matrix-synapse-py3 (1.139.0~rc3+nmu1) UNRELEASED; urgency=medium
2+
3+
* The licensing specifier has been updated to add an optional
4+
`LicenseRef-Element-Commercial` license. The code was already licensed in
5+
this manner - the debian metadata was just not updated to reflect it.
6+
7+
-- Synapse Packaging team <[email protected]> Thu, 25 Sep 2025 12:17:17 +0100
8+
19
matrix-synapse-py3 (1.139.0~rc3) stable; urgency=medium
210

311
* New Synapse release 1.139.0rc3.

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ License: Apache-2.0
88

99
Files: *
1010
Copyright: 2023 New Vector Ltd
11-
License: AGPL-3.0-or-later
11+
License: AGPL-3.0-or-later or LicenseRef-Element-Commercial
1212

1313
Files: synapse/config/saml2.py
1414
Copyright: 2015, Ericsson

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ARG TARGETARCH
174174
LABEL org.opencontainers.image.url='https://github.com/element-hq/synapse'
175175
LABEL org.opencontainers.image.documentation='https://element-hq.github.io/synapse/latest/'
176176
LABEL org.opencontainers.image.source='https://github.com/element-hq/synapse.git'
177-
LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later'
177+
LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later OR LicenseRef-Element-Commercial'
178178

179179
# On the runtime image, /lib is a symlink to /usr/lib, so we need to copy the
180180
# libraries to the right place, else the `COPY` won't work.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ name = "matrix-synapse"
104104
version = "1.139.0rc3"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <[email protected]>"]
107-
license = "AGPL-3.0-or-later"
107+
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
108108
readme = "README.rst"
109109
repository = "https://github.com/element-hq/synapse"
110110
packages = [

0 commit comments

Comments
 (0)