Note optional Element Commecial License in SPDX specifiers (#18973)

This commit is contained in:
Andrew Morgan
2025-09-26 12:43:07 +01:00
committed by GitHub
parent 7c32988f6b
commit 8f61bdb470
6 changed files with 14 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.url='https://github.com/element-hq/synapse'
LABEL org.opencontainers.image.documentation='https://element-hq.github.io/synapse/latest/'
LABEL org.opencontainers.image.source='https://github.com/element-hq/synapse.git'
LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later'
LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later OR LicenseRef-Element-Commercial'
# On the runtime image, /lib is a symlink to /usr/lib, so we need to copy the
# libraries to the right place, else the `COPY` won't work.