travis: sources line is needed
[platform/upstream/libusb.git] / README.md
1 # libusb
2
3 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
4
5 libusb is a library for USB device access from Linux, Mac OS X,
6 Windows, OpenBSD/NetBSD and Haiku userspace.
7 It is written in C (Haiku backend in C++) and licensed under the GNU
8 Lesser General Public License version 2.1 or, at your option, any later
9 version (see [COPYING](COPYING)).
10
11 libusb is abstracted internally in such a way that it can hopefully
12 be ported to other operating systems. Please see the [PORTING](PORTING)
13 file for more information.
14
15 libusb homepage:
16 http://libusb.info/
17
18 Developers will wish to consult the API documentation:
19 http://api.libusb.info
20
21 Use the mailing list for questions, comments, etc:
22 http://mailing-list.libusb.info
23
24 - Pete Batard <pete@akeo.ie>
25 - Hans de Goede <hdegoede@redhat.com>
26 - Xiaofan Chen <xiaofanc@gmail.com>
27 - Ludovic Rousseau <ludovic.rousseau@gmail.com>
28 - Nathan Hjelm <hjelmn@users.sourceforge.net>
29 - Chris Dickens <christopher.a.dickens@gmail.com>
30
31 (Please use the mailing list rather than mailing developers directly)