aboutsummaryrefslogtreecommitdiff
path: root/util/uio_usbdebug
diff options
context:
space:
mode:
Diffstat (limited to 'util/uio_usbdebug')
-rw-r--r--util/uio_usbdebug/console/printk.c5
-rw-r--r--util/uio_usbdebug/drivers/usb/pci_ehci.c5
-rw-r--r--util/uio_usbdebug/include/device/device.h2
-rw-r--r--util/uio_usbdebug/linux/uio_ehci_pci.c5
-rw-r--r--util/uio_usbdebug/uio_usbdebug.c5
-rw-r--r--util/uio_usbdebug/uio_usbdebug_intel.c5
6 files changed, 4 insertions, 23 deletions
diff --git a/util/uio_usbdebug/console/printk.c b/util/uio_usbdebug/console/printk.c
index a24a5693eb..a3f6dde223 100644
--- a/util/uio_usbdebug/console/printk.c
+++ b/util/uio_usbdebug/console/printk.c
@@ -1,8 +1,5 @@
+/* This file is part of uio_usbdebug */
/*
- * This file is part of uio_usbdebug
- *
- * Copyright (C) 2013 Nico Huber <nico.h@gmx.de>
- *
* 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.
diff --git a/util/uio_usbdebug/drivers/usb/pci_ehci.c b/util/uio_usbdebug/drivers/usb/pci_ehci.c
index d384fcb561..fc8b3fad46 100644
--- a/util/uio_usbdebug/drivers/usb/pci_ehci.c
+++ b/util/uio_usbdebug/drivers/usb/pci_ehci.c
@@ -1,9 +1,4 @@
/*
- * Copyright (C) 2014 Nico Huber <nico.h@gmx.de>
- *
- * Code borrowed from pci_early.c:
- * Copyright (C) 2011 Google Inc
- *
* 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.
diff --git a/util/uio_usbdebug/include/device/device.h b/util/uio_usbdebug/include/device/device.h
index 453dca2b7b..51c1c7132f 100644
--- a/util/uio_usbdebug/include/device/device.h
+++ b/util/uio_usbdebug/include/device/device.h
@@ -1,6 +1,4 @@
/*
- * Copyright (C) 2014 Nico Huber <nico.h@gmx.de>
- *
* 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.
diff --git a/util/uio_usbdebug/linux/uio_ehci_pci.c b/util/uio_usbdebug/linux/uio_ehci_pci.c
index 56954ed88d..ffc7cfe7e6 100644
--- a/util/uio_usbdebug/linux/uio_ehci_pci.c
+++ b/util/uio_usbdebug/linux/uio_ehci_pci.c
@@ -1,8 +1,5 @@
+/* uio_ehci_pci - UIO driver for PCI EHCI devices */
/*
- * uio_ehci_pci - UIO driver for PCI EHCI devices
- *
- * Copyright (C) 2013 Nico Huber <nico.h@gmx.de>
- *
* This only implements MMIO access (no interrupts).
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/uio_usbdebug/uio_usbdebug.c b/util/uio_usbdebug/uio_usbdebug.c
index 51faaf8e53..e530700ae7 100644
--- a/util/uio_usbdebug/uio_usbdebug.c
+++ b/util/uio_usbdebug/uio_usbdebug.c
@@ -1,8 +1,5 @@
+/* uio_usbdebug - Run coreboot's usbdebug driver in userspace */
/*
- * uio_usbdebug - Run coreboot's usbdebug driver in userspace
- *
- * Copyright (C) 2013 Nico Huber <nico.h@gmx.de>
- *
* 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.
diff --git a/util/uio_usbdebug/uio_usbdebug_intel.c b/util/uio_usbdebug/uio_usbdebug_intel.c
index 2295cabbc7..bf91660e72 100644
--- a/util/uio_usbdebug/uio_usbdebug_intel.c
+++ b/util/uio_usbdebug/uio_usbdebug_intel.c
@@ -1,8 +1,5 @@
+/* This file is part of uio_usbdebug */
/*
- * This file is part of uio_usbdebug
- *
- * Copyright (C) 2013 Nico Huber <nico.h@gmx.de>
- *
* 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.