summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau+github@gmail.com>2012-04-04 09:30:12 +0200
committerPete Batard <pete@akeo.ie>2012-04-04 16:17:57 +0100
commit312ba2dbf193a2dad4dbce0867f05c8fc0fee5b8 (patch)
tree059bba825b5763a2a41fcbdabed22b5521ea84e0
parentc6996cea5476ec8533197a05d50a5a0b1f2e799a (diff)
downloadlibusb-312ba2dbf193a2dad4dbce0867f05c8fc0fee5b8.tar.gz
Misc: Indicate that licence is LGPL-2.1 or later
Also make the name of the licence more explicit.
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 52e0e51..6cceff9 100644
--- a/README
+++ b/README
@@ -3,7 +3,8 @@ libusbx
libusbx is a library for USB device access from Linux, Mac OS X,
OpenBSD and Windows userspace.
-It is written in C and licensed under the LGPL-2.1 (see COPYING).
+It is written in C and licensed under the GNU Lesser General Public
+License version 2.1 or (at your option) any later version (see COPYING).
libusbx is abstracted internally in such a way that it can hopefully
be ported to other operating systems. Please see the PORTING file