Blame README.md

Packit 0a8e54
# libusb
Packit 0a8e54
Packit 0a8e54
[![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
Packit 0a8e54
[![Build status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
Packit 0a8e54
[![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
Packit 0a8e54
Packit 0a8e54
libusb is a library for USB device access from Linux, macOS,
Packit 0a8e54
Windows, OpenBSD/NetBSD and Haiku userspace.
Packit 0a8e54
It is written in C (Haiku backend in C++) and licensed under the GNU
Packit 0a8e54
Lesser General Public License version 2.1 or, at your option, any later
Packit 0a8e54
version (see [COPYING](COPYING)).
Packit 0a8e54
Packit 0a8e54
libusb is abstracted internally in such a way that it can hopefully
Packit 0a8e54
be ported to other operating systems. Please see the [PORTING](PORTING)
Packit 0a8e54
file for more information.
Packit 0a8e54
Packit 0a8e54
libusb homepage:
Packit 0a8e54
http://libusb.info/
Packit 0a8e54
Packit 0a8e54
Developers will wish to consult the API documentation:
Packit 0a8e54
http://api.libusb.info
Packit 0a8e54
Packit 0a8e54
Use the mailing list for questions, comments, etc:
Packit 0a8e54
http://mailing-list.libusb.info
Packit 0a8e54
Packit 0a8e54
- Hans de Goede <hdegoede@redhat.com>
Packit 0a8e54
- Xiaofan Chen <xiaofanc@gmail.com>
Packit 0a8e54
- Ludovic Rousseau <ludovic.rousseau@gmail.com>
Packit 0a8e54
- Nathan Hjelm <hjelmn@cs.unm.edu>
Packit 0a8e54
- Chris Dickens <christopher.a.dickens@gmail.com>
Packit 0a8e54
Packit 0a8e54
(Please use the mailing list rather than mailing developers directly)