summaryrefslogtreecommitdiffstats
path: root/src/superio/nuvoton/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nuvoton/common')
-rw-r--r--src/superio/nuvoton/common/Kconfig1
-rw-r--r--src/superio/nuvoton/common/early_serial.c1
-rw-r--r--src/superio/nuvoton/common/hwm.c1
-rw-r--r--src/superio/nuvoton/common/hwm.h1
-rw-r--r--src/superio/nuvoton/common/nuvoton.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/nuvoton/common/Kconfig b/src/superio/nuvoton/common/Kconfig
index 35052e906119..413b6a688240 100644
--- a/src/superio/nuvoton/common/Kconfig
+++ b/src/superio/nuvoton/common/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
# Generic Nuvoton romstage driver - Just enough UART initialisation code for
# pre-ram.
diff --git a/src/superio/nuvoton/common/early_serial.c b/src/superio/nuvoton/common/early_serial.c
index ed31b721fbb2..f4938f0edc5d 100644
--- a/src/superio/nuvoton/common/early_serial.c
+++ b/src/superio/nuvoton/common/early_serial.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
/*
* A generic romstage (pre-ram) driver for Nuvoton variant Super I/O chips.
diff --git a/src/superio/nuvoton/common/hwm.c b/src/superio/nuvoton/common/hwm.c
index d6c15af7ed35..fb7b79ce6958 100644
--- a/src/superio/nuvoton/common/hwm.c
+++ b/src/superio/nuvoton/common/hwm.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
/* Nuvoton is a Winbond spin-off, so this code is for both */
diff --git a/src/superio/nuvoton/common/hwm.h b/src/superio/nuvoton/common/hwm.h
index be47a777276e..47d4e04e4184 100644
--- a/src/superio/nuvoton/common/hwm.h
+++ b/src/superio/nuvoton/common/hwm.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_NUVOTON_COMMON_HWM_H
#define SUPERIO_NUVOTON_COMMON_HWM_H
diff --git a/src/superio/nuvoton/common/nuvoton.h b/src/superio/nuvoton/common/nuvoton.h
index f5b317671d98..eb5bc759f344 100644
--- a/src/superio/nuvoton/common/nuvoton.h
+++ b/src/superio/nuvoton/common/nuvoton.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_NUVOTON_COMMON_PRE_RAM_H
#define SUPERIO_NUVOTON_COMMON_PRE_RAM_H