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
This commit is contained in:
2025-11-26 18:09:16 +01:00
parent c3011f6461
commit 6f81f83327
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ LABEL org.opencontainers.image.title="HMAC File Server" \
org.opencontainers.image.version="3.3.0" \ org.opencontainers.image.version="3.3.0" \
org.opencontainers.image.vendor="UUXO" \ org.opencontainers.image.vendor="UUXO" \
org.opencontainers.image.source="https://git.uuxo.net/uuxo/hmac-file-server/" \ 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" org.opencontainers.image.architecture="multi"
# Entry point # Entry point

View File

@@ -2343,7 +2343,7 @@ curl http://localhost:9090/metrics
## License ## 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.
--- ---