From f276079942dfe323531565b53cbae27ca9e363b7 Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Fri, 29 Jan 2021 08:55:01 +0100 Subject: lib/asan.c: Update SPDX license lint-000-license-headers reports error. The SPDX identifier contains GPL-2.0 Update the identifier to GPL-2.0-only. BUG = N/A TEST = Build Intel Elkhart Lake Change-Id: If49fd014f14b481163bca6cd3131139b6d95c6d8 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/50109 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/lib/asan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/asan.c b/src/lib/asan.c index cf91111ab2..9493b3b51a 100644 --- a/src/lib/asan.c +++ b/src/lib/asan.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Address sanitizer support. -- cgit v1.2.3