From 0759c5dbfd665b5fc0ccf3c2fe9e9c04155154b7 Mon Sep 17 00:00:00 2001 From: LibrePortal Date: Thu, 17 Sep 2026 01:49:27 +0100 Subject: [PATCH] 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 --- Dockerfile | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 852f2fb..b2697b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 01d2529..cce1da6 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ rendering and the crypto layer), `theme.js`, `crypto-fallback.js`, `server.py`, ## Licence -[GNU AGPLv3](LICENSE). The vendored noble libraries are MIT-licensed (their -`LICENSE` files are next to them); bank logos are trademarks of their owners -(`banks/NOTICE.txt`). +[GNU AGPL-3.0-or-later](LICENSE): version 3 of the GNU Affero General Public +License, or (at your option) any later version. The vendored noble libraries +are MIT-licensed (their `LICENSE` files are next to them); bank logos are +trademarks of their owners (`banks/NOTICE.txt`).