From: Shuah Khan Date: Wed, 10 Jan 2018 01:36:55 +0000 (-0700) Subject: selftests: kselftest_install.sh: Add SPDX license identifier X-Git-Tag: v4.16-rc1~87^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b461dc238cc088417efba23e4e9c67bd5dcca74;p=thirdparty%2Flinux.git selftests: kselftest_install.sh: Add SPDX license identifier Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/kselftest_install.sh b/tools/testing/selftests/kselftest_install.sh index 1555fbdb08da2..ec304463883c0 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 # 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()