aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/pcf8523
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/pcf8523')
-rw-r--r--src/drivers/i2c/pcf8523/Kconfig1
-rw-r--r--src/drivers/i2c/pcf8523/Makefile.inc1
-rw-r--r--src/drivers/i2c/pcf8523/chip.h1
-rw-r--r--src/drivers/i2c/pcf8523/pcf8523.c1
-rw-r--r--src/drivers/i2c/pcf8523/pcf8523.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/i2c/pcf8523/Kconfig b/src/drivers/i2c/pcf8523/Kconfig
index ad49c45e20..f3e9d4b417 100644
--- a/src/drivers/i2c/pcf8523/Kconfig
+++ b/src/drivers/i2c/pcf8523/Kconfig
@@ -1,5 +1,4 @@
##
-## This file is part of the coreboot project.
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/drivers/i2c/pcf8523/Makefile.inc b/src/drivers/i2c/pcf8523/Makefile.inc
index 9b0cd8074d..bf15cdaa07 100644
--- a/src/drivers/i2c/pcf8523/Makefile.inc
+++ b/src/drivers/i2c/pcf8523/Makefile.inc
@@ -1,5 +1,4 @@
##
-## This file is part of the coreboot project.
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/drivers/i2c/pcf8523/chip.h b/src/drivers/i2c/pcf8523/chip.h
index 251e852292..b318da3aae 100644
--- a/src/drivers/i2c/pcf8523/chip.h
+++ b/src/drivers/i2c/pcf8523/chip.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include "pcf8523.h"
diff --git a/src/drivers/i2c/pcf8523/pcf8523.c b/src/drivers/i2c/pcf8523/pcf8523.c
index 03b6b2269e..94a6251a11 100644
--- a/src/drivers/i2c/pcf8523/pcf8523.c
+++ b/src/drivers/i2c/pcf8523/pcf8523.c
@@ -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>
diff --git a/src/drivers/i2c/pcf8523/pcf8523.h b/src/drivers/i2c/pcf8523/pcf8523.h
index 05f1e6faaa..7862214d4a 100644
--- a/src/drivers/i2c/pcf8523/pcf8523.h
+++ b/src/drivers/i2c/pcf8523/pcf8523.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_