[coreboot-gerrit] New patch to review for coreboot: 00013ca MP Spec: Add copyright header

Mike Loptien (mike.loptien@se-eng.com) gerrit at coreboot.org
Thu Jun 12 18:51:22 CEST 2014


Mike Loptien (mike.loptien at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5981

-gerrit

commit 00013caeee32e781d639a017fc4b048952af3323
Author: Mike Loptien <mike.loptien at se-eng.com>
Date:   Thu Jun 12 10:22:27 2014 -0600

    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 at se-eng.com>
---
 src/arch/x86/boot/mpspec.c             | 19 +++++++++++++++++++
 src/arch/x86/include/arch/smp/mpspec.h | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)

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>
diff --git a/src/arch/x86/include/arch/smp/mpspec.h b/src/arch/x86/include/arch/smp/mpspec.h
index e5e6195..fe3ce68 100644
--- a/src/arch/x86/include/arch/smp/mpspec.h
+++ b/src/arch/x86/include/arch/smp/mpspec.h
@@ -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
+ */
+
 #ifndef __ASM_MPSPEC_H
 #define __ASM_MPSPEC_H
 



More information about the coreboot-gerrit mailing list