summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/boot/mpspec.c
diff options
context:
space:
mode:
authorMike Loptien <mike.loptien@se-eng.com>2014-06-12 10:22:27 -0600
committerMike Loptien <mike.loptien@se-eng.com>2014-06-16 18:14:18 +0200
commit915973406544d1d6a60a539ad9fb8a33c3caf2c9 (patch)
tree95d423935092671dcdf6b1bb717bbaa654e16549 /src/arch/x86/boot/mpspec.c
parentf7d8f09d7637915c98fca4832d4085aec949c7e0 (diff)
downloadcoreboot-staging-915973406544d1d6a60a539ad9fb8a33c3caf2c9.zip
coreboot-staging-915973406544d1d6a60a539ad9fb8a33c3caf2c9.tar.gz
MP Spec: Add copyright header
Adding the copyright header to the MP Spec files because they were not included before. Change-Id: Ifcd217a53bf8df19b28e251a7cac8b92be68d1fc Signed-off-by: Mike Loptien <mike.loptien@se-eng.com> Reviewed-on: http://review.coreboot.org/5981 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/arch/x86/boot/mpspec.c')
-rw-r--r--src/arch/x86/boot/mpspec.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/arch/x86/boot/mpspec.c b/src/arch/x86/boot/mpspec.c
index f0dbc19..e66535a 100644
--- a/src/arch/x86/boot/mpspec.c
+++ b/src/arch/x86/boot/mpspec.c
@@ -1,3 +1,22 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2014 Sage Electronic Engineering, LLC.
+ *
+ * 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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#include <console/console.h>
#include <device/path.h>
#include <device/pci_ids.h>
OpenPOWER on IntegriCloud