Commit 4b461dc2 authored by Shuah Khan's avatar Shuah Khan

selftests: kselftest_install.sh: Add SPDX license identifier

Replace GPL license statement with SPDX GPL-2.0 license identifier.
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 6ee7bcc4
#!/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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment