aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/gen_kselftest_tar.sh
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2018-01-09 17:08:10 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2018-01-12 11:44:31 -0700
commit6ee7bcc46ea796e158c628dfff9836420281fc6a (patch)
tree70ce4bcdf0ea22da093447f1cabd648b3bc4d882 /tools/testing/selftests/gen_kselftest_tar.sh
parentselftests: media_tests: Fix Makefile 'clean' target warning (diff)
downloadwireguard-linux-6ee7bcc46ea796e158c628dfff9836420281fc6a.tar.xz
wireguard-linux-6ee7bcc46ea796e158c628dfff9836420281fc6a.zip
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>
Diffstat (limited to 'tools/testing/selftests/gen_kselftest_tar.sh')
-rwxr-xr-xtools/testing/selftests/gen_kselftest_tar.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/testing/selftests/gen_kselftest_tar.sh b/tools/testing/selftests/gen_kselftest_tar.sh
index 17d5bd0c0936..a27e2eec3586 100755
--- a/tools/testing/selftests/gen_kselftest_tar.sh
+++ b/tools/testing/selftests/gen_kselftest_tar.sh
@@ -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()
{