Re: [Qemu-devel] [PATCH] hw/usb: Fix LGPL information in the file headers

2019-01-23 Thread Gerd Hoffmann
On Wed, Jan 23, 2019 at 03:40:54PM +0100, Thomas Huth wrote: > It's either "GNU *Library* General Public version 2" or "GNU Lesser > General Public version *2.1*", but there was no "version 2.0" of the > "Lesser" library. So assume that version 2.1 is meant here. > Additionally, suggest that the us

[Qemu-devel] [PATCH] hw/usb: Fix LGPL information in the file headers

2019-01-23 Thread Thomas Huth
It's either "GNU *Library* General Public version 2" or "GNU Lesser General Public version *2.1*", but there was no "version 2.0" of the "Lesser" library. So assume that version 2.1 is meant here. Additionally, suggest that the user should have received a copy of the LGPL, and not the GPL here. Si