From 511ccb40452f59fba4cad0310bd1736d1879b977 Mon Sep 17 00:00:00 2001 From: schlaepfer Date: Tue, 28 Nov 2006 10:09:18 +0000 Subject: [PATCH] - project description updated git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@218 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c --- java/README.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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