License LibreLedger under AGPL-3.0-or-later

The README now says AGPL-3.0-or-later, and the image label changes from
AGPL-3.0-only to match. The published 1.0.0 image keeps the old label; the
new one ships with the next image build (1.0.1). The vendored noble
libraries stay MIT.

Assisted-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
LibrePortal
2026-09-17 01:49:27 +01:00
parent 2cffc3ab07
commit 0759c5dbfd
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="LibreLedger" \
org.opencontainers.image.description="Encrypted personal money ledger: your data is encrypted in your browser; the server never sees it." \
org.opencontainers.image.version="${VERSION}" \
org.opencontainers.image.source="https://git.libreportal.org/LibrePortal/LibreLedger" \
org.opencontainers.image.licenses="AGPL-3.0-only"
org.opencontainers.image.licenses="AGPL-3.0-or-later"
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \