summaryrefslogtreecommitdiff
path: root/util/vgabios
diff options
context:
space:
mode:
Diffstat (limited to 'util/vgabios')
-rw-r--r--util/vgabios/include/arch/byteorder.h3
-rw-r--r--util/vgabios/include/console/console.h3
-rw-r--r--util/vgabios/include/stdtypes.h3
-rw-r--r--util/vgabios/include/swab.h3
-rw-r--r--util/vgabios/pci-userspace.c3
-rw-r--r--util/vgabios/pci-userspace.h3
-rw-r--r--util/vgabios/testbios.c3
-rw-r--r--util/vgabios/testbios.h3
8 files changed, 8 insertions, 16 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.
diff --git a/util/vgabios/pci-userspace.c b/util/vgabios/pci-userspace.c
index 0390f7a494..1b02cf4dc1 100644
--- a/util/vgabios/pci-userspace.c
+++ b/util/vgabios/pci-userspace.c
@@ -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/pci-userspace.h b/util/vgabios/pci-userspace.h
index 2dbdbbe6a3..f1da2312e9 100644
--- a/util/vgabios/pci-userspace.h
+++ b/util/vgabios/pci-userspace.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/testbios.c b/util/vgabios/testbios.c
index de537b8fcd..189df24411 100644
--- a/util/vgabios/testbios.c
+++ b/util/vgabios/testbios.c
@@ -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/testbios.h b/util/vgabios/testbios.h
index a028bf0fa1..c7501ec773 100644
--- a/util/vgabios/testbios.h
+++ b/util/vgabios/testbios.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright 1999 Egbert Eich
*
* This program is free software; you can redistribute it and/or modify