From a83c6bc907b8ef77935ba62789bc4ed60716986d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 16:44:07 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41195 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Martin Roth --- util/nvramtool/DISCLAIMER | 4 ---- util/nvramtool/accessors/layout-bin.c | 4 ---- util/nvramtool/accessors/layout-common.c | 4 ---- util/nvramtool/accessors/layout-text.c | 4 ---- util/nvramtool/accessors/layout-text.h | 4 ---- util/nvramtool/cbfs.c | 1 - util/nvramtool/cbfs.h | 1 - util/nvramtool/cli/nvramtool.8 | 4 ---- util/nvramtool/cli/nvramtool.c | 4 ---- util/nvramtool/cli/opts.c | 4 ---- util/nvramtool/cli/opts.h | 4 ---- util/nvramtool/cmos_lowlevel.c | 4 ---- util/nvramtool/cmos_lowlevel.h | 4 ---- util/nvramtool/cmos_ops.c | 4 ---- util/nvramtool/cmos_ops.h | 4 ---- util/nvramtool/common.c | 4 ---- util/nvramtool/common.h | 4 ---- util/nvramtool/input_file.c | 4 ---- util/nvramtool/input_file.h | 4 ---- util/nvramtool/layout.c | 4 ---- util/nvramtool/layout.h | 4 ---- util/nvramtool/lbtable.c | 4 ---- util/nvramtool/lbtable.h | 4 ---- util/nvramtool/reg_expr.c | 4 ---- util/nvramtool/reg_expr.h | 4 ---- 25 files changed, 94 deletions(-) (limited to 'util/nvramtool') diff --git a/util/nvramtool/DISCLAIMER b/util/nvramtool/DISCLAIMER index bed93be4f3..f451354bfb 100644 --- a/util/nvramtool/DISCLAIMER +++ b/util/nvramtool/DISCLAIMER @@ -8,10 +8,6 @@ Written by David S. Peterson . 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 6bb5da13e1..544e7e9f79 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 15a2672726..e41d28127a 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 75b2ee84ad..e7d3e7ffc6 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 2074642611..cb03a77f6f 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 7677633474..cbf95c47f4 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 acf359e972..1cb4c660ff 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 12f92ac26b..e6f5362d9e 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 c6d4d9c066..30e5ef546a 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 5c40748f73..18549cf591 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 f04a3b0514..2d087cd0e2 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 71206d2be4..410e42769b 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 5f18af2ea2..9a7f670c13 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 db46f45345..6ba7505ff1 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 3785633d07..c07ed63fcc 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 388c7e1ffa..a1a27066e5 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 dccebccc50..4910f91cfb 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 b683aee7ff..a7f0abd8bc 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 b55c65a852..7da990533b 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 8d8b53e8e1..2fb24e8d6c 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 b2b51538db..798711a4fc 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 cf01f7225f..61dbdfb56f 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 0c55f4cb46..2af281998f 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 30e8ecd967..3c164e25d1 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 cae2796e91..c0dad76df0 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. * -- cgit v1.2.3