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.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.version="${VERSION}" \
org.opencontainers.image.source="https://git.libreportal.org/LibrePortal/LibreLedger" \ 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 \ ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \ PYTHONUNBUFFERED=1 \
+4 -3
View File
@@ -131,6 +131,7 @@ rendering and the crypto layer), `theme.js`, `crypto-fallback.js`, `server.py`,
## Licence ## Licence
[GNU AGPLv3](LICENSE). The vendored noble libraries are MIT-licensed (their [GNU AGPL-3.0-or-later](LICENSE): version 3 of the GNU Affero General Public
`LICENSE` files are next to them); bank logos are trademarks of their owners License, or (at your option) any later version. The vendored noble libraries
(`banks/NOTICE.txt`). are MIT-licensed (their `LICENSE` files are next to them); bank logos are
trademarks of their owners (`banks/NOTICE.txt`).