summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/csme_ie_kt.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 15:47:00 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 19:28:26 +0000
commit80d9238610e979d0208677d06b9bd26656a2ac1e (patch)
treeb7c08254f6a7ef8df4198a627814436f9638189c /src/soc/intel/denverton_ns/csme_ie_kt.c
parentf5627e8454aa99d51f85528f761e87e38dc1c634 (diff)
downloadcoreboot-80d9238610e979d0208677d06b9bd26656a2ac1e.tar.gz
coreboot-80d9238610e979d0208677d06b9bd26656a2ac1e.tar.bz2
coreboot-80d9238610e979d0208677d06b9bd26656a2ac1e.zip
soc/intel/denverton_ns: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Ib1e226e7816efbc5cffc95563b440fb2ad5b1f95 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40214 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/denverton_ns/csme_ie_kt.c')
-rw-r--r--src/soc/intel/denverton_ns/csme_ie_kt.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/soc/intel/denverton_ns/csme_ie_kt.c b/src/soc/intel/denverton_ns/csme_ie_kt.c
index a8d081af4ce3..84ee919bfe2d 100644
--- a/src/soc/intel/denverton_ns/csme_ie_kt.c
+++ b/src/soc/intel/denverton_ns/csme_ie_kt.c
@@ -1,17 +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. */
#include <stdint.h>
#include <device/pci.h>