From 9aca2f4447ee72ff841ed720c6132c2c940e3b8b Mon Sep 17 00:00:00 2001 From: Salamist <31216142+Salamist@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:07:54 +0000 Subject: [PATCH] readme: fix libusb licence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3147ec0..a530c8b 100644 --- a/README.md +++ b/README.md @@ -113,4 +113,4 @@ submodule using `git -C src/libusb clean -dfx`. ### License The Python code for `libusb-package` is licensed with Apache 2.0.\ -The libusb library and its source code are licensed with GPLv2. +The libusb library and its source code are licensed with LGPLv2.1.