diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2021-06-03 15:46:53 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-09 05:17:25 +0000 |
commit | addf340adfe8875781948514479959a9bfb8c6ed (patch) | |
tree | 3e43dd3b8ba794f837ace4d7734379e2b74ace48 /util | |
parent | 6be1ab67e206bba2cdbc9bef6d15b846d1e3239a (diff) |
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')
-rw-r--r-- | util/amdfwtool/data_parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c index e17c2df97d..6b773e04c3 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> |