1
0
Fork 0

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>
hifive-unleashed-5.1
Shuah Khan 2018-01-09 18:36:55 -07:00
parent 6ee7bcc46e
commit 4b461dc238
1 changed files with 1 additions and 3 deletions

View File

@ -1,13 +1,11 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
#
# Kselftest Install
# Install kselftest tests
# 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).
install_loc=`pwd`
main()