aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kselftest_install.sh
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2018-01-09 18:36:55 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2018-01-12 11:45:05 -0700
commit4b461dc238cc088417efba23e4e9c67bd5dcca74 (patch)
treeebcde8e197fc3980af18a7896289631f969759c4 /tools/testing/selftests/kselftest_install.sh
parentselftests: gen_kselftest_tar.h: Add SPDX license identifier (diff)
downloadlinux-dev-4b461dc238cc088417efba23e4e9c67bd5dcca74.tar.xz
linux-dev-4b461dc238cc088417efba23e4e9c67bd5dcca74.zip
selftests: kselftest_install.sh: Add SPDX license identifier
Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/kselftest_install.sh')
-rwxr-xr-xtools/testing/selftests/kselftest_install.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/testing/selftests/kselftest_install.sh b/tools/testing/selftests/kselftest_install.sh
index 1555fbdb08da..ec304463883c 100755
--- a/tools/testing/selftests/kselftest_install.sh
+++ b/tools/testing/selftests/kselftest_install.sh
@@ -1,13 +1,11 @@
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
#
# Kselftest Install
# Install kselftest tests
# Author: Shuah Khan <shuahkh@osg.samsung.com>
# Copyright (C) 2015 Samsung Electronics Co., Ltd.
-# This software may be freely redistributed under the terms of the GNU
-# General Public License (GPLv2).
-
install_loc=`pwd`
main()