summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-06-03 15:46:53 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-06-09 05:17:25 +0000
commitaddf340adfe8875781948514479959a9bfb8c6ed (patch)
tree3e43dd3b8ba794f837ace4d7734379e2b74ace48 /util/amdfwtool
parent6be1ab67e206bba2cdbc9bef6d15b846d1e3239a (diff)
downloadcoreboot-addf340adfe8875781948514479959a9bfb8c6ed.tar.gz
coreboot-addf340adfe8875781948514479959a9bfb8c6ed.tar.bz2
coreboot-addf340adfe8875781948514479959a9bfb8c6ed.zip
amdfwtool: Add missing license header
Change-Id: Id466e733d421602cfe0403ead95e417f0bb37eb4 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55159 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'util/amdfwtool')
-rw-r--r--util/amdfwtool/data_parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c
index e17c2df97d21..6b773e04c3fe 100644
--- a/util/amdfwtool/data_parse.c
+++ b/util/amdfwtool/data_parse.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#include <stdio.h>
#include <regex.h>
#include <string.h>