From 151d03450f98ee3f35d85c6418c89ac3b2319e85 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 27 Jan 2014 12:25:35 -0500 Subject: [PATCH] xhci: Add copyright notice to usb-xhci.c Signed-off-by: Kevin O'Connor --- src/hw/usb-xhci.c | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5