summaryrefslogtreecommitdiffstats
path: root/src/drivers/parade/ps8625
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/parade/ps8625')
-rw-r--r--src/drivers/parade/ps8625/Kconfig1
-rw-r--r--src/drivers/parade/ps8625/Makefile.inc1
-rw-r--r--src/drivers/parade/ps8625/ps8625.c1
-rw-r--r--src/drivers/parade/ps8625/ps8625.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/parade/ps8625/Kconfig b/src/drivers/parade/ps8625/Kconfig
index 7497b8193600..e4e3401f58eb 100644
--- a/src/drivers/parade/ps8625/Kconfig
+++ b/src/drivers/parade/ps8625/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/parade/ps8625/Makefile.inc b/src/drivers/parade/ps8625/Makefile.inc
index 4e07ed7fdada..40b6ed372aef 100644
--- a/src/drivers/parade/ps8625/Makefile.inc
+++ b/src/drivers/parade/ps8625/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/parade/ps8625/ps8625.c b/src/drivers/parade/ps8625/ps8625.c
index 390eda430674..d4bd7ca9f4d8 100644
--- a/src/drivers/parade/ps8625/ps8625.c
+++ b/src/drivers/parade/ps8625/ps8625.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/i2c_simple.h>
#include <stdint.h>
diff --git a/src/drivers/parade/ps8625/ps8625.h b/src/drivers/parade/ps8625/ps8625.h
index def2259a4c3c..e0e92de696a0 100644
--- a/src/drivers/parade/ps8625/ps8625.h
+++ b/src/drivers/parade/ps8625/ps8625.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef __PS8625_H__
#define __PS8625_H__