Change license to Apache-2.0

This commit is contained in:
Timo 2020-08-24 11:32:15 +02:00 committed by Timo Kösters
parent fbbf9f8999
commit a2dbc6fe6d
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 179 additions and 664 deletions

View file

@ -53,7 +53,7 @@ LABEL org.opencontainers.image.created=${CREATED} \
org.opencontainers.image.url="https://conduit.rs/" \
org.opencontainers.image.revision=${GIT_REF} \
org.opencontainers.image.source="https://git.koesters.xyz/timo/conduit.git" \
org.opencontainers.image.licenses="AGPL-3.0-only" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.documentation="" \
org.opencontainers.image.ref.name="" \
org.label-schema.docker.build="docker build . -t matrixconduit/matrix-conduit:latest --build-arg CREATED=$(date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg VERSION=$(grep -m1 -o '[0-9].[0-9].[0-9]' Cargo.toml)" \