diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2015-09-05 07:51:32 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-09-07 15:54:50 +0000 |
commit | 4460703f59c58626c762a8a1244842b7a3efe0db (patch) | |
tree | bba0e836bfb2182227f840b86b64d6b197e33a8d /src/drivers/spi | |
parent | 38bc916def3a95f2a32309c5437ac0f868455a94 (diff) | |
download | coreboot-4460703f59c58626c762a8a1244842b7a3efe0db.tar.gz coreboot-4460703f59c58626c762a8a1244842b7a3efe0db.tar.bz2 coreboot-4460703f59c58626c762a8a1244842b7a3efe0db.zip |
Drop "See file CREDITS..." comment
coreboot has no CREDITS file.
Change-Id: Iaa4686979ba1385b00ad1dbb6ea91e58f5014384
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/11514
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/spi')
-rw-r--r-- | src/drivers/spi/gigadevice.c | 3 | ||||
-rw-r--r-- | src/drivers/spi/macronix.c | 3 | ||||
-rw-r--r-- | src/drivers/spi/spansion.c | 3 | ||||
-rw-r--r-- | src/drivers/spi/stmicro.c | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/src/drivers/spi/gigadevice.c b/src/drivers/spi/gigadevice.c index 2616e8d885b3..cd5d35dea21b 100644 --- a/src/drivers/spi/gigadevice.c +++ b/src/drivers/spi/gigadevice.c @@ -6,9 +6,6 @@ * Copyright 2008, Network Appliance Inc. * Jason McMullan <mcmullan@netapp.com> * - * See file CREDITS for list of people who contributed to this - * project. - * * 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; either version 2 of diff --git a/src/drivers/spi/macronix.c b/src/drivers/spi/macronix.c index 053744ec525d..256b24e1473c 100644 --- a/src/drivers/spi/macronix.c +++ b/src/drivers/spi/macronix.c @@ -10,9 +10,6 @@ * Copyright (C) 2004-2007 Freescale Semiconductor, Inc. * TsiChung Liew (Tsi-Chung.Liew@freescale.com) * - * See file CREDITS for list of people who contributed to this - * project. - * * 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; either version 2 of diff --git a/src/drivers/spi/spansion.c b/src/drivers/spi/spansion.c index 25952141e868..0d4a7fabe49a 100644 --- a/src/drivers/spi/spansion.c +++ b/src/drivers/spi/spansion.c @@ -6,9 +6,6 @@ * TsiChung Liew (Tsi-Chung.Liew@freescale.com), * and Jason McMullan (mcmullan@netapp.com) * - * See file CREDITS for list of people who contributed to this - * project. - * * 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; either version 2 of diff --git a/src/drivers/spi/stmicro.c b/src/drivers/spi/stmicro.c index 9866e80d749b..0779517164ba 100644 --- a/src/drivers/spi/stmicro.c +++ b/src/drivers/spi/stmicro.c @@ -8,9 +8,6 @@ * Copyright (C) 2004-2007 Freescale Semiconductor, Inc. * TsiChung Liew (Tsi-Chung.Liew@freescale.com) * - * See file CREDITS for list of people who contributed to this - * project. - * * 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; either version 2 of |