diff options
Diffstat (limited to 'examples/xusb.c')
-rw-r--r-- | examples/xusb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/xusb.c b/examples/xusb.c index 6ebaa17..1639523 100644 --- a/examples/xusb.c +++ b/examples/xusb.c @@ -1,6 +1,8 @@ /* - * xusb: libusb-winusb specific test program, (c) 2009 Pete Batard - * based on lsusb, copyright (C) 2007 Daniel Drake <dsd@gentoo.org> + * xusb: libusb-winusb specific test program + * Copyright (c) 2009-2010 Pete Batard <pbatard@gmail.com> + * Based on lsusb, copyright (c) 2007 Daniel Drake <dsd@gentoo.org> + * With contributions to Mass Storage test by Alan Stern. * * This test program tries to access an USB device through WinUSB. * To access your device, modify this source and add your VID/PID. |