diff options
Diffstat (limited to 'util/vgabios/include')
-rw-r--r-- | util/vgabios/include/arch/byteorder.h | 1 | ||||
-rw-r--r-- | util/vgabios/include/config.h | 1 | ||||
-rw-r--r-- | util/vgabios/include/console/console.h | 1 | ||||
-rw-r--r-- | util/vgabios/include/stdtypes.h | 1 | ||||
-rw-r--r-- | util/vgabios/include/swab.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/util/vgabios/include/arch/byteorder.h b/util/vgabios/include/arch/byteorder.h index 754ff754a9..349e28b244 100644 --- a/util/vgabios/include/arch/byteorder.h +++ b/util/vgabios/include/arch/byteorder.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _BYTEORDER_H diff --git a/util/vgabios/include/config.h b/util/vgabios/include/config.h index 1b336a1bac..60a5af9685 100644 --- a/util/vgabios/include/config.h +++ b/util/vgabios/include/config.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project */ /* SPDX-License-Identifier: GPL-2.0-only */ #define CONFIG_PCI_OPTION_ROM_RUN_YABEL 1 diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h index 49a201fab8..0aa5595590 100644 --- a/util/vgabios/include/console/console.h +++ b/util/vgabios/include/console/console.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _CONSOLE_CONSOLE_H diff --git a/util/vgabios/include/stdtypes.h b/util/vgabios/include/stdtypes.h index 022a1b6854..95bd72df99 100644 --- a/util/vgabios/include/stdtypes.h +++ b/util/vgabios/include/stdtypes.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _STDTYPES_H diff --git a/util/vgabios/include/swab.h b/util/vgabios/include/swab.h index a93e926336..bffabbf015 100644 --- a/util/vgabios/include/swab.h +++ b/util/vgabios/include/swab.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _SWAB_H |