diff options
Diffstat (limited to 'util/vgabios/include')
-rw-r--r-- | util/vgabios/include/arch/byteorder.h | 2 | ||||
-rw-r--r-- | util/vgabios/include/config.h | 5 | ||||
-rw-r--r-- | util/vgabios/include/console/console.h | 2 | ||||
-rw-r--r-- | util/vgabios/include/stdtypes.h | 2 |
4 files changed, 1 insertions, 10 deletions
diff --git a/util/vgabios/include/arch/byteorder.h b/util/vgabios/include/arch/byteorder.h index 33a5e16637..b0b354aafd 100644 --- a/util/vgabios/include/arch/byteorder.h +++ b/util/vgabios/include/arch/byteorder.h @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2016 Google Inc - * * 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. diff --git a/util/vgabios/include/config.h b/util/vgabios/include/config.h index f5d568fff7..35b69a150e 100644 --- a/util/vgabios/include/config.h +++ b/util/vgabios/include/config.h @@ -1,8 +1,5 @@ +/* This file is part of the coreboot project */ /* - * This file is part of the coreboot project. - * - * Copyright (C) 2016 Google Inc - * * 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. diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h index 90f42e7e05..2858d1dbf6 100644 --- a/util/vgabios/include/console/console.h +++ b/util/vgabios/include/console/console.h @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2016 Google Inc - * * 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. diff --git a/util/vgabios/include/stdtypes.h b/util/vgabios/include/stdtypes.h index 4212f4898c..c31cb35f12 100644 --- a/util/vgabios/include/stdtypes.h +++ b/util/vgabios/include/stdtypes.h @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2016 Google Inc - * * 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. |