summaryrefslogtreecommitdiff
path: root/util/inteltool
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 19:44:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 19:37:19 +0000
commit593124d52003c92f39ce0100491fdf87b10dd685 (patch)
treef575a24817ecc6a739348dc14746814a686b32b0 /util/inteltool
parent878a7a7922624948e57d6501c925be7387b1acfd (diff)
downloadcoreboot-593124d52003c92f39ce0100491fdf87b10dd685.tar.xz
treewide: Convert more license headers to SPDX style
Change-Id: Ia3de79c7d71049da00ed108829eac6cb49ff3ed6 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41205 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/inteltool')
-rw-r--r--util/inteltool/Makefile11
-rw-r--r--util/inteltool/ivy_memory.c11
2 files changed, 2 insertions, 20 deletions
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile
index 75daef0cef..1ae04d4fc7 100644
--- a/util/inteltool/Makefile
+++ b/util/inteltool/Makefile
@@ -1,13 +1,4 @@
-# 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; either version 2 of the License, or
-# (at your option) any later version.
-#
-# 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-or-later
PROGRAM = inteltool
diff --git a/util/inteltool/ivy_memory.c b/util/inteltool/ivy_memory.c
index 2893c70121..7a81a92dba 100644
--- a/util/inteltool/ivy_memory.c
+++ b/util/inteltool/ivy_memory.c
@@ -1,13 +1,4 @@
-/*
- * 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 or (at your option) any later version 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-or-later */
#include <stdio.h>
#include <stdlib.h>