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:
+1
-1
@@ -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 \
|
||||
|
||||
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user