From eca2f3efd88d6f7cb1353ec83353ff9ce00e208c Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Mon, 10 May 2021 13:41:22 +0200 Subject: [PATCH] update license header --- .../runtest.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Sanity/cmdline-active-mode-with-20-port-blocked/runtest.sh b/Sanity/cmdline-active-mode-with-20-port-blocked/runtest.sh index 7bdb24b..0d0051b 100755 --- a/Sanity/cmdline-active-mode-with-20-port-blocked/runtest.sh +++ b/Sanity/cmdline-active-mode-with-20-port-blocked/runtest.sh @@ -8,21 +8,9 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# Copyright (c) 2011 Red Hat, Inc. All rights reserved. +# Copyright Red Hat # -# This copyrighted material is made available to anyone wishing -# to use, modify, copy, or redistribute it subject to the terms -# and conditions of the GNU General Public License version 2. -# -# This program is distributed in the hope that it will 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 to the Free -# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-2.0-or-later WITH GPL-CC-1.0 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~