summaryrefslogtreecommitdiffstats
path: root/src/superio/fintek/f81803a
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f81803a')
-rw-r--r--src/superio/fintek/f81803a/Kconfig1
-rw-r--r--src/superio/fintek/f81803a/Makefile.inc1
-rw-r--r--src/superio/fintek/f81803a/acpi/superio.asl1
-rw-r--r--src/superio/fintek/f81803a/f81803a.h1
-rw-r--r--src/superio/fintek/f81803a/f81803a_hwm.h1
-rw-r--r--src/superio/fintek/f81803a/fan_control.c1
-rw-r--r--src/superio/fintek/f81803a/superio.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/src/superio/fintek/f81803a/Kconfig b/src/superio/fintek/f81803a/Kconfig
index e02361678491..5e8a6ad839f1 100644
--- a/src/superio/fintek/f81803a/Kconfig
+++ b/src/superio/fintek/f81803a/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_FINTEK_F81803A
bool
diff --git a/src/superio/fintek/f81803a/Makefile.inc b/src/superio/fintek/f81803a/Makefile.inc
index 9dda9d6187db..a37b5440799b 100644
--- a/src/superio/fintek/f81803a/Makefile.inc
+++ b/src/superio/fintek/f81803a/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# This file is part of the coreboot project.
ifeq ($(CONFIG_BOOTBLOCK_CONSOLE),y)
bootblock-$(CONFIG_SUPERIO_FINTEK_F81803A) += ../common/early_serial.c
diff --git a/src/superio/fintek/f81803a/acpi/superio.asl b/src/superio/fintek/f81803a/acpi/superio.asl
index 30654583a253..302f2f4ffe92 100644
--- a/src/superio/fintek/f81803a/acpi/superio.asl
+++ b/src/superio/fintek/f81803a/acpi/superio.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
/*
* Include this file into a mainboard's DSDT _SB device tree and it will
diff --git a/src/superio/fintek/f81803a/f81803a.h b/src/superio/fintek/f81803a/f81803a.h
index 9cd720f0004d..77593da1bbf2 100644
--- a/src/superio/fintek/f81803a/f81803a.h
+++ b/src/superio/fintek/f81803a/f81803a.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
/*
* Datasheet:
diff --git a/src/superio/fintek/f81803a/f81803a_hwm.h b/src/superio/fintek/f81803a/f81803a_hwm.h
index 7de47a1e86f5..bb018859804b 100644
--- a/src/superio/fintek/f81803a/f81803a_hwm.h
+++ b/src/superio/fintek/f81803a/f81803a_hwm.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F81803_HWM_H
#define SUPERIO_FINTEK_F81803_HWM_H
diff --git a/src/superio/fintek/f81803a/fan_control.c b/src/superio/fintek/f81803a/fan_control.c
index 2143f2e8d0ed..06a83387a075 100644
--- a/src/superio/fintek/f81803a/fan_control.c
+++ b/src/superio/fintek/f81803a/fan_control.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <arch/io.h>
#include <console/console.h>
diff --git a/src/superio/fintek/f81803a/superio.c b/src/superio/fintek/f81803a/superio.c
index 5508374600ef..5304f9edc6f4 100644
--- a/src/superio/fintek/f81803a/superio.c
+++ b/src/superio/fintek/f81803a/superio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>