Change license from MIT to Apache 2.0

- Replace LICENSE file with Apache 2.0 license text
- Update README.md license badge from MIT to Apache 2.0
- Update Dockerfile.podman license label to Apache-2.0
- Copyright remains with Alexander Renz (2025)
This commit is contained in:
2025-11-26 18:03:13 +01:00
parent f16bb7dc99
commit c3011f6461
3 changed files with 205 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ LABEL org.opencontainers.image.title="HMAC File Server" \
org.opencontainers.image.version="3.3.0" \
org.opencontainers.image.vendor="PlusOne" \
org.opencontainers.image.source="https://git.uuxo.net/uuxo/hmac-file-server/" \
org.opencontainers.image.licenses="MIT"
org.opencontainers.image.licenses="Apache-2.0"
# Health check for container orchestration with network resilience awareness
HEALTHCHECK --interval=30s --timeout=15s --start-period=60s --retries=3 \