From b6719a834033b08cc9933c25326e587a3e1c9dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 3 Jun 2026 12:31:50 +0200 Subject: [PATCH] =?UTF-8?q?README:=20fix=20license=20note=20=E2=80=94=20es?= =?UTF-8?q?sim=20is=20EUPL-1.2,=20not=20LGPL-2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libbsdl stays LGPL-2.1 (inherited from the Viveris loader it derives from); essim consumes it as a dynamically-linked LGPL library, which the EUPL permits. Corrects an earlier wrong claim that essim was LGPL-2.1. Co-Authored-By: Claude Opus 4.8 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5811ed..bb3f7b8 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ consumers. ## License -LGPL-2.1-or-later — see [LICENSE](LICENSE). The same license as its two -consumers (essim and bs_explorer are both LGPL-2.1), so code and the parser -can be shared freely; dynamic linking keeps the library replaceable. Derived -from the Viveris JTAG Core BSDL loader (© 2008–2024 Viveris Technologies, -Jean-François DEL NERO), also LGPL-2.1. +LGPL-2.1-or-later — see [LICENSE](LICENSE), inherited from the Viveris JTAG +Core BSDL loader (© 2008–2024 Viveris Technologies, Jean-François DEL NERO) +this is derived from. `bs_explorer` is also LGPL-2.1 and links the struct +directly; `essim` is EUPL-1.2 and consumes libbsdl as a dynamically-linked +LGPL library, which the EUPL permits.