aboutsummaryrefslogtreecommitdiff
path: root/testcases/lib
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2018-05-07 15:21:59 +0200
committerPetr Vorel <pvorel@suse.cz>2018-07-04 17:53:35 +0200
commit373a8bc480c3ff352b5480112dc1265826e7ffc2 (patch)
tree38e1268477adcd93c9cbcdfa59c4a6d154e94c28 /testcases/lib
parent625bd2e1f6e84363e717aec390a6dec4a35f5ae6 (diff)
net/{stress,virt}: Use SPDX-License-Identifier GPL-2.0-or-later
to save space + add author in few cases. Signed-off-by: Petr Vorel <pvorel@suse.cz> Reviewed-by: Alexey Kodanev <alexey.kodanev@oracle.com>
Diffstat (limited to 'testcases/lib')
-rw-r--r--testcases/lib/tst_net.sh17
1 files changed, 1 insertions, 16 deletions
diff --git a/testcases/lib/tst_net.sh b/testcases/lib/tst_net.sh
index e55ac1ddc..65fbe2c28 100644
--- a/testcases/lib/tst_net.sh
+++ b/testcases/lib/tst_net.sh
@@ -1,23 +1,8 @@
#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) 2014-2017 Oracle and/or its affiliates. All Rights Reserved.
# Copyright (c) 2016-2018 Petr Vorel <pvorel@suse.cz>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it would be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-#
# Author: Alexey Kodanev <alexey.kodanev@oracle.com>
-#
[ -n "$TST_LIB_NET_LOADED" ] && return 0
TST_LIB_NET_LOADED=1