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

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Feb 20 17:59:53 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/18406

-gerrit

commit dc386ee6504fd0c3a0e6db26aaad580242de8d62
Author: Martin Roth <martinroth at google.com>
Date:   Thu Feb 9 18:05:08 2017 -0800

    src/mainboard/digitallogic: Add license headers to all files
    
    Change-Id: I6a1810360b5c3210038670aea6e80312798a63cd
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/digitallogic/msm800sev/romstage.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/mainboard/digitallogic/msm800sev/romstage.c b/src/mainboard/digitallogic/msm800sev/romstage.c
index 93c00cc..059c49b 100644
--- a/src/mainboard/digitallogic/msm800sev/romstage.c
+++ b/src/mainboard/digitallogic/msm800sev/romstage.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 <stdint.h>
 #include <stdlib.h>
 #include <device/pci_def.h>



More information about the coreboot-gerrit mailing list