diff options
author | Martin Roth <martin@coreboot.org> | 2019-08-30 21:52:21 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-10 12:50:59 +0000 |
commit | 97ea346fdf573faa3cf65a18edec18c32c73d306 (patch) | |
tree | 5e00ecfb32d3a76a2a4c87ded78520e384bf5945 /src/cpu/amd/agesa/Makefile.inc | |
parent | 65244a7f66af89c4fb4e8f00466b289d71da4771 (diff) | |
download | coreboot-97ea346fdf573faa3cf65a18edec18c32c73d306.tar.xz |
AUTHORS: Move src/cpu/amd 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: I77275adb7c15b242e319805b8a60b7755fa25db5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35180
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu/amd/agesa/Makefile.inc')
-rw-r--r-- | src/cpu/amd/agesa/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/agesa/Makefile.inc b/src/cpu/amd/agesa/Makefile.inc index daa3d50601..d99f2b051f 100644 --- a/src/cpu/amd/agesa/Makefile.inc +++ b/src/cpu/amd/agesa/Makefile.inc @@ -1,8 +1,6 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2011 - 2012 Advanced Micro Devices, 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. |