From 06b61e3820f9e9be1e20aea30b6a03afdcdcb0d2 Mon Sep 17 00:00:00 2001 From: schlaepfer Date: Fri, 24 Nov 2006 13:05:54 +0000 Subject: [PATCH] - license section added git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@209 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c --- java/README.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/java/README.txt b/java/README.txt index da98a99..ed40085 100644 --- a/java/README.txt +++ b/java/README.txt @@ -1,7 +1,7 @@ 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 +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. @@ -11,7 +11,13 @@ For more information about LibUsb-Win32 visit: For more information about Java LibUsb-Win32 wrapper visit: http://inf.ntb.ch/infoportal/help/topic/ch.ntb.infoportal/projects.html - + +License +------- +The Java LibUsb-Win32 wrapper library is released under the LGPL. See LGPL.txt +for more information. +For licensing information about LibUsb-Win32 see http://libusb-win32.sourceforge.net/#license. + Authors ------- Andreas Schläpfer