]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: kselftest_install.sh: Add SPDX license identifier
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 10 Jan 2018 01:36:55 +0000 (18:36 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 12 Jan 2018 18:45:05 +0000 (11:45 -0700)
Replace GPL license statement with SPDX GPL-2.0 license identifier.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/kselftest_install.sh

index 1555fbdb08da2ea9ff2c0a6e06f9d5e661e92a90..ec304463883c0b36b6e50b4c3eae474411c9f453 100755 (executable)
@@ -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()