diff options
Diffstat (limited to 'util/vgabios/include')
-rw-r--r-- | util/vgabios/include/arch/byteorder.h | 11 | ||||
-rw-r--r-- | util/vgabios/include/config.h | 11 | ||||
-rw-r--r-- | util/vgabios/include/console/console.h | 11 | ||||
-rw-r--r-- | util/vgabios/include/stdtypes.h | 11 |
4 files changed, 4 insertions, 40 deletions
diff --git a/util/vgabios/include/arch/byteorder.h b/util/vgabios/include/arch/byteorder.h index b0b354aafd..754ff754a9 100644 --- a/util/vgabios/include/arch/byteorder.h +++ b/util/vgabios/include/arch/byteorder.h @@ -1,14 +1,5 @@ /* This file is part of the coreboot project. */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _BYTEORDER_H #define _BYTEORDER_H diff --git a/util/vgabios/include/config.h b/util/vgabios/include/config.h index 35b69a150e..1b336a1bac 100644 --- a/util/vgabios/include/config.h +++ b/util/vgabios/include/config.h @@ -1,14 +1,5 @@ /* This file is part of the coreboot project */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #define CONFIG_PCI_OPTION_ROM_RUN_YABEL 1 #define CONFIG_YABEL_PCI_ACCESS_OTHER_DEVICES 0 diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h index 2858d1dbf6..49a201fab8 100644 --- a/util/vgabios/include/console/console.h +++ b/util/vgabios/include/console/console.h @@ -1,14 +1,5 @@ /* This file is part of the coreboot project. */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _CONSOLE_CONSOLE_H #define _CONSOLE_CONSOLE_H diff --git a/util/vgabios/include/stdtypes.h b/util/vgabios/include/stdtypes.h index c31cb35f12..022a1b6854 100644 --- a/util/vgabios/include/stdtypes.h +++ b/util/vgabios/include/stdtypes.h @@ -1,14 +1,5 @@ /* This file is part of the coreboot project. */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _STDTYPES_H #define _STDTYPES_H |