summaryrefslogtreecommitdiff
path: root/util/superiotool
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 16:41:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 17:11:40 +0000
commit6b5bc77c9b22c398262ff3f4dae3e14904c57366 (patch)
treeab40c703d92f906f8604635f091f809b59233efa /util/superiotool
parenta83c6bc907b8ef77935ba62789bc4ed60716986d (diff)
downloadcoreboot-6b5bc77c9b22c398262ff3f4dae3e14904c57366.tar.xz
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 <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41194 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/superiotool')
-rw-r--r--util/superiotool/Makefile1
-rw-r--r--util/superiotool/ali.c1
-rw-r--r--util/superiotool/amd.c1
-rw-r--r--util/superiotool/aspeed.c1
-rw-r--r--util/superiotool/exar.c1
-rw-r--r--util/superiotool/fintek.c1
-rw-r--r--util/superiotool/infineon.c1
-rw-r--r--util/superiotool/ite.c1
-rw-r--r--util/superiotool/nsc.c1
-rw-r--r--util/superiotool/nuvoton.c1
-rw-r--r--util/superiotool/pci.c1
-rw-r--r--util/superiotool/serverengines.c1
-rw-r--r--util/superiotool/smsc.c1
-rw-r--r--util/superiotool/superiotool.c1
-rw-r--r--util/superiotool/superiotool.h1
-rw-r--r--util/superiotool/via.c1
-rw-r--r--util/superiotool/winbond.c1
17 files changed, 0 insertions, 17 deletions
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"