Blame LICENSE

Packit 51230c
libusb is covered by the LGPL:
Packit 51230c
Packit 51230c
This library is free software; you can redistribute it and/or
Packit 51230c
modify it under the terms of the GNU Lesser General Public
Packit 51230c
License as published by the Free Software Foundation; either
Packit 51230c
version 2 of the License, or (at your option) any later version.
Packit 51230c
Packit 51230c
This library is distributed in the hope that it will be useful,
Packit 51230c
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 51230c
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 51230c
Lesser General Public License for more details.
Packit 51230c
Packit 51230c
You should have received a copy of the GNU Lesser General Public
Packit 51230c
License along with this library; if not, write to the
Packit 51230c
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Packit 51230c
Boston, MA 02111-1307, USA.
Packit 51230c
Packit 51230c
----
Packit 51230c
Packit 51230c
Alternatively, the files usb.h.in and/or usb.h may be licensed under the
Packit 51230c
BSD license:
Packit 51230c
Packit 51230c
Copyright (c) 2000-2003 Johannes Erdfelt <johannes@erdfelt.com>
Packit 51230c
All rights reserved.
Packit 51230c
Packit 51230c
Redistribution and use in source and binary forms, with or without
Packit 51230c
modification, are permitted provided that the following conditions
Packit 51230c
are met:
Packit 51230c
1. Redistributions of source code must retain the above copyright
Packit 51230c
   notice, this list of conditions and the following disclaimer.
Packit 51230c
2. Redistributions in binary form must reproduce the above copyright
Packit 51230c
   notice, this list of conditions and the following disclaimer in the
Packit 51230c
   documentation and/or other materials provided with the distribution.
Packit 51230c
3. The name of the author may not be used to endorse or promote products
Packit 51230c
   derived from this software without specific prior written permission.
Packit 51230c
Packit 51230c
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
Packit 51230c
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Packit 51230c
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Packit 51230c
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
Packit 51230c
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
Packit 51230c
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit 51230c
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit 51230c
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit 51230c
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
Packit 51230c
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit 51230c