diff options
Diffstat (limited to 'util/vgabios/include')
-rw-r--r-- | util/vgabios/include/arch/byteorder.h | 3 | ||||
-rw-r--r-- | util/vgabios/include/console/console.h | 3 | ||||
-rw-r--r-- | util/vgabios/include/stdtypes.h | 3 | ||||
-rw-r--r-- | util/vgabios/include/swab.h | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/util/vgabios/include/arch/byteorder.h b/util/vgabios/include/arch/byteorder.h index fd29071b9d..33a5e16637 100644 --- a/util/vgabios/include/arch/byteorder.h +++ b/util/vgabios/include/arch/byteorder.h @@ -1,6 +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 diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h index 443e3e8bb7..90f42e7e05 100644 --- a/util/vgabios/include/console/console.h +++ b/util/vgabios/include/console/console.h @@ -1,6 +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 diff --git a/util/vgabios/include/stdtypes.h b/util/vgabios/include/stdtypes.h index 05f37a5a8a..4212f4898c 100644 --- a/util/vgabios/include/stdtypes.h +++ b/util/vgabios/include/stdtypes.h @@ -1,6 +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 diff --git a/util/vgabios/include/swab.h b/util/vgabios/include/swab.h index 28d0b8abb2..4b82b6293c 100644 --- a/util/vgabios/include/swab.h +++ b/util/vgabios/include/swab.h @@ -1,6 +1,5 @@ +/* This file is part of the coreboot project. */ /* - * 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. |