[SeaBIOS] [PATCH 3/3] xhci: Add copyright notice to usb-xhci.c

Kevin O'Connor kevin at koconnor.net
Mon Jan 27 18:30:05 CET 2014


Signed-off-by: Kevin O'Connor <kevin at 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 at redhat.com>
+// Copyright (C) 2014  Kevin O'Connor <kevin at 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




More information about the SeaBIOS mailing list