diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-08-28 16:21:12 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-11 07:42:59 +0200 |
commit | 522079dd4461c38b9a88bf31a65ea038c5b2be45 (patch) | |
tree | 60f970a74215d93cdb204b3089cc681c2cb945e9 /hw | |
parent | dafe31fc2a8653b535d58f8c7b250c0827b14420 (diff) | |
download | qemu-522079dd4461c38b9a88bf31a65ea038c5b2be45.tar.gz qemu-522079dd4461c38b9a88bf31a65ea038c5b2be45.tar.bz2 qemu-522079dd4461c38b9a88bf31a65ea038c5b2be45.zip |
ehci: Update copyright headers to reflect recent work
Update copyright headers to reflect all the work Gerd and I have been doing
on the EHCI emulation.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/usb/hcd-ehci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 35eb441f1d..78a248f08b 100644 --- a/hw/usb/hcd-ehci.c +++ b/hw/usb/hcd-ehci.c @@ -2,6 +2,11 @@ * QEMU USB EHCI Emulation * * Copyright(c) 2008 Emutex Ltd. (address@hidden) + * Copyright(c) 2011-2012 Red Hat, Inc. + * + * Red Hat Authors: + * Gerd Hoffmann <kraxel@redhat.com> + * Hans de Goede <hdegoede@redhat.com> * * EHCI project was started by Mark Burkley, with contributions by * Niels de Vos. David S. Ahern continued working on it. Kevin Wolf, |