File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ License: Apache-2.0
88
99Files: *
1010Copyright: 2023 New Vector Ltd
11- License: AGPL-3.0-or-later
11+ License: AGPL-3.0-or-later or LicenseRef-Element-Commercial
1212
1313Files: synapse/config/saml2.py
1414Copyright: 2015, Ericsson
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ ARG TARGETARCH
174174LABEL org.opencontainers.image.url='https://matrix.org/docs/projects/server/synapse'
175175LABEL org.opencontainers.image.documentation='https://github.com/element-hq/synapse/blob/master/docker/README.md'
176176LABEL 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.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ name = "matrix-synapse"
104104version = " 1.138.2"
105105description = " Homeserver for the Matrix decentralised comms protocol"
106106authors = [" 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 "
108108readme = " README.rst"
109109repository = " https://github.com/element-hq/synapse"
110110packages = [
You can’t perform that action at this time.
0 commit comments