diff --git a/java/README.txt b/java/README.txt index ed40085..a5903fd 100644 --- a/java/README.txt +++ b/java/README.txt @@ -1,9 +1,11 @@ Project description ------------------- -Java LibUsb-Win32 is a Java wrapper for the LibUsb-Win32 USB library. LibUsb-Win32 -is a port of the USB library libusb 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. +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 @@ -14,8 +16,9 @@ For more information about Java LibUsb-Win32 wrapper visit: License ------- -The Java LibUsb-Win32 wrapper library is released under the LGPL. See LGPL.txt +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