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) --- util/superiotool/Makefile | 1 - util/superiotool/ali.c | 1 - util/superiotool/amd.c | 1 - util/superiotool/aspeed.c | 1 - util/superiotool/exar.c | 1 - util/superiotool/fintek.c | 1 - util/superiotool/infineon.c | 1 - util/superiotool/ite.c | 1 - util/superiotool/nsc.c | 1 - util/superiotool/nuvoton.c | 1 - util/superiotool/pci.c | 1 - util/superiotool/serverengines.c | 1 - util/superiotool/smsc.c | 1 - util/superiotool/superiotool.c | 1 - util/superiotool/superiotool.h | 1 - util/superiotool/via.c | 1 - util/superiotool/winbond.c | 1 - 17 files changed, 17 deletions(-) (limited to 'util/superiotool') diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index dab79a907c..55583acc7a 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -1,4 +1,3 @@ -## This file is part of the superiotool 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 diff --git a/util/superiotool/ali.c b/util/superiotool/ali.c index 0442062636..3e2e818be9 100644 --- a/util/superiotool/ali.c +++ b/util/superiotool/ali.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/amd.c b/util/superiotool/amd.c index 1831b1fa2c..1656f0b314 100644 --- a/util/superiotool/amd.c +++ b/util/superiotool/amd.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/aspeed.c b/util/superiotool/aspeed.c index 4e9d684c9d..9fb0a88457 100644 --- a/util/superiotool/aspeed.c +++ b/util/superiotool/aspeed.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/exar.c b/util/superiotool/exar.c index 430d6ba32a..af87273206 100644 --- a/util/superiotool/exar.c +++ b/util/superiotool/exar.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 1402d480a0..2dcb131b04 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/infineon.c b/util/superiotool/infineon.c index b11db76e2d..dcd1a009a5 100644 --- a/util/superiotool/infineon.c +++ b/util/superiotool/infineon.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 00eceed9f8..458250a0e6 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/nsc.c b/util/superiotool/nsc.c index 9159876b51..d9c8955dc5 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index e6dc9f793b..d2b72f2634 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/pci.c b/util/superiotool/pci.c index 0ca2887801..ee8b97d46c 100644 --- a/util/superiotool/pci.c +++ b/util/superiotool/pci.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/serverengines.c b/util/superiotool/serverengines.c index f2ac9c5794..b59328fec7 100644 --- a/util/superiotool/serverengines.c +++ b/util/superiotool/serverengines.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 3a5147f664..4175d3ee05 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/superiotool.c b/util/superiotool/superiotool.c index e93e9261c6..ed18c13e62 100644 --- a/util/superiotool/superiotool.c +++ b/util/superiotool/superiotool.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 74e9aa86e2..a621ae5274 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SUPERIOTOOL_H diff --git a/util/superiotool/via.c b/util/superiotool/via.c index 8853462ca4..95ff6dde38 100644 --- a/util/superiotool/via.c +++ b/util/superiotool/via.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index fe5bbadb63..598955f8fe 100644 --- a/util/superiotool/winbond.c +++ b/util/superiotool/winbond.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" -- cgit v1.2.3