summaryrefslogtreecommitdiffstats
path: root/util/nvramtool/accessors
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 16:44:07 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 17:11:06 +0000
commita83c6bc907b8ef77935ba62789bc4ed60716986d (patch)
treea2db702ae73cab4439db92de166c8e13d8f47281 /util/nvramtool/accessors
parentdeea25be1bc709136c7871d8b23d6544da6a7f3f (diff)
downloadcoreboot-a83c6bc907b8ef77935ba62789bc4ed60716986d.tar.gz
coreboot-a83c6bc907b8ef77935ba62789bc4ed60716986d.tar.bz2
coreboot-a83c6bc907b8ef77935ba62789bc4ed60716986d.zip
util/nvramtool: Remove "this file is part of" lines
As requested by Stefan. For nvramtool some of these lines are part of a paragraph of fluff, so manual processing was easier than adapting the script used for the rest of the tree. Change-Id: Id52c4c264cded0582a97da131b695a046cbd67c6 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41195 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/nvramtool/accessors')
-rw-r--r--util/nvramtool/accessors/layout-bin.c4
-rw-r--r--util/nvramtool/accessors/layout-common.c4
-rw-r--r--util/nvramtool/accessors/layout-text.c4
-rw-r--r--util/nvramtool/accessors/layout-text.h4
4 files changed, 0 insertions, 16 deletions
diff --git a/util/nvramtool/accessors/layout-bin.c b/util/nvramtool/accessors/layout-bin.c
index 6bb5da13e14a..544e7e9f7964 100644
--- a/util/nvramtool/accessors/layout-bin.c
+++ b/util/nvramtool/accessors/layout-bin.c
@@ -1,10 +1,6 @@
/*****************************************************************************\
* lbtable.c
*****************************************************************************
- * This file is part of nvramtool, a utility for reading/writing coreboot
- * parameters and displaying information from the coreboot table.
- * For details, see https://coreboot.org/nvramtool.
- *
* Please also read the file DISCLAIMER which is included in this software
* distribution.
*
diff --git a/util/nvramtool/accessors/layout-common.c b/util/nvramtool/accessors/layout-common.c
index 15a267272642..e41d28127a29 100644
--- a/util/nvramtool/accessors/layout-common.c
+++ b/util/nvramtool/accessors/layout-common.c
@@ -1,10 +1,6 @@
/*****************************************************************************\
* layout_common.c
*****************************************************************************
- * This file is part of nvramtool, a utility for reading/writing coreboot
- * parameters and displaying information from the coreboot table.
- * For details, see https://coreboot.org/nvramtool.
- *
* Please also read the file DISCLAIMER which is included in this software
* distribution.
*
diff --git a/util/nvramtool/accessors/layout-text.c b/util/nvramtool/accessors/layout-text.c
index 75b2ee84ad5d..e7d3e7ffc60a 100644
--- a/util/nvramtool/accessors/layout-text.c
+++ b/util/nvramtool/accessors/layout-text.c
@@ -1,10 +1,6 @@
/*****************************************************************************\
* layout-text.c
*****************************************************************************
- * This file is part of nvramtool, a utility for reading/writing coreboot
- * parameters and displaying information from the coreboot table.
- * For details, see https://coreboot.org/nvramtool.
- *
* Please also read the file DISCLAIMER which is included in this software
* distribution.
*
diff --git a/util/nvramtool/accessors/layout-text.h b/util/nvramtool/accessors/layout-text.h
index 20746426119e..cb03a77f6f86 100644
--- a/util/nvramtool/accessors/layout-text.h
+++ b/util/nvramtool/accessors/layout-text.h
@@ -1,10 +1,6 @@
/*****************************************************************************\
* layout_file.h
*****************************************************************************
- * This file is part of nvramtool, a utility for reading/writing coreboot
- * parameters and displaying information from the coreboot table.
- * For details, see https://coreboot.org/nvramtool.
- *
* Please also read the file DISCLAIMER which is included in this software
* distribution.
*