aboutsummaryrefslogtreecommitdiff
path: root/src/include/usb_ch9.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-09-23 18:16:46 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-23 18:16:46 +0000
commit06694a89528329e0a1bff2b9adf83f0f30e1a77e (patch)
treed9aebd7302f3d651d8d92de344db1e4eaad690e9 /src/include/usb_ch9.h
parent5c3126936d0387df5308817f63f25f170e2c5cb0 (diff)
USB Debug Port related license header fixes (trivial).
- Add missing license headers, or missing (C) lines to various files. (most are from AMD / Yinghai Lu, based on svn logs) - src/include/ehci.h was taken from the Linux kernel. Updating it to the latest version from git HEAD while I'm at it (build-tested with one board). It also sports some new EHCI 1.1 addendum #defines which we may or may not need. This new file also already has a proper GPL header. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5828 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/usb_ch9.h')
-rw-r--r--src/include/usb_ch9.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/usb_ch9.h b/src/include/usb_ch9.h
index fa682776ba..b0aa7730f7 100644
--- a/src/include/usb_ch9.h
+++ b/src/include/usb_ch9.h
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2007 AMD
+ * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
+ */
+
#ifndef USB_CH9_H
#define USB_CH9_H