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/cli/nvramtool.8 | 4 ---- util/nvramtool/cli/nvramtool.c | 4 ---- util/nvramtool/cli/opts.c | 4 ---- util/nvramtool/cli/opts.h | 4 ---- 4 files changed, 16 deletions(-) (limited to 'util/nvramtool/cli') 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. * -- cgit v1.2.3