diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-08 19:28:13 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-09 21:21:32 +0000 |
commit | ea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch) | |
tree | adfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/uio_usbdebug | |
parent | 2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff) |
AUTHORS, util/: Drop individual copyright notices
We have the git history which is a more reliable librarian.
Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: ron minnich <rminnich@gmail.com>
Diffstat (limited to 'util/uio_usbdebug')
-rw-r--r-- | util/uio_usbdebug/console/printk.c | 5 | ||||
-rw-r--r-- | util/uio_usbdebug/drivers/usb/pci_ehci.c | 5 | ||||
-rw-r--r-- | util/uio_usbdebug/include/device/device.h | 2 | ||||
-rw-r--r-- | util/uio_usbdebug/linux/uio_ehci_pci.c | 5 | ||||
-rw-r--r-- | util/uio_usbdebug/uio_usbdebug.c | 5 | ||||
-rw-r--r-- | util/uio_usbdebug/uio_usbdebug_intel.c | 5 |
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. |