Migrate from LGPL to GPLv3 license
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
Java libusb wrapper is a Java wrapper for the libsub and libusb-win32 USB library.
|
||||
* libusb aim is to create a library for use by user level applications to access USB devices regardless of OS.
|
||||
* libusb-win32 is a port of the libusb library to the Windows operating systems. The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.
|
||||
|
||||
For more information about libusb visit:
|
||||
http://libusb.sourceforge.net/
|
||||
|
||||
For more information about LibUsb-Win32 visit:
|
||||
http://libusb-win32.sourceforge.net
|
||||
http://sourceforge.net/projects/libusb-win32
|
||||
|
||||
For more information about Java LibUsb-Win32 wrapper visit:
|
||||
http://libusbjava.sourceforge.net
|
||||
http://sourceforge.net/projects/libusbjava
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
This project is now maintained under the GPLv3 license, for the orginal LGPL license statement, see:
|
||||
|
||||
The Java libusb wrapper library is released under the LGPL. See LGPL.txt
|
||||
for more information.
|
||||
For licensing information about libusb see http://sourceforge.net/projects/libusb/.
|
||||
For licensing information about LibUsb-Win32 see http://libusb-win32.sourceforge.net/#license.
|
||||
|
||||
Authors
|
||||
-------
|
||||
Andreas Schläpfer <spandi at users.sourceforge.net>
|
||||
Reference in New Issue
Block a user