diff options
author | Martin Roth <martin@coreboot.org> | 2019-08-30 21:09:37 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-10 12:50:17 +0000 |
commit | 20bbd81201e36ff716d51ba133d7c9bf2970e7ec (patch) | |
tree | 3091a9d74ccd87886b224f08b14c461d3912cffa /src/arch/x86/smbios.c | |
parent | 98189771abcf2a56a22f394de21bf512e88db608 (diff) |
AUTHORS: Move src/arch/x86 copyrights into AUTHORS file
As discussed on the mailing list and voted upon, the coreboot project
is going to move the majority of copyrights out of the headers and into
an AUTHORS file. This will happen a bit at a time, as we'll be unifying
license headers at the same time.
Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ifd4329905847d9dd06de67b9a443c8ee50c0e7a7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35177
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/x86/smbios.c')
-rw-r--r-- | src/arch/x86/smbios.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c index f95516eee6..4eb8726137 100644 --- a/src/arch/x86/smbios.c +++ b/src/arch/x86/smbios.c @@ -1,11 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, - * Raptor Engineering - * Copyright (C) 2011 Sven Schnelle <svens@stackframe.org> - * Copyright (C) 2018 Patrick Rudolph <siro@das-labor.org> - * * 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 |