summaryrefslogtreecommitdiffstats
path: root/src/superio/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/common')
-rw-r--r--src/superio/common/chip.h1
-rw-r--r--src/superio/common/conf_mode.c1
-rw-r--r--src/superio/common/generic.c1
-rw-r--r--src/superio/common/ssdt.c1
-rw-r--r--src/superio/common/ssdt.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/common/chip.h b/src/superio/common/chip.h
index 1be2802ed3c8..737c90c5000f 100644
--- a/src/superio/common/chip.h
+++ b/src/superio/common/chip.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef __SUPERIO_COMMON_CHIP_H__
#define __SUPERIO_COMMON_CHIP_H__
diff --git a/src/superio/common/conf_mode.c b/src/superio/common/conf_mode.c
index ca6b1bdf2c3b..0978042fb129 100644
--- a/src/superio/common/conf_mode.c
+++ b/src/superio/common/conf_mode.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 <device/device.h>
diff --git a/src/superio/common/generic.c b/src/superio/common/generic.c
index d992830621e1..096b96d37637 100644
--- a/src/superio/common/generic.c
+++ b/src/superio/common/generic.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>
diff --git a/src/superio/common/ssdt.c b/src/superio/common/ssdt.c
index 90d446196047..9a94aaf1d55f 100644
--- a/src/superio/common/ssdt.c
+++ b/src/superio/common/ssdt.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <superio/common/ssdt.h>
diff --git a/src/superio/common/ssdt.h b/src/superio/common/ssdt.h
index 5b1efcf8acea..9f546e33b368 100644
--- a/src/superio/common/ssdt.h
+++ b/src/superio/common/ssdt.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef __SUPERIO_COMMON_SSDT_H__
#define __SUPERIO_COMMON_SSDT_H__