[coreboot-gerrit] New patch to review for coreboot: src/cpu/intel: Add license headers to all files

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Feb 20 17:59:52 CET 2017


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18404

-gerrit

commit 24654df8a631409243234b943903af3bf2535b7a
Author: Martin Roth <martinroth at google.com>
Date:   Thu Feb 9 17:26:06 2017 -0800

    src/cpu/intel: Add license headers to all files
    
    Change-Id: I5ba8b186972fb59686dcbe11358cd26408cbaf05
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/cpu/intel/model_69x/model_69x_init.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/cpu/intel/model_69x/model_69x_init.c b/src/cpu/intel/model_69x/model_69x_init.c
index 2f12224..ba0af24 100644
--- a/src/cpu/intel/model_69x/model_69x_init.c
+++ b/src/cpu/intel/model_69x/model_69x_init.c
@@ -1,3 +1,16 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * 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.
+ */
+
 #include <console/console.h>
 #include <device/device.h>
 #include <string.h>



More information about the coreboot-gerrit mailing list