summaryrefslogtreecommitdiff
path: root/util/vgabios
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-08 19:28:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-09 21:21:32 +0000
commitea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch)
treeadfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/vgabios
parent2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff)
downloadcoreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.xz
AUTHORS, util/: Drop individual copyright notices
We have the git history which is a more reliable librarian. Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: ron minnich <rminnich@gmail.com>
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 45a7259cb7..203b07cdd3 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 ecd2481a56..b17d965667 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 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.
diff --git a/util/vgabios/pci-userspace.c b/util/vgabios/pci-userspace.c
index 1b02cf4dc1..2a57f48766 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 f1da2312e9..4fe933af37 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 189df24411..1c6192c71b 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 c7501ec773..ef46d60645 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.