summaryrefslogtreecommitdiffstats
path: root/util/fuzz-tests
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-10-28 22:38:44 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-11-22 12:47:09 +0000
commitadaab4a97edd37feb1049119a0447cc6fc843e61 (patch)
tree3d0d7dd89510c2804ed8d8fd83bb2a41c793e3b4 /util/fuzz-tests
parent74a4dca4812800171459f87c091646c5e1e8201f (diff)
downloadcoreboot-adaab4a97edd37feb1049119a0447cc6fc843e61.tar.gz
coreboot-adaab4a97edd37feb1049119a0447cc6fc843e61.tar.bz2
coreboot-adaab4a97edd37feb1049119a0447cc6fc843e61.zip
util: Add SPDX license headers to Makefiles
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I7cf35132df0bc23f7b6f78014ddd72d58ea2ab8a Reviewed-on: https://review.coreboot.org/c/coreboot/+/68983 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'util/fuzz-tests')
-rw-r--r--util/fuzz-tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fuzz-tests/Makefile b/util/fuzz-tests/Makefile
index e97643f33381..641f0f418c94 100644
--- a/util/fuzz-tests/Makefile
+++ b/util/fuzz-tests/Makefile
@@ -1,3 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
all:
afl-gcc -g -m32 -I ../../src/lib -o jpeg-test jpeg-test.c ../../src/lib/jpeg.c