aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2021-01-29 08:55:01 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-01 08:53:22 +0000
commitf276079942dfe323531565b53cbae27ca9e363b7 (patch)
treeab9ac9a30009f14a652404f816d306485695646b /src
parent246289c09442f45a3e5c46a3d41ab9eb31aaee5f (diff)
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 <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50109 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/lib/asan.c2
1 files changed, 1 insertions, 1 deletions
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.