Misc: Add markdown references for COPYING and PORTING files

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
Chris Dickens
2016-02-25 13:53:05 -08:00
parent 66ceb53f3c
commit 42c8f9d870
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6,11 +6,11 @@ libusb is a library for USB device access from Linux, Mac OS X,
Windows, OpenBSD/NetBSD and Haiku userspace.
It is written in C (Haiku backend in C++) and licensed under the GNU
Lesser General Public License version 2.1 or, at your option, any later
version (see COPYING).
version (see [COPYING](COPYING)).
libusb 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.
be ported to other operating systems. Please see the [PORTING](PORTING)
file for more information.
libusb homepage:
http://libusb.info/
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 11069
#define LIBUSB_NANO 11070