diff options
author | Pete Batard <pbatard@gmail.com> | 2010-02-20 01:16:20 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-02-20 01:16:20 +0000 |
commit | 71c795ca20871a68e54577a5de464d8102bed4b5 (patch) | |
tree | bbd5afb7c5fa8dd5be07800e25bcafc09fb61767 /libusb/os | |
parent | 2e83188d9c8a5a8eaab2c44a4eaa623df83fbefe (diff) | |
download | libusb-71c795ca20871a68e54577a5de464d8102bed4b5.tar.gz |
updated copyright notice and credits in sourcer167
Diffstat (limited to 'libusb/os')
-rw-r--r-- | libusb/os/windows_compat.c | 4 | ||||
-rw-r--r-- | libusb/os/windows_compat.h | 4 | ||||
-rw-r--r-- | libusb/os/windows_usb.c | 3 | ||||
-rw-r--r-- | libusb/os/windows_usb.h | 3 |
4 files changed, 8 insertions, 6 deletions
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 |