Skip to content

Commit 6b5bc77

Browse files
author
Patrick Georgi
committed
treewide: Remove "this file is part of" lines
Stefan thinks they don't add value. Command used: sed -i -e '/file is part of /d' $(git grep "file is part of " |egrep ":( */\*.*\*/\$|#|;#|-- | *\* )" | cut -d: -f1 |grep -v crossgcc |grep -v gcov | grep -v /elf.h |grep -v nvramtool) The exceptions are for: - crossgcc (patch file) - gcov (imported from gcc) - elf.h (imported from GNU's libc) - nvramtool (more complicated header) The removed lines are: - fmt.Fprintln(f, "/* This file is part of the coreboot project. */") -# This file is part of a set of unofficial pre-commit hooks available -/* This file is part of coreboot */ -# This file is part of msrtool. -/* This file is part of msrtool. */ - * This file is part of ncurses, designed to be appended after curses.h.in -/* This file is part of pgtblgen. */ - * This file is part of the coreboot project. - /* This file is part of the coreboot project. */ -# This file is part of the coreboot project. -# This file is part of the coreboot project. -## This file is part of the coreboot project. --- This file is part of the coreboot project. -/* This file is part of the coreboot project */ -/* This file is part of the coreboot project. */ -;## This file is part of the coreboot project. -# This file is part of the coreboot project. It originated in the - * This file is part of the coreinfo project. -## This file is part of the coreinfo project. - * This file is part of the depthcharge project. -/* This file is part of the depthcharge project. */ -/* This file is part of the ectool project. */ - * This file is part of the GNU C Library. - * This file is part of the libpayload project. -## This file is part of the libpayload project. -/* This file is part of the Linux kernel. */ -## This file is part of the superiotool project. -/* This file is part of the superiotool project */ -/* This file is part of uio_usbdebug */ Change-Id: I82d872b3b337388c93d5f5bf704e9ee9e53ab3a9 Signed-off-by: Patrick Georgi <[email protected]> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41194 Reviewed-by: HAOUAS Elyes <[email protected]> Tested-by: build bot (Jenkins) <[email protected]>
1 parent a83c6bc commit 6b5bc77

File tree

8,163 files changed

+0
-8166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,163 files changed

+0
-8166
lines changed

Documentation/mainboard_io_trap_handler_sample.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* This file is part of the coreboot project. */
21
/* SPDX-License-Identifier: GPL-2.0-only */
32

43
#include <arch/io.h>

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
##
2-
## This file is part of the coreboot project.
32
##
43
## Copyright (C) 2008 Advanced Micro Devices, Inc.
54
## Copyright (C) 2008 Uwe Hermann <[email protected]>

Makefile.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# This file is part of the coreboot project.
21
# SPDX-License-Identifier: GPL-2.0-only
32

43
ifneq ($(NOCOMPILE),1)

gnat.adc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-- This file is part of the coreboot project.
21
-- SPDX-License-Identifier: GPL-2.0-only
32

43
pragma Restrictions (No_Access_Subprograms);

payloads/Makefile.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
##
2-
## This file is part of the coreboot project.
32
##
43
## Copyright (C) 2016 Google Inc.
54
##

payloads/coreinfo/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
##
2-
## This file is part of the coreinfo project.
32
##
43
## Copyright (C) 2008 Uwe Hermann <[email protected]>
54
##

payloads/coreinfo/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
##
2-
## This file is part of the coreinfo project.
32
##
43
## Copyright (C) 2008 Advanced Micro Devices, Inc.
54
## Copyright (C) 2008 Uwe Hermann <[email protected]>

payloads/coreinfo/bootlog_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
* This file is part of the coreinfo project.
32
*
43
* Copyright (C) 2008 Uwe Hermann <[email protected]>
54
*

payloads/coreinfo/cbfs_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
* This file is part of the coreinfo project.
32
*
43
* Copyright (C) 2009 Uwe Hermann <[email protected]>
54
*

payloads/coreinfo/coreboot_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
* This file is part of the coreinfo project.
32
*
43
* Copyright (C) 2008 Advanced Micro Devices, Inc.
54
*

0 commit comments

Comments
 (0)