diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-10 16:44:07 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-11 17:11:06 +0000 |
commit | a83c6bc907b8ef77935ba62789bc4ed60716986d (patch) | |
tree | a2db702ae73cab4439db92de166c8e13d8f47281 /util | |
parent | deea25be1bc709136c7871d8b23d6544da6a7f3f (diff) | |
download | coreboot-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')
-rw-r--r-- | util/nvramtool/DISCLAIMER | 4 | ||||
-rw-r--r-- | util/nvramtool/accessors/layout-bin.c | 4 | ||||
-rw-r--r-- | util/nvramtool/accessors/layout-common.c | 4 | ||||
-rw-r--r-- | util/nvramtool/accessors/layout-text.c | 4 | ||||
-rw-r--r-- | util/nvramtool/accessors/layout-text.h | 4 | ||||
-rw-r--r-- | util/nvramtool/cbfs.c | 1 | ||||
-rw-r--r-- | util/nvramtool/cbfs.h | 1 | ||||
-rw-r--r-- | util/nvramtool/cli/nvramtool.8 | 4 | ||||
-rw-r--r-- | util/nvramtool/cli/nvramtool.c | 4 | ||||
-rw-r--r-- | util/nvramtool/cli/opts.c | 4 | ||||
-rw-r--r-- | util/nvramtool/cli/opts.h | 4 | ||||
-rw-r--r-- | util/nvramtool/cmos_lowlevel.c | 4 | ||||
-rw-r--r-- | util/nvramtool/cmos_lowlevel.h | 4 | ||||
-rw-r--r-- | util/nvramtool/cmos_ops.c | 4 | ||||
-rw-r--r-- | util/nvramtool/cmos_ops.h | 4 | ||||
-rw-r--r-- | util/nvramtool/common.c | 4 | ||||
-rw-r--r-- | util/nvramtool/common.h | 4 | ||||
-rw-r--r-- | util/nvramtool/input_file.c | 4 | ||||
-rw-r--r-- | util/nvramtool/input_file.h | 4 | ||||
-rw-r--r-- | util/nvramtool/layout.c | 4 | ||||
-rw-r--r-- | util/nvramtool/layout.h | 4 | ||||
-rw-r--r-- | util/nvramtool/lbtable.c | 4 | ||||
-rw-r--r-- | util/nvramtool/lbtable.h | 4 | ||||
-rw-r--r-- | util/nvramtool/reg_expr.c | 4 | ||||
-rw-r--r-- | util/nvramtool/reg_expr.h | 4 |
25 files changed, 0 insertions, 94 deletions
diff --git a/util/nvramtool/DISCLAIMER b/util/nvramtool/DISCLAIMER index bed93be4f3fb..f451354bfb54 100644 --- a/util/nvramtool/DISCLAIMER +++ b/util/nvramtool/DISCLAIMER @@ -8,10 +8,6 @@ Written by David S. Peterson <dsp@llnl.gov>. UCRL-CODE-2003-012 All rights reserved. -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. - 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, dated June 1991. 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. * diff --git a/util/nvramtool/cbfs.c b/util/nvramtool/cbfs.c index 7677633474dd..cbf95c47f444 100644 --- a/util/nvramtool/cbfs.c +++ b/util/nvramtool/cbfs.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifdef __MINGW32__ diff --git a/util/nvramtool/cbfs.h b/util/nvramtool/cbfs.h index acf359e972cd..1cb4c660ffdf 100644 --- a/util/nvramtool/cbfs.h +++ b/util/nvramtool/cbfs.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* * This file is dual-licensed. You can choose between: * - The GNU GPL, version 2, as published by the Free Software Foundation diff --git a/util/nvramtool/cli/nvramtool.8 b/util/nvramtool/cli/nvramtool.8 index 12f92ac26ba9..e6f5362d9e9e 100644 --- a/util/nvramtool/cli/nvramtool.8 +++ b/util/nvramtool/cli/nvramtool.8 @@ -1,10 +1,6 @@ .\"***************************************************************************\ .\" nvramtool.8 .\"*************************************************************************** -.\" This file is part of nvramtool, a utility for reading/writing coreboot -.\" parameters and displaying information from the coreboot table. -.\" For details, see https://www.coreboot.org/nvramtool. -.\" .\" Please also read the file DISCLAIMER which is included in this software .\" distribution. .\" diff --git a/util/nvramtool/cli/nvramtool.c b/util/nvramtool/cli/nvramtool.c index c6d4d9c06632..30e5ef546a2b 100644 --- a/util/nvramtool/cli/nvramtool.c +++ b/util/nvramtool/cli/nvramtool.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * nvramtool.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/cli/opts.c b/util/nvramtool/cli/opts.c index 5c40748f73f4..18549cf59126 100644 --- a/util/nvramtool/cli/opts.c +++ b/util/nvramtool/cli/opts.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * opts.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/cli/opts.h b/util/nvramtool/cli/opts.h index f04a3b0514ab..2d087cd0e294 100644 --- a/util/nvramtool/cli/opts.h +++ b/util/nvramtool/cli/opts.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * opts.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. * diff --git a/util/nvramtool/cmos_lowlevel.c b/util/nvramtool/cmos_lowlevel.c index 71206d2be423..410e42769b99 100644 --- a/util/nvramtool/cmos_lowlevel.c +++ b/util/nvramtool/cmos_lowlevel.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * cmos_lowlevel.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/cmos_lowlevel.h b/util/nvramtool/cmos_lowlevel.h index 5f18af2ea24b..9a7f670c13f1 100644 --- a/util/nvramtool/cmos_lowlevel.h +++ b/util/nvramtool/cmos_lowlevel.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * cmos_lowlevel.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. * diff --git a/util/nvramtool/cmos_ops.c b/util/nvramtool/cmos_ops.c index db46f453452f..6ba7505ff19d 100644 --- a/util/nvramtool/cmos_ops.c +++ b/util/nvramtool/cmos_ops.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * cmos_ops.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/cmos_ops.h b/util/nvramtool/cmos_ops.h index 3785633d0741..c07ed63fcc47 100644 --- a/util/nvramtool/cmos_ops.h +++ b/util/nvramtool/cmos_ops.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * cmos_ops.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. * diff --git a/util/nvramtool/common.c b/util/nvramtool/common.c index 388c7e1ffaf4..a1a27066e5a3 100644 --- a/util/nvramtool/common.c +++ b/util/nvramtool/common.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * 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/common.h b/util/nvramtool/common.h index dccebccc5042..4910f91cfb45 100644 --- a/util/nvramtool/common.h +++ b/util/nvramtool/common.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * common.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. * diff --git a/util/nvramtool/input_file.c b/util/nvramtool/input_file.c index b683aee7ff15..a7f0abd8bc3d 100644 --- a/util/nvramtool/input_file.c +++ b/util/nvramtool/input_file.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * input_file.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/input_file.h b/util/nvramtool/input_file.h index b55c65a85233..7da990533b99 100644 --- a/util/nvramtool/input_file.h +++ b/util/nvramtool/input_file.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * input_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. * diff --git a/util/nvramtool/layout.c b/util/nvramtool/layout.c index 8d8b53e8e14b..2fb24e8d6c9f 100644 --- a/util/nvramtool/layout.c +++ b/util/nvramtool/layout.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * layout.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/layout.h b/util/nvramtool/layout.h index b2b51538db0f..798711a4fce3 100644 --- a/util/nvramtool/layout.h +++ b/util/nvramtool/layout.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * layout.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. * diff --git a/util/nvramtool/lbtable.c b/util/nvramtool/lbtable.c index cf01f7225f07..61dbdfb56fba 100644 --- a/util/nvramtool/lbtable.c +++ b/util/nvramtool/lbtable.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/lbtable.h b/util/nvramtool/lbtable.h index 0c55f4cb4667..2af281998f80 100644 --- a/util/nvramtool/lbtable.h +++ b/util/nvramtool/lbtable.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * lbtable.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. * diff --git a/util/nvramtool/reg_expr.c b/util/nvramtool/reg_expr.c index 30e8ecd9676c..3c164e25d125 100644 --- a/util/nvramtool/reg_expr.c +++ b/util/nvramtool/reg_expr.c @@ -1,10 +1,6 @@ /*****************************************************************************\ * reg_expr.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/reg_expr.h b/util/nvramtool/reg_expr.h index cae2796e9113..c0dad76df086 100644 --- a/util/nvramtool/reg_expr.h +++ b/util/nvramtool/reg_expr.h @@ -1,10 +1,6 @@ /*****************************************************************************\ * reg_expr.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. * |