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,4 +1,3 @@
|
||||
/* This file is part of the coreboot project. */
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <device/device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <types.h>
|
||||
#include <device/device.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 DRIVERS_CK505_CHIP_H
|
||||
#define DRIVERS_CK505_CHIP_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <assert.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 <acpi/acpi_device.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpigen.h>
|
||||
#include <device/mmio.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __DRIVERS_I2C_DESIGNWARE_I2C_H__
|
||||
#define __DRIVERS_I2C_DESIGNWARE_I2C_H__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __I2C_GENERIC_CHIP_H__
|
||||
#define __I2C_GENERIC_CHIP_H__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi_device.h>
|
||||
#include <acpi/acpigen.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __DRIVERS_I2C_HID_CHIP_H__
|
||||
#define __DRIVERS_I2C_HID_CHIP_H__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpigen_dsm.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef DRIVERS_I2C_LM96000_CHIP_H
|
||||
#define DRIVERS_I2C_LM96000_CHIP_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <delay.h>
|
||||
#include <timer.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef DRIVERS_I2C_LM96000_H
|
||||
#define DRIVERS_I2C_LM96000_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* Maxim MAX98373 audio codec devicetree bindings
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* Maxim MAX98927 audio codec devicetree bindings
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi_device.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef DRIVERS_I2C_NCT7802Y_CHIP_H
|
||||
#define DRIVERS_I2C_NCT7802Y_CHIP_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 <device/device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef DRIVERS_I2C_NCT7802Y_H
|
||||
#define DRIVERS_I2C_NCT7802Y_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <types.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <types.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
|
||||
struct drivers_i2c_pca9538_config {
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <device/i2c_bus.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _I2C_PCA9538_H_
|
||||
#define _I2C_PCA9538_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 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include "pcf8523.h"
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <device/smbus.h>
|
||||
#include <version.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
#ifndef _I2C_PCF8523_H_
|
||||
#define _I2C_PCF8523_H_
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
|
||||
#include <console/console.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _I2C_PTN3460_H_
|
||||
#define _I2C_PTN3460_H_
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* Realtek RT1011 audio codec devicetree bindings
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* Realtek RT5663 audio codec devicetree bindings
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
struct drivers_i2c_rtd2132_config {
|
||||
/* Panel Power Sequencing. All units in ms. */
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include "rx6110sa.h"
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <device/i2c_bus.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _I2C_RX6110SA_H_
|
||||
#define _I2C_RX6110SA_H_
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __DRIVERS_I2C_SX9310_CHIP_H__
|
||||
#define __DRIVERS_I2C_SX9310_CHIP_H__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef REGISTER
|
||||
#error "define REGISTER(NAME) before including this file"
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi_device.h>
|
||||
#include <acpi/acpigen.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi_device.h>
|
||||
#include <acpi/acpigen.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <acpi/acpi_device.h>
|
||||
#include <device/i2c_simple.h>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* This file is part of the coreboot project. */
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
/* Based on Linux Kernel TPM driver */
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* This file is part of the coreboot project. */
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <stdint.h>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* This file is part of the coreboot project. */
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -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 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
struct drivers_i2c_w83793_config {
|
||||
u8 mfc;
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <stdint.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 W83793_H
|
||||
#define W83793_H
|
||||
|
@@ -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 */
|
||||
|
||||
#ifndef __SRC_DRIVERS_VIDEO_WW_RING__H__
|
||||
|
@@ -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 */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user