summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/lapic/lapic_cpu_init.c
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-08-31 10:48:37 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-09-10 12:51:22 +0000
commitd57ace259ad89ccba0b2e72036d84ff4016b1d32 (patch)
tree834ab0522b74e1ae73310d6863acc8030a171549 /src/cpu/x86/lapic/lapic_cpu_init.c
parent838d8b07ab46c96f468ec36fbe3288c25ae661ce (diff)
downloadcoreboot-d57ace259ad89ccba0b2e72036d84ff4016b1d32.tar.gz
coreboot-d57ace259ad89ccba0b2e72036d84ff4016b1d32.tar.bz2
coreboot-d57ace259ad89ccba0b2e72036d84ff4016b1d32.zip
AUTHORS: Move src/cpu 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: Id6070fb586896653a1e44951a6af8f42f93b5a7b Reviewed-on: https://review.coreboot.org/c/coreboot/+/35184 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu/x86/lapic/lapic_cpu_init.c')
-rw-r--r--src/cpu/x86/lapic/lapic_cpu_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/x86/lapic/lapic_cpu_init.c b/src/cpu/x86/lapic/lapic_cpu_init.c
index 94f006dc8579..668988a70ee3 100644
--- a/src/cpu/x86/lapic/lapic_cpu_init.c
+++ b/src/cpu/x86/lapic/lapic_cpu_init.c
@@ -1,13 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2001 Eric Biederman
- * Copyright (C) 2001 Ronald G. Minnich
- * Copyright (C) 2005 Yinghai Lu
- * Copyright (C) 2008 coresystems GmbH
- * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>,
- * Raptor Engineering
- *
* 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.