From 6f81f8332767ff569cb0bd7327e947f54d13dd0d Mon Sep 17 00:00:00 2001 From: Alexander Renz Date: Wed, 26 Nov 2025 18:09:16 +0100 Subject: [PATCH] Fix remaining MIT license references - Update README.md license section from MIT to Apache 2.0 - Update Dockerfile.multiarch license label from MIT to Apache-2.0 --- Dockerfile.multiarch | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index ccb9239..812da8b 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -69,7 +69,7 @@ LABEL org.opencontainers.image.title="HMAC File Server" \ org.opencontainers.image.version="3.3.0" \ org.opencontainers.image.vendor="UUXO" \ org.opencontainers.image.source="https://git.uuxo.net/uuxo/hmac-file-server/" \ - org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.architecture="multi" # Entry point diff --git a/README.md b/README.md index 5813db9..9ad721e 100644 --- a/README.md +++ b/README.md @@ -2343,7 +2343,7 @@ curl http://localhost:9090/metrics ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. ---