diff options
-rwxr-xr-x | tools/testing/selftests/gen_kselftest_tar.sh | 4 |
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 |
12 | main() | 10 | main() |
13 | { | 11 | { |