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>
This commit is contained in:
parent
deea25be1b
commit
a83c6bc907
|
@ -8,10 +8,6 @@ Written by David S. Peterson <dsp@llnl.gov>.
|
||||||
UCRL-CODE-2003-012
|
UCRL-CODE-2003-012
|
||||||
All rights reserved.
|
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
|
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
|
under the terms of the GNU General Public License (as published by the
|
||||||
Free Software Foundation) version 2, dated June 1991.
|
Free Software Foundation) version 2, dated June 1991.
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* lbtable.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* layout_common.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* layout-text.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* layout_file.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* This file is part of the coreboot project. */
|
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* This file is part of the coreboot project. */
|
|
||||||
/*
|
/*
|
||||||
* This file is dual-licensed. You can choose between:
|
* This file is dual-licensed. You can choose between:
|
||||||
* - The GNU GPL, version 2, as published by the Free Software Foundation
|
* - The GNU GPL, version 2, as published by the Free Software Foundation
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
.\"***************************************************************************\
|
.\"***************************************************************************\
|
||||||
.\" nvramtool.8
|
.\" 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
|
.\" Please also read the file DISCLAIMER which is included in this software
|
||||||
.\" distribution.
|
.\" distribution.
|
||||||
.\"
|
.\"
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* nvramtool.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* opts.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* opts.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* cmos_lowlevel.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* cmos_lowlevel.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* cmos_ops.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* cmos_ops.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* common.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* common.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* input_file.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* input_file.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* layout.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* layout.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* lbtable.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* lbtable.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* reg_expr.c
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* reg_expr.h
|
* 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
|
* Please also read the file DISCLAIMER which is included in this software
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue