diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2018-01-09 20:36:55 -0500 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2018-01-12 13:45:05 -0500 |
commit | 4b461dc238cc088417efba23e4e9c67bd5dcca74 (patch) | |
tree | ebcde8e197fc3980af18a7896289631f969759c4 | |
parent | 6ee7bcc46ea796e158c628dfff9836420281fc6a (diff) |
selftests: kselftest_install.sh: 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-x | tools/testing/selftests/kselftest_install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/testing/selftests/kselftest_install.sh b/tools/testing/selftests/kselftest_install.sh index 1555fbdb08da..ec304463883c 100755 --- a/tools/testing/selftests/kselftest_install.sh +++ b/tools/testing/selftests/kselftest_install.sh | |||
@@ -1,13 +1,11 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # SPDX-License-Identifier: GPL-2.0 | ||
2 | # | 3 | # |
3 | # Kselftest Install | 4 | # Kselftest Install |
4 | # Install kselftest tests | 5 | # Install kselftest tests |
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 | install_loc=`pwd` | 9 | install_loc=`pwd` |
12 | 10 | ||
13 | main() | 11 | main() |