[PATCH 3/3] xhci: Add copyright notice to usb-xhci.c
Jan. 27, 2014
9:30 a.m.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> --- 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 b307c5e..e3acc39 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 -- 1.8.5.3
4376
Age (days ago)
4376
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kevin O'Connor