summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/include/soc/romstage.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 15:46:41 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 19:24:19 +0000
commitc3f58f6aca2139ffa3933e615208a42ca76fd720 (patch)
tree5450fdbf1c92e577ed7629ab51c3354620310646 /src/soc/intel/baytrail/include/soc/romstage.h
parent0612b27b9d81338c64cdee51cfd2c792d9e5e092 (diff)
downloadcoreboot-c3f58f6aca2139ffa3933e615208a42ca76fd720.tar.gz
coreboot-c3f58f6aca2139ffa3933e615208a42ca76fd720.tar.bz2
coreboot-c3f58f6aca2139ffa3933e615208a42ca76fd720.zip
soc/intel/baytrail: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Ib41169395ab239e520f6047ac6bd307ec50776d4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40209 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/baytrail/include/soc/romstage.h')
-rw-r--r--src/soc/intel/baytrail/include/soc/romstage.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/intel/baytrail/include/soc/romstage.h b/src/soc/intel/baytrail/include/soc/romstage.h
index 46bd010a5655..88eb9ead0446 100644
--- a/src/soc/intel/baytrail/include/soc/romstage.h
+++ b/src/soc/intel/baytrail/include/soc/romstage.h
@@ -1,16 +1,5 @@
-/*
- * 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.
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
#ifndef _BAYTRAIL_ROMSTAGE_H_
#define _BAYTRAIL_ROMSTAGE_H_