]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: gen_kselftest_tar.h: Add SPDX license identifier
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 10 Jan 2018 00:08:10 +0000 (17:08 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 12 Jan 2018 18:44:31 +0000 (11:44 -0700)
Replace GPL license statement with SPDX GPL-2.0 license identifier.

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

index 17d5bd0c0936415052725698e3beb1e3262d388e..a27e2eec358679359e185048c35af508e2449fab 100755 (executable)
@@ -1,13 +1,11 @@
 #!/bin/bash
 #
+# SPDX-License-Identifier: GPL-2.0
 # gen_kselftest_tar
 # Generate kselftest tarball
 # 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).
-
 # main
 main()
 {