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 <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41194 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#
|
||||
# This file is part of the coreboot project.
|
||||
#
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
#
|
||||
# This file is part of the coreboot project.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#
|
||||
# This file is part of the coreboot project.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __FSP_GUIDS__
|
||||
#define __FSP_GUIDS__
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* These definitions are used to describe PCIe bifurcation and display physical
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _CBTYPES_H_
|
||||
#define _CBTYPES_H_
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __AGESA_HEADERS_H__
|
||||
#define __AGESA_HEADERS_H__
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* Do not use header guards on this file */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights
|
||||
* reserved.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights
|
||||
* reserved.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
* Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights
|
||||
* reserved.
|
||||
* Copyright 2018-present Facebook, Inc.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
struct bdk_devicetree_key_value {
|
||||
const char *key;
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights
|
||||
* reserved.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright 2017-present Facebook, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright 2018-present Facebook, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
#
|
||||
# This file is part of the coreboot project.
|
||||
#
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,4 +1,3 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,4 +1,3 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,4 +1,3 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <mboot.h>
|
||||
#include <assert.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef MBOOT_H
|
||||
#define MBOOT_H
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <mboot.h>
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <boot_device.h>
|
||||
#include <bootmem.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef VBOOT_CHECK_H
|
||||
#define VBOOT_CHECK_H
|
||||
|
@ -1,4 +1,3 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,4 +1,3 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpigen.h>
|
||||
#if CONFIG(GENERIC_GPIO_LIB)
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* The Realtek r8152 driver in the Linux kernel supports a MAC address
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <security/vboot/vbnv_layout.h>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* This is the ChromeOS specific ACPI information needed by
|
||||
* the mainboard's chromeos.asl
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
Scope (\_SB)
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* This device provides an ACPI interface to read VPD keys from either
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __CHROMEOS_H__
|
||||
#define __CHROMEOS_H__
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <drivers/vpd/vpd.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __VENDORCODE_GOOGLE_CHROMEOS_GNVS_H
|
||||
#define __VENDORCODE_GOOGLE_CHROMEOS_GNVS_H
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <cbfs.h>
|
||||
#include <console/console.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __CHROMEOS_SYMBOLS_H
|
||||
#define __CHROMEOS_SYMBOLS_H
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <b64_decode.h>
|
||||
#include <cbmem.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <console/console.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <console/console.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <assert.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
#include <console/console.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <types.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <boardid.h>
|
||||
#include <smbios.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <cbfs.h>
|
||||
#include <string.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef SIEMENS_HWI_LIB_H_
|
||||
#define SIEMENS_HWI_LIB_H_
|
||||
|
Reference in New Issue
Block a user