summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-03 13:40:39 +0100
committerPete Batard <pete@akeo.ie>2012-04-03 15:42:10 +0100
commit791b7473ec38155ee3d1d9889f3d0f1b4c8f33f0 (patch)
tree009cb8fb6347691d69125939a399d538a21cca02 /README
parentf98eaca0985364be00fcfde3fd3884075092a4e9 (diff)
downloadlibusb-791b7473ec38155ee3d1d9889f3d0f1b4c8f33f0.tar.gz
Misc: Rebrand to libusbx
* Mentions of 'libusb' in doxygen are changed to 'libusbx' * Also update copyright notices and remove unneeded EOF LFs
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 14 insertions, 13 deletions
diff --git a/README b/README
index c5dabd7..97e79fd 100644
--- a/README
+++ b/README
@@ -1,23 +1,24 @@
-libusb
-======
+libusbx
+=======
-libusb is a library for USB device access from Linux, Mac OS X and
-Windows userspace.
+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).
-libusb is abstracted internally in such a way that it can hopefully
-be ported to other operating systems. See the PORTING file for some
-information, if you fancy a challenge :)
+libusbx is abstracted internally in such a way that it can hopefully
+be ported to other operating systems. Please see the PORTING file
+for more information.
-libusb homepage:
-http://libusb.org/
+libusbx homepage:
+http://libusbx.org/
Developers will wish to consult the API documentation:
-http://libusb.sourceforge.net/api-1.0/
+http://libusbx.sourceforge.net/api-1.0/
Use the mailing list for questions, comments, etc:
-https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
+https://lists.sourceforge.net/lists/listinfo/libusbx-devel
-- Daniel Drake <dsd@gentoo.org>
-- Peter Stuge <peter@stuge.se>
+- Pete Batard <pete@akeo.ie>
+- Hans de Goede <hdegoede@redhat.com>
+- Xiaofan Chen <xiaofanc@gmail.com>
(use the mailing list rather than mailing developers directly)