diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-08 19:28:13 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-09 21:21:32 +0000 |
commit | ea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch) | |
tree | adfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/vgabios/include | |
parent | 2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff) |
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/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. |