From: Xiaofan C. <xia...@gm...> - 2023-04-14 08:33:39
|
Hi Manish, You need to follow the license. libusbdotnet: LGPL v3 license https://github.com/LibUsbDotNet/LibUsbDotNet/blob/master/LICENSE libusb-win32 driver: GPL v3 license https://github.com/mcuee/libusb-win32/blob/master/libusb/COPYING_GPL.txt libusb-win32 library: LGPL v3 license https://github.com/mcuee/libusb-win32/blob/master/libusb/COPYING_LGPL.txt As long as you did not modify any of the source codes, you should be fine. You can point out the location of the two projects for the source codes or you can bundle the source codes. Best regards, Xiaofan On Fri, Apr 14, 2023 at 4:09 PM Manish Ram <ram...@gm...> wrote: > > Hello Libusb Team, > > Needed information regarding the usage of Libusb in my application. > > We are using the below versions: > > LibUsbDotNet dll version: 2.2.29 > > USB Driver version: 1.2.6.0 > > Could you please let us know if there is any restriction on the distribution of these > libraries along with my application? > > Best Regards, > Manish Ram |