README: fix license note — essim is EUPL-1.2, not LGPL-2.1

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 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 12:31:50 +02:00
parent 6b56ab5c42
commit b6719a8340

View File

@@ -67,8 +67,8 @@ consumers.
## License ## License
LGPL-2.1-or-later — see [LICENSE](LICENSE). The same license as its two LGPL-2.1-or-later — see [LICENSE](LICENSE), inherited from the Viveris JTAG
consumers (essim and bs_explorer are both LGPL-2.1), so code and the parser Core BSDL loader (© 20082024 Viveris Technologies, Jean-François DEL NERO)
can be shared freely; dynamic linking keeps the library replaceable. Derived this is derived from. `bs_explorer` is also LGPL-2.1 and links the struct
from the Viveris JTAG Core BSDL loader (© 20082024 Viveris Technologies, directly; `essim` is EUPL-1.2 and consumes libbsdl as a dynamically-linked
Jean-François DEL NERO), also LGPL-2.1. LGPL library, which the EUPL permits.