summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/xusb.c6
-rw-r--r--libusb/os/windows_compat.c4
-rw-r--r--libusb/os/windows_compat.h4
-rw-r--r--libusb/os/windows_usb.c3
-rw-r--r--libusb/os/windows_usb.h3
5 files changed, 12 insertions, 8 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.
diff --git a/libusb/os/windows_compat.c b/libusb/os/windows_compat.c
index f4bc7ab..9b74d35 100644
--- a/libusb/os/windows_compat.c
+++ b/libusb/os/windows_compat.c
@@ -1,7 +1,7 @@
/*
* Windows compat: POSIX compatibility wrapper
- * Copyright (C) 2009 Pete Batard <pbatard@gmail.com>
- *
+ * Copyright (C) 2009-2010 Pete Batard <pbatard@gmail.com>
+ * With contributions from Michael Plante, Orin Eman et al.
* Parts of poll implementation from libusb-win32, by Stephan Meyer et al.
*
* This library is free software; you can redistribute it and/or
diff --git a/libusb/os/windows_compat.h b/libusb/os/windows_compat.h
index 76f8417..322ce78 100644
--- a/libusb/os/windows_compat.h
+++ b/libusb/os/windows_compat.h
@@ -1,7 +1,7 @@
/*
* Windows compat: POSIX compatibility wrapper
- * Copyright (C) 2009 Pete Batard <pbatard@gmail.com>
- *
+ * Copyright (C) 2009-2010 Pete Batard <pbatard@gmail.com>
+ * With contributions from Michael Plante, Orin Eman et al.
* Parts of poll implementation from libusb-win32, by Stephan Meyer et al.
*
* This library is free software; you can redistribute it and/or
diff --git a/libusb/os/windows_usb.c b/libusb/os/windows_usb.c
index 3f85ac1..fed17b2 100644
--- a/libusb/os/windows_usb.c
+++ b/libusb/os/windows_usb.c
@@ -1,6 +1,7 @@
/*
* windows backend for libusb 1.0
- * Copyright (c) 2009 Pete Batard <pbatard@gmail.com>
+ * Copyright (c) 2009-2010 Pete Batard <pbatard@gmail.com>
+ * With contributions from Michael Plante, Orin Eman et al.
* Parts of this code adapted from libusb-win32-v1 by Stephan Meyer
*
* This library is free software; you can redistribute it and/or
diff --git a/libusb/os/windows_usb.h b/libusb/os/windows_usb.h
index cd74e22..1d729e8 100644
--- a/libusb/os/windows_usb.h
+++ b/libusb/os/windows_usb.h
@@ -1,6 +1,7 @@
/*
* Windows backend for libusb 1.0
- * Copyright (C) 2009 Pete Batard <pbatard@gmail.com>
+ * Copyright (C) 2009-2010 Pete Batard <pbatard@gmail.com>
+ * With contributions from Michael Plante, Orin Eman et al.
* Parts of this code adapted from libusb-win32-v1 by Stephan Meyer
*
* This library is free software; you can redistribute it and/or