Update the license headers to mention the commercial license

This commit is contained in:
Quentin Gliech 2024-10-18 16:14:08 +02:00
parent 91186179d4
commit 075b236155
No known key found for this signature in database
GPG key ID: 22D62B84552719FC
501 changed files with 1001 additions and 1001 deletions

View file

@ -31,7 +31,7 @@ RUN apk --update --no-cache add curl
LABEL org.opencontainers.image.title="Dendrite"
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
LABEL org.opencontainers.image.source="https://github.com/element-hq/dendrite"
LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
LABEL org.opencontainers.image.licenses="AGPL-3.0-only OR LicenseRef-Element-Commercial"
LABEL org.opencontainers.image.documentation="https://element-hq.github.io/dendrite/"
LABEL org.opencontainers.image.vendor="New Vector Ltd."