aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-01-27 12:25:35 -0500
committerKevin O'Connor <kevin@koconnor.net>2014-01-29 12:57:01 -0500
commit151d03450f98ee3f35d85c6418c89ac3b2319e85 (patch)
treebf767b5f69c8200e7c1e144f7f86d929d2d13e66 /src
parent5c6fa33d400de5c967bdd9c3011a0b34f27eeadd (diff)
downloadseabios-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.c7
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