From 1093d306a358ebeb8d8dcae1a6702aa95397f002 Mon Sep 17 00:00:00 2001 From: Robert Weber Date: Mon, 17 Aug 2026 11:11:59 +0200 Subject: [PATCH] fix: correct README license reference to LGPL-2.1-or-later The README said LGPL 3.0 while package.json and LICENSE have always been LGPL-2.1-or-later, causing confusion for anyone evaluating the package (fixes #34). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9949444..d51c106 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ As this is a free-time project, a lot of things are still remaining which could ## License -This project is licensed under the LGPL 3.0 License - see the [LICENSE](LICENSE) file for details +This project is licensed under the LGPL-2.1-or-later License - see the [LICENSE](LICENSE) file for details ## References