From: Kevin O'Connor Date: Mon, 27 Jan 2014 17:25:35 +0000 (-0500) Subject: xhci: Add copyright notice to usb-xhci.c X-Git-Tag: rel-1.7.5-rc1~46 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=151d03450f98ee3f35d85c6418c89ac3b2319e85;p=seabios.git xhci: Add copyright notice to usb-xhci.c Signed-off-by: Kevin O'Connor --- 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 +// Copyright (C) 2014 Kevin O'Connor +// +// 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