From 2e0b8de47c53234796dddd0c3cc26755a0b48432 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 9 Feb 2017 18:05:08 -0800 Subject: [PATCH] UPSTREAM: src/mainboard/digitallogic: Add license headers to all files BUG=none BRANCH=none TEST=none Change-Id: I6d83c227543501dd2d6790051ac4081c210d77d2 Signed-off-by: Patrick Georgi Original-Commit-Id: c0ebe4a751e264f0cca6f5fbbd17e51285f9ac56 Original-Change-Id: I6a1810360b5c3210038670aea6e80312798a63cd Original-Signed-off-by: Martin Roth Original-Reviewed-on: https://review.coreboot.org/18406 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Arthur Heymans Reviewed-on: https://chromium-review.googlesource.com/445825 --- 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 93c00cc233..059c49b798 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 #include #include