From 14cee8c5377f69f84241ad7344b52ea7ad976d50 Mon Sep 17 00:00:00 2001 From: Simon Dick Date: Sun, 2 Aug 2026 09:12:48 +0100 Subject: [PATCH] docs: mention qrcodegen alongside quirc in the license summary Both are bundled third-party QR components per THIRDPARTY.md; the license summary only named the decoder (quirc), not the encoder. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_018p1cUndzXuEAvBXCMmmKcJ --- userdocs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdocs/index.md b/userdocs/index.md index 3e1d397..0bff39d 100644 --- a/userdocs/index.md +++ b/userdocs/index.md @@ -63,5 +63,5 @@ yourself. ## License BSD 2-Clause. Copyright © 2026 Simon Dick. Bundled third-party source (the -ISC-licensed `quirc` QR decoder) is listed in +ISC-licensed `quirc` QR decoder and the `qrcodegen` encoder) is listed in [`THIRDPARTY.md`](https://github.com/sidick/amiauth/blob/main/THIRDPARTY.md).