Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -3
+1 -3
tools/testing/selftests/kselftest_install.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0 2 3 # 3 4 # Kselftest Install 4 5 # Install kselftest tests 5 6 # Author: Shuah Khan <shuahkh@osg.samsung.com> 6 7 # Copyright (C) 2015 Samsung Electronics Co., Ltd. 7 - 8 - # This software may be freely redistributed under the terms of the GNU 9 - # General Public License (GPLv2). 10 8 11 9 install_loc=`pwd` 12 10