From 6b5bc77c9b22c398262ff3f4dae3e14904c57366 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 16:41:01 +0200 Subject: treewide: Remove "this file is part of" lines Stefan thinks they don't add value. Command used: sed -i -e '/file is part of /d' $(git grep "file is part of " |egrep ":( */\*.*\*/\$|#|;#|-- | *\* )" | cut -d: -f1 |grep -v crossgcc |grep -v gcov | grep -v /elf.h |grep -v nvramtool) The exceptions are for: - crossgcc (patch file) - gcov (imported from gcc) - elf.h (imported from GNU's libc) - nvramtool (more complicated header) The removed lines are: - fmt.Fprintln(f, "/* This file is part of the coreboot project. */") -# This file is part of a set of unofficial pre-commit hooks available -/* This file is part of coreboot */ -# This file is part of msrtool. -/* This file is part of msrtool. */ - * This file is part of ncurses, designed to be appended after curses.h.in -/* This file is part of pgtblgen. */ - * This file is part of the coreboot project. - /* This file is part of the coreboot project. */ -# This file is part of the coreboot project. -# This file is part of the coreboot project. -## This file is part of the coreboot project. --- This file is part of the coreboot project. -/* This file is part of the coreboot project */ -/* This file is part of the coreboot project. */ -;## This file is part of the coreboot project. -# This file is part of the coreboot project. It originated in the - * This file is part of the coreinfo project. -## This file is part of the coreinfo project. - * This file is part of the depthcharge project. -/* This file is part of the depthcharge project. */ -/* This file is part of the ectool project. */ - * This file is part of the GNU C Library. - * This file is part of the libpayload project. -## This file is part of the libpayload project. -/* This file is part of the Linux kernel. */ -## This file is part of the superiotool project. -/* This file is part of the superiotool project */ -/* This file is part of uio_usbdebug */ Change-Id: I82d872b3b337388c93d5f5bf704e9ee9e53ab3a9 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41194 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/lib/Makefile.inc | 1 - src/lib/boot_device.c | 1 - src/lib/bootblock.c | 1 - src/lib/bootmem.c | 1 - src/lib/bootmode.c | 1 - src/lib/bootsplash.c | 1 - src/lib/cbfs.c | 1 - src/lib/cbmem_common.c | 1 - src/lib/cbmem_console.c | 1 - src/lib/cbmem_stage_cache.c | 1 - src/lib/coreboot_table.c | 1 - src/lib/crc_byte.c | 1 - src/lib/decompressor.c | 1 - src/lib/dimm_info_util.c | 1 - src/lib/ext_stage_cache.c | 1 - src/lib/fit_payload.c | 1 - src/lib/fmap.c | 1 - src/lib/gcc.c | 1 - src/lib/gcov-glue.c | 1 - src/lib/gnat/Makefile.inc | 1 - src/lib/gpio.c | 1 - src/lib/halt.c | 1 - src/lib/hardwaremain.c | 1 - src/lib/hw-time-timer.adb | 1 - src/lib/imd.c | 1 - src/lib/imd_cbmem.c | 1 - src/lib/jpeg.c | 1 - src/lib/jpeg.h | 1 - src/lib/libgcc.c | 1 - src/lib/memrange.c | 1 - src/lib/nhlt.c | 1 - src/lib/primitive_memtest.c | 1 - src/lib/prog_loaders.c | 1 - src/lib/prog_ops.c | 1 - src/lib/program.ld | 1 - src/lib/ramdetect.c | 1 - src/lib/reg_script.c | 1 - src/lib/region_file.c | 1 - src/lib/reset.c | 1 - src/lib/rmodule.c | 1 - src/lib/romstage_handoff.c | 1 - src/lib/rtc.c | 1 - src/lib/selfboot.c | 1 - src/lib/spd_bin.c | 1 - src/lib/thread.c | 1 - src/lib/timer.c | 1 - src/lib/timer_queue.c | 1 - src/lib/timestamp.c | 1 - src/lib/trace.c | 1 - src/lib/uuid.c | 1 - src/lib/wrdd.c | 1 - 51 files changed, 51 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index c03aea1012..f9bbebb35c 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -1,5 +1,4 @@ # -# This file is part of the coreboot project. # # # SPDX-License-Identifier: GPL-2.0-only diff --git a/src/lib/boot_device.c b/src/lib/boot_device.c index 12ca36ba50..ee8ba75960 100644 --- a/src/lib/boot_device.c +++ b/src/lib/boot_device.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include diff --git a/src/lib/bootblock.c b/src/lib/bootblock.c index b3d48604c3..1c433d008e 100644 --- a/src/lib/bootblock.c +++ b/src/lib/bootblock.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/bootmem.c b/src/lib/bootmem.c index aa8087dace..fa1f8bc6fd 100644 --- a/src/lib/bootmem.c +++ b/src/lib/bootmem.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c index f82b1545f2..56b39271e8 100644 --- a/src/lib/bootmode.c +++ b/src/lib/bootmode.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/bootsplash.c b/src/lib/bootsplash.c index a67d54d532..050d713154 100644 --- a/src/lib/bootsplash.c +++ b/src/lib/bootsplash.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c index a61bc63fe8..a3294de63e 100644 --- a/src/lib/cbfs.c +++ b/src/lib/cbfs.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/cbmem_common.c b/src/lib/cbmem_common.c index 1f0bb58aaa..c24479deb4 100644 --- a/src/lib/cbmem_common.c +++ b/src/lib/cbmem_common.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c index 3770642db7..641824f942 100644 --- a/src/lib/cbmem_console.c +++ b/src/lib/cbmem_console.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/cbmem_stage_cache.c b/src/lib/cbmem_stage_cache.c index d4dd82ffcc..28cc242f1c 100644 --- a/src/lib/cbmem_stage_cache.c +++ b/src/lib/cbmem_stage_cache.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 075bd04082..12282fc84f 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/crc_byte.c b/src/lib/crc_byte.c index d7de1e77a4..af4eeaf245 100644 --- a/src/lib/crc_byte.c +++ b/src/lib/crc_byte.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include diff --git a/src/lib/decompressor.c b/src/lib/decompressor.c index ab65beb4b5..8ae9358e6a 100644 --- a/src/lib/decompressor.c +++ b/src/lib/decompressor.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/dimm_info_util.c b/src/lib/dimm_info_util.c index b1a2c4b928..fb8e06f149 100644 --- a/src/lib/dimm_info_util.c +++ b/src/lib/dimm_info_util.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/ext_stage_cache.c b/src/lib/ext_stage_cache.c index f28418ab2e..afc061883f 100644 --- a/src/lib/ext_stage_cache.c +++ b/src/lib/ext_stage_cache.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/fit_payload.c b/src/lib/fit_payload.c index 9cf154271b..b3a03a1942 100644 --- a/src/lib/fit_payload.c +++ b/src/lib/fit_payload.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/fmap.c b/src/lib/fmap.c index ecd23f6d32..671a962c25 100644 --- a/src/lib/fmap.c +++ b/src/lib/fmap.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/gcc.c b/src/lib/gcc.c index 33dcb2e116..1e20506d80 100644 --- a/src/lib/gcc.c +++ b/src/lib/gcc.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include diff --git a/src/lib/gcov-glue.c b/src/lib/gcov-glue.c index b7d4b7331a..101aec9b7f 100644 --- a/src/lib/gcov-glue.c +++ b/src/lib/gcov-glue.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/gnat/Makefile.inc b/src/lib/gnat/Makefile.inc index 1ea903dea3..1318ebde73 100644 --- a/src/lib/gnat/Makefile.inc +++ b/src/lib/gnat/Makefile.inc @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/lib/gpio.c b/src/lib/gpio.c index c25b3f9f85..3f3ae60d91 100644 --- a/src/lib/gpio.c +++ b/src/lib/gpio.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/halt.c b/src/lib/halt.c index 92795dbc6c..8d9e5c84a6 100644 --- a/src/lib/halt.c +++ b/src/lib/halt.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index 73632fc512..935393e10b 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* diff --git a/src/lib/hw-time-timer.adb b/src/lib/hw-time-timer.adb index 09a030a2df..1d1e5d4c4c 100644 --- a/src/lib/hw-time-timer.adb +++ b/src/lib/hw-time-timer.adb @@ -1,4 +1,3 @@ --- This file is part of the coreboot project. -- SPDX-License-Identifier: GPL-2.0-only with Interfaces.C; diff --git a/src/lib/imd.c b/src/lib/imd.c index 5a25719032..c87037d807 100644 --- a/src/lib/imd.c +++ b/src/lib/imd.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/imd_cbmem.c b/src/lib/imd_cbmem.c index 13b5483c45..2f065ff7d2 100644 --- a/src/lib/imd_cbmem.c +++ b/src/lib/imd_cbmem.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c index 23532024e3..212d2026ea 100644 --- a/src/lib/jpeg.c +++ b/src/lib/jpeg.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* * a tiny jpeg decoder. diff --git a/src/lib/jpeg.h b/src/lib/jpeg.h index e2dc8a886f..237da9f1ca 100644 --- a/src/lib/jpeg.h +++ b/src/lib/jpeg.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* * a tiny jpeg decoder. diff --git a/src/lib/libgcc.c b/src/lib/libgcc.c index e5ed56dbe6..656e20f1a6 100644 --- a/src/lib/libgcc.c +++ b/src/lib/libgcc.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include diff --git a/src/lib/memrange.c b/src/lib/memrange.c index bc827d3635..39f502caa6 100644 --- a/src/lib/memrange.c +++ b/src/lib/memrange.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/nhlt.c b/src/lib/nhlt.c index 462a9ce57d..80b3f2e1d3 100644 --- a/src/lib/nhlt.c +++ b/src/lib/nhlt.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/primitive_memtest.c b/src/lib/primitive_memtest.c index 6154f221a0..fa8a5ec989 100644 --- a/src/lib/primitive_memtest.c +++ b/src/lib/primitive_memtest.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/prog_loaders.c b/src/lib/prog_loaders.c index c336575434..7088d8d45e 100644 --- a/src/lib/prog_loaders.c +++ b/src/lib/prog_loaders.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include diff --git a/src/lib/prog_ops.c b/src/lib/prog_ops.c index 55943dc328..2b965edb0a 100644 --- a/src/lib/prog_ops.c +++ b/src/lib/prog_ops.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include diff --git a/src/lib/program.ld b/src/lib/program.ld index 6f096dc360..b56a400ceb 100644 --- a/src/lib/program.ld +++ b/src/lib/program.ld @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include diff --git a/src/lib/ramdetect.c b/src/lib/ramdetect.c index cf395bd712..328ca07a62 100644 --- a/src/lib/ramdetect.c +++ b/src/lib/ramdetect.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c index 2549f2b8fc..73b781a43b 100644 --- a/src/lib/reg_script.c +++ b/src/lib/reg_script.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/region_file.c b/src/lib/region_file.c index dcfc663496..ce2ed30f7a 100644 --- a/src/lib/region_file.c +++ b/src/lib/region_file.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/reset.c b/src/lib/reset.c index 2b066b2fb8..891b9f5eb4 100644 --- a/src/lib/reset.c +++ b/src/lib/reset.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index e99f10a38b..794453527b 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include #include diff --git a/src/lib/romstage_handoff.c b/src/lib/romstage_handoff.c index 963fedf4c6..b54619d8d8 100644 --- a/src/lib/romstage_handoff.c +++ b/src/lib/romstage_handoff.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/rtc.c b/src/lib/rtc.c index 96aba243cd..258f4ac25c 100644 --- a/src/lib/rtc.c +++ b/src/lib/rtc.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index 7def7b164a..c5ad525688 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/spd_bin.c b/src/lib/spd_bin.c index 2f9bb160ce..38888961b3 100644 --- a/src/lib/spd_bin.c +++ b/src/lib/spd_bin.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/thread.c b/src/lib/thread.c index 28eeaf42a1..e2280c63fe 100644 --- a/src/lib/thread.c +++ b/src/lib/thread.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/timer.c b/src/lib/timer.c index 2c4f8eb9a6..8a06f57bc7 100644 --- a/src/lib/timer.c +++ b/src/lib/timer.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/timer_queue.c b/src/lib/timer_queue.c index dd877fb22f..f368409ef1 100644 --- a/src/lib/timer_queue.c +++ b/src/lib/timer_queue.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c index df07bececb..d10b138d06 100644 --- a/src/lib/timestamp.c +++ b/src/lib/timestamp.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/trace.c b/src/lib/trace.c index 54471b0de4..d4c014de98 100644 --- a/src/lib/trace.c +++ b/src/lib/trace.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/uuid.c b/src/lib/uuid.c index 2d9e90e252..9d91e6b548 100644 --- a/src/lib/uuid.c +++ b/src/lib/uuid.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/lib/wrdd.c b/src/lib/wrdd.c index adb2b1d5d1..e9e98c654c 100644 --- a/src/lib/wrdd.c +++ b/src/lib/wrdd.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include -- cgit v1.2.3