aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/x86/check_cc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/x86/check_cc.sh')
-rwxr-xr-xtools/testing/selftests/x86/check_cc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/check_cc.sh b/tools/testing/selftests/x86/check_cc.sh
index 172d3293fb7b..3e2089c8cf54 100755
--- a/tools/testing/selftests/x86/check_cc.sh
+++ b/tools/testing/selftests/x86/check_cc.sh
@@ -1,7 +1,7 @@
#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
# check_cc.sh - Helper to test userspace compilation support
# Copyright (c) 2015 Andrew Lutomirski
-# GPL v2
CC="$1"
TESTPROG="$2"