aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2018-01-09 19:08:10 -0500
committerShuah Khan <shuahkh@osg.samsung.com>2018-01-12 13:44:31 -0500
commit6ee7bcc46ea796e158c628dfff9836420281fc6a (patch)
tree70ce4bcdf0ea22da093447f1cabd648b3bc4d882
parent170b555777cf1329419b96f952e2c320c93ecc40 (diff)
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>
-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 @@
1#!/bin/bash 1#!/bin/bash
2# 2#
3# SPDX-License-Identifier: GPL-2.0
3# gen_kselftest_tar 4# gen_kselftest_tar
4# Generate kselftest tarball 5# Generate kselftest tarball
5# Author: Shuah Khan <shuahkh@osg.samsung.com> 6# Author: Shuah Khan <shuahkh@osg.samsung.com>
6# Copyright (C) 2015 Samsung Electronics Co., Ltd. 7# Copyright (C) 2015 Samsung Electronics Co., Ltd.
7 8
8# This software may be freely redistributed under the terms of the GNU
9# General Public License (GPLv2).
10
11# main 9# main
12main() 10main()
13{ 11{