selftests: sparc64: Add missing SPDX License Identifiers
authorShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 13 Jun 2018 22:20:52 +0000 (16:20 -0600)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Mon, 18 Jun 2018 15:29:20 +0000 (09:29 -0600)
Add missing SPDX License Identifiers to Makefile(s).

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
tools/testing/selftests/sparc64/Makefile
tools/testing/selftests/sparc64/drivers/Makefile

index 76b2206932c356a5cc48ca008f9035ba4e6c3f4c..a19531dba4dc311d00e33fcb637b91bced262bf2 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 uname_M := $(shell uname -m 2>/dev/null || echo not)
 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/)
 
index 6264f40bbdbc9dedf9fd41519823fa31771d6cd0..deb0df4155659ec1f4b13a4d74c5128673690226 100644 (file)
@@ -1,4 +1,4 @@
-
+# SPDX-License-Identifier: GPL-2.0
 INCLUDEDIR := -I.
 CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g