diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-01-27 12:25:35 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-01-29 12:57:01 -0500 |
commit | 151d03450f98ee3f35d85c6418c89ac3b2319e85 (patch) | |
tree | bf767b5f69c8200e7c1e144f7f86d929d2d13e66 /src | |
parent | 5c6fa33d400de5c967bdd9c3011a0b34f27eeadd (diff) | |
download | seabios-hppa-151d03450f98ee3f35d85c6418c89ac3b2319e85.zip seabios-hppa-151d03450f98ee3f35d85c6418c89ac3b2319e85.tar.gz seabios-hppa-151d03450f98ee3f35d85c6418c89ac3b2319e85.tar.bz2 |
xhci: Add copyright notice to usb-xhci.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/hw/usb-xhci.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hw/usb-xhci.c b/src/hw/usb-xhci.c index 591eb88..f64f562 100644 --- a/src/hw/usb-xhci.c +++ b/src/hw/usb-xhci.c @@ -1,3 +1,10 @@ +// Code for handling XHCI "Super speed" USB controllers. +// +// Copyright (C) 2013 Gerd Hoffmann <kraxel@redhat.com> +// Copyright (C) 2014 Kevin O'Connor <kevin@koconnor.net> +// +// This file may be distributed under the terms of the GNU LGPLv3 license. + #include "biosvar.h" // GET_LOWFLAT #include "config.h" // CONFIG_* #include "malloc.h" // memalign_low |