summaryrefslogtreecommitdiffstats
path: root/util/vgabios
diff options
context:
space:
mode:
Diffstat (limited to 'util/vgabios')
-rw-r--r--util/vgabios/Makefile3
-rw-r--r--util/vgabios/device.c3
-rw-r--r--util/vgabios/include/arch/byteorder.h2
-rw-r--r--util/vgabios/include/config.h5
-rw-r--r--util/vgabios/include/console/console.h2
-rw-r--r--util/vgabios/include/stdtypes.h2
-rw-r--r--util/vgabios/pci-userspace.c2
-rw-r--r--util/vgabios/pci-userspace.h2
-rw-r--r--util/vgabios/testbios.c2
-rw-r--r--util/vgabios/testbios.h2
10 files changed, 1 insertions, 24 deletions
diff --git a/util/vgabios/Makefile b/util/vgabios/Makefile
index 45a7259cb73a..203b07cdd370 100644
--- a/util/vgabios/Makefile
+++ b/util/vgabios/Makefile
@@ -1,8 +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/device.c b/util/vgabios/device.c
index ecd2481a561f..b17d96566795 100644
--- a/util/vgabios/device.c
+++ b/util/vgabios/device.c
@@ -1,7 +1,4 @@
/******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation
- * Copyright (c) 2008, 2009 Pattrick Hueper <phueper@hueper.net>
- * All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
diff --git a/util/vgabios/include/arch/byteorder.h b/util/vgabios/include/arch/byteorder.h
index 33a5e16637b8..b0b354aafd52 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 f5d568fff7ed..35b69a150e94 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 90f42e7e05a4..2858d1dbf600 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 4212f4898cad..c31cb35f122f 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.
diff --git a/util/vgabios/pci-userspace.c b/util/vgabios/pci-userspace.c
index 1b02cf4dc144..2a57f487660e 100644
--- a/util/vgabios/pci-userspace.c
+++ b/util/vgabios/pci-userspace.c
@@ -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/pci-userspace.h b/util/vgabios/pci-userspace.h
index f1da2312e98c..4fe933af37ca 100644
--- a/util/vgabios/pci-userspace.h
+++ b/util/vgabios/pci-userspace.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/testbios.c b/util/vgabios/testbios.c
index 189df24411be..1c6192c71b31 100644
--- a/util/vgabios/testbios.c
+++ b/util/vgabios/testbios.c
@@ -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/testbios.h b/util/vgabios/testbios.h
index c7501ec7736f..ef46d6064543 100644
--- a/util/vgabios/testbios.h
+++ b/util/vgabios/testbios.h
@@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */
/*
- * Copyright 1999 Egbert Eich
- *
* 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.