From ea063cb9750030d7e5c8f62ed2acfa58c60dd807 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 8 May 2020 19:28:13 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) Reviewed-by: ron minnich --- util/uio_usbdebug/console/printk.c | 5 +---- util/uio_usbdebug/drivers/usb/pci_ehci.c | 5 ----- util/uio_usbdebug/include/device/device.h | 2 -- util/uio_usbdebug/linux/uio_ehci_pci.c | 5 +---- util/uio_usbdebug/uio_usbdebug.c | 5 +---- util/uio_usbdebug/uio_usbdebug_intel.c | 5 +---- 6 files changed, 4 insertions(+), 23 deletions(-) (limited to 'util/uio_usbdebug') 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 - * * 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 - * - * 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 - * * 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 - * * 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 - * * 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 - * * 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. -- cgit v1.2.3