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

selftests: gen_kselftest_tar.h: 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/gen_kselftest_tar.sh
··· 1 1 #!/bin/bash 2 2 # 3 + # SPDX-License-Identifier: GPL-2.0 3 4 # gen_kselftest_tar 4 5 # Generate kselftest tarball 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 # main 12 10 main()