From 4460703f59c58626c762a8a1244842b7a3efe0db Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 5 Sep 2015 07:51:32 -0700 Subject: Drop "See file CREDITS..." comment coreboot has no CREDITS file. Change-Id: Iaa4686979ba1385b00ad1dbb6ea91e58f5014384 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/11514 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- payloads/libpayload/arch/x86/string.c | 3 --- src/arch/arm/div0.c | 3 --- src/arch/arm/include/armv7.h | 3 --- src/arch/arm/include/clocks.h | 2 -- src/arch/arm64/div0.c | 3 --- src/arch/arm64/include/clocks.h | 2 -- src/arch/x86/memset.c | 3 --- src/drivers/i2c/tpm/tis.c | 3 --- src/drivers/i2c/tpm/tpm.c | 3 --- src/drivers/i2c/tpm/tpm.h | 4 ---- src/drivers/maxim/max77686/max77686.c | 3 --- src/drivers/maxim/max77686/max77686.h | 3 --- src/drivers/maxim/max77802/max77802.h | 3 --- src/drivers/spi/gigadevice.c | 3 --- src/drivers/spi/macronix.c | 3 --- src/drivers/spi/spansion.c | 3 --- src/drivers/spi/stmicro.c | 3 --- src/ec/google/chromeec/ec_message.h | 2 -- src/include/spi-generic.h | 3 --- src/include/spi_flash.h | 3 --- src/lib/hexdump.c | 3 --- src/soc/intel/baytrail/spi.c | 3 --- src/soc/intel/braswell/spi.c | 3 --- src/soc/intel/broadwell/spi.c | 3 --- src/soc/intel/skylake/flash_controller.c | 3 --- src/soc/nvidia/tegra/dc.h | 3 --- src/soc/nvidia/tegra/pwm.h | 3 --- src/soc/nvidia/tegra124/include/soc/sdram_param.h | 3 --- src/soc/nvidia/tegra132/include/soc/sdram_param.h | 3 --- src/soc/nvidia/tegra210/include/soc/sdram_param.h | 3 --- src/soc/samsung/exynos5420/dmc_init_ddr3.c | 3 --- src/southbridge/intel/common/spi.c | 3 --- src/southbridge/intel/fsp_rangeley/spi.c | 3 --- 33 files changed, 97 deletions(-) diff --git a/payloads/libpayload/arch/x86/string.c b/payloads/libpayload/arch/x86/string.c index 60de8123a5..a646db47b4 100644 --- a/payloads/libpayload/arch/x86/string.c +++ b/payloads/libpayload/arch/x86/string.c @@ -3,9 +3,6 @@ * This file is part of the GNU C Library. * Copyright (c) 2011 The Chromium OS Authors. * - * 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/arch/arm/div0.c b/src/arch/arm/div0.c index 786a1172ff..65501425c3 100644 --- a/src/arch/arm/div0.c +++ b/src/arch/arm/div0.c @@ -2,9 +2,6 @@ * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * 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/arch/arm/include/armv7.h b/src/arch/arm/include/armv7.h index 7cbd33f112..47faaa16b3 100644 --- a/src/arch/arm/include/armv7.h +++ b/src/arch/arm/include/armv7.h @@ -3,9 +3,6 @@ * Texas Instruments, * Aneesh V * - * 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/arch/arm/include/clocks.h b/src/arch/arm/include/clocks.h index 96cdd06adc..eadd58aa3f 100644 --- a/src/arch/arm/include/clocks.h +++ b/src/arch/arm/include/clocks.h @@ -1,7 +1,5 @@ /* * Copyright (c) 2011 The Chromium OS Authors. - * 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 diff --git a/src/arch/arm64/div0.c b/src/arch/arm64/div0.c index 786a1172ff..65501425c3 100644 --- a/src/arch/arm64/div0.c +++ b/src/arch/arm64/div0.c @@ -2,9 +2,6 @@ * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * 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/arch/arm64/include/clocks.h b/src/arch/arm64/include/clocks.h index 96cdd06adc..eadd58aa3f 100644 --- a/src/arch/arm64/include/clocks.h +++ b/src/arch/arm64/include/clocks.h @@ -1,7 +1,5 @@ /* * Copyright (c) 2011 The Chromium OS Authors. - * 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 diff --git a/src/arch/x86/memset.c b/src/arch/x86/memset.c index d534556fd9..6ae6c6bb48 100644 --- a/src/arch/x86/memset.c +++ b/src/arch/x86/memset.c @@ -2,9 +2,6 @@ * Copyright (C) 1991,1992,1993,1997,1998,2003, 2005 Free Software Foundation, Inc. * This file is part of the GNU C Library. * - * 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/i2c/tpm/tis.c b/src/drivers/i2c/tpm/tis.c index fca43160be..1e172756b5 100644 --- a/src/drivers/i2c/tpm/tis.c +++ b/src/drivers/i2c/tpm/tis.c @@ -2,9 +2,6 @@ * Copyright (C) 2011 Infineon Technologies * Copyright 2013 Google Inc. * - * 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/i2c/tpm/tpm.c b/src/drivers/i2c/tpm/tpm.c index 160b391f6d..d02604bf82 100644 --- a/src/drivers/i2c/tpm/tpm.c +++ b/src/drivers/i2c/tpm/tpm.c @@ -17,9 +17,6 @@ * * Version: 2.1.1 * - * 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, version 2 of the diff --git a/src/drivers/i2c/tpm/tpm.h b/src/drivers/i2c/tpm/tpm.h index 35285c0af9..6650996b33 100644 --- a/src/drivers/i2c/tpm/tpm.h +++ b/src/drivers/i2c/tpm/tpm.h @@ -13,10 +13,6 @@ * It is based on the Linux kernel driver tpm.c from Leendert van * Dorn, Dave Safford, Reiner Sailer, and Kyleen Hall. * - * - * 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, version 2 of the diff --git a/src/drivers/maxim/max77686/max77686.c b/src/drivers/maxim/max77686/max77686.c index 0a4abe39ad..8638bf6d60 100644 --- a/src/drivers/maxim/max77686/max77686.c +++ b/src/drivers/maxim/max77686/max77686.c @@ -2,9 +2,6 @@ * Copyright (C) 2012 Samsung Electronics * Alim Akhtar * - * 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/maxim/max77686/max77686.h b/src/drivers/maxim/max77686/max77686.h index f20a7f4345..a35b9cc010 100644 --- a/src/drivers/maxim/max77686/max77686.h +++ b/src/drivers/maxim/max77686/max77686.h @@ -2,9 +2,6 @@ * Copyright (C) 2012 Samsung Electronics * Alim Akhtar * - * 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/maxim/max77802/max77802.h b/src/drivers/maxim/max77802/max77802.h index 0ec06fdcac..8bd35f3de5 100644 --- a/src/drivers/maxim/max77802/max77802.h +++ b/src/drivers/maxim/max77802/max77802.h @@ -2,9 +2,6 @@ * Copyright (C) 2012 Samsung Electronics * Rajeshwari Shinde * - * 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/gigadevice.c b/src/drivers/spi/gigadevice.c index 2616e8d885..cd5d35dea2 100644 --- a/src/drivers/spi/gigadevice.c +++ b/src/drivers/spi/gigadevice.c @@ -6,9 +6,6 @@ * Copyright 2008, Network Appliance Inc. * Jason McMullan * - * 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 053744ec52..256b24e147 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 25952141e8..0d4a7fabe4 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 9866e80d74..0779517164 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 diff --git a/src/ec/google/chromeec/ec_message.h b/src/ec/google/chromeec/ec_message.h index a9d5a3c084..ee157490bd 100644 --- a/src/ec/google/chromeec/ec_message.h +++ b/src/ec/google/chromeec/ec_message.h @@ -2,8 +2,6 @@ * Chromium OS Matrix Keyboard Message Protocol definitions * * Copyright (c) 2012 The Chromium OS Authors. - * 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 diff --git a/src/include/spi-generic.h b/src/include/spi-generic.h index 36bbb227e2..7d8f97134d 100644 --- a/src/include/spi-generic.h +++ b/src/include/spi-generic.h @@ -2,9 +2,6 @@ * (C) Copyright 2001 * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.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/include/spi_flash.h b/src/include/spi_flash.h index 24a5ab23bb..8b29df8edb 100644 --- a/src/include/spi_flash.h +++ b/src/include/spi_flash.h @@ -3,9 +3,6 @@ * * Copyright (C) 2008 Atmel Corporation * - * 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 * version 2 as published by the Free Software Foundation. diff --git a/src/lib/hexdump.c b/src/lib/hexdump.c index 1329f22244..9807def04a 100644 --- a/src/lib/hexdump.c +++ b/src/lib/hexdump.c @@ -1,9 +1,6 @@ /* * Copyright 2013 Google Inc. * - * 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/soc/intel/baytrail/spi.c b/src/soc/intel/baytrail/spi.c index 380b23f832..a630a91087 100644 --- a/src/soc/intel/baytrail/spi.c +++ b/src/soc/intel/baytrail/spi.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2013 Google Inc. * - * 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/soc/intel/braswell/spi.c b/src/soc/intel/braswell/spi.c index 453a719654..6e85d562a0 100644 --- a/src/soc/intel/braswell/spi.c +++ b/src/soc/intel/braswell/spi.c @@ -2,9 +2,6 @@ * Copyright (c) 2013 Google Inc. * Copyright (C) 2015 Intel Corp. * - * 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/soc/intel/broadwell/spi.c b/src/soc/intel/broadwell/spi.c index c159e20a44..64d58a33a8 100644 --- a/src/soc/intel/broadwell/spi.c +++ b/src/soc/intel/broadwell/spi.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2014 Google Inc. * - * 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; version 2 of the License. diff --git a/src/soc/intel/skylake/flash_controller.c b/src/soc/intel/skylake/flash_controller.c index 549e883efc..48be9bb9bb 100644 --- a/src/soc/intel/skylake/flash_controller.c +++ b/src/soc/intel/skylake/flash_controller.c @@ -2,9 +2,6 @@ * Copyright (C) 2014 Google Inc. * Copyright (C) 2015 Intel Corporation. * - * 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; version 2 of the License. diff --git a/src/soc/nvidia/tegra/dc.h b/src/soc/nvidia/tegra/dc.h index b4470dccc5..9b30841f62 100644 --- a/src/soc/nvidia/tegra/dc.h +++ b/src/soc/nvidia/tegra/dc.h @@ -3,9 +3,6 @@ * (C) Copyright 2010 * NVIDIA Corporation * - * 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/soc/nvidia/tegra/pwm.h b/src/soc/nvidia/tegra/pwm.h index 096686eb21..bb26689cb7 100644 --- a/src/soc/nvidia/tegra/pwm.h +++ b/src/soc/nvidia/tegra/pwm.h @@ -3,9 +3,6 @@ * (C) Copyright 2010 * NVIDIA Corporation * - * 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/soc/nvidia/tegra124/include/soc/sdram_param.h b/src/soc/nvidia/tegra124/include/soc/sdram_param.h index c845611da0..6c7dabcd96 100644 --- a/src/soc/nvidia/tegra124/include/soc/sdram_param.h +++ b/src/soc/nvidia/tegra124/include/soc/sdram_param.h @@ -13,9 +13,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /** diff --git a/src/soc/nvidia/tegra132/include/soc/sdram_param.h b/src/soc/nvidia/tegra132/include/soc/sdram_param.h index 7688930c9a..eafa6a56ea 100644 --- a/src/soc/nvidia/tegra132/include/soc/sdram_param.h +++ b/src/soc/nvidia/tegra132/include/soc/sdram_param.h @@ -13,9 +13,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /** diff --git a/src/soc/nvidia/tegra210/include/soc/sdram_param.h b/src/soc/nvidia/tegra210/include/soc/sdram_param.h index 018101efe8..529380de58 100644 --- a/src/soc/nvidia/tegra210/include/soc/sdram_param.h +++ b/src/soc/nvidia/tegra210/include/soc/sdram_param.h @@ -13,9 +13,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /** diff --git a/src/soc/samsung/exynos5420/dmc_init_ddr3.c b/src/soc/samsung/exynos5420/dmc_init_ddr3.c index 7030f1c8c3..7f3d55f871 100644 --- a/src/soc/samsung/exynos5420/dmc_init_ddr3.c +++ b/src/soc/samsung/exynos5420/dmc_init_ddr3.c @@ -5,9 +5,6 @@ * * Copyright (C) 2012 Samsung Electronics * - * 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/southbridge/intel/common/spi.c b/src/southbridge/intel/common/spi.c index 5d1801253c..b664a63a0e 100644 --- a/src/southbridge/intel/common/spi.c +++ b/src/southbridge/intel/common/spi.c @@ -3,9 +3,6 @@ * Copyright (C) 2009, 2010 Carl-Daniel Hailfinger * Copyright (C) 2011 Stefan Tauner * - * 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/southbridge/intel/fsp_rangeley/spi.c b/src/southbridge/intel/fsp_rangeley/spi.c index e6d5fc2cef..8a4eabce3c 100644 --- a/src/southbridge/intel/fsp_rangeley/spi.c +++ b/src/southbridge/intel/fsp_rangeley/spi.c @@ -2,9 +2,6 @@ * Copyright (c) 2011 The Chromium OS Authors. * Copyright (C) 2013, Intel Corporation. * - * 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 -- cgit v1.2.3