summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-02-20 01:16:20 +0000
committerPete Batard <pbatard@gmail.com>2010-02-20 01:16:20 +0000
commit71c795ca20871a68e54577a5de464d8102bed4b5 (patch)
treebbd5afb7c5fa8dd5be07800e25bcafc09fb61767
parent2e83188d9c8a5a8eaab2c44a4eaa623df83fbefe (diff)
downloadlibusb-r167.tar.gz
updated copyright notice and credits in sourcer167
-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