Skip to content

Commit aeb394d

Browse files
committed
Note optional Element Commecial License in SPDX specifiers
As it's possible to get an Element Commercial License exception for Synapse, we should note this in our various license specifiers.
1 parent 6ff181d commit aeb394d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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://matrix.org/docs/projects/server/synapse'
175175
LABEL org.opencontainers.image.documentation='https://github.com/element-hq/synapse/blob/master/docker/README.md'
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.138.2"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
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)