From 00a9d5cde4a9ad2d6e71f8ed5259881695bf4c69 Mon Sep 17 00:00:00 2001 From: Robin Hack Date: Mon, 4 Oct 2021 08:00:59 -0400 Subject: [PATCH] Tests: Be in sync with upstreaming guide. --- .../runtest.sh | 15 ++------------- .../runtest.sh | 15 ++------------- .../runtest.sh | 15 ++------------- tests/beakerlib/error-messages/runtest.sh | 15 ++------------- .../beakerlib/tuned-adm-functionality/runtest.sh | 16 ++-------------- 5 files changed, 10 insertions(+), 66 deletions(-) diff --git a/tests/beakerlib/Program-tuned-tried-to-access-dev-mem-between/runtest.sh b/tests/beakerlib/Program-tuned-tried-to-access-dev-mem-between/runtest.sh index 1f47683..c80eff9 100755 --- a/tests/beakerlib/Program-tuned-tried-to-access-dev-mem-between/runtest.sh +++ b/tests/beakerlib/Program-tuned-tried-to-access-dev-mem-between/runtest.sh @@ -8,20 +8,9 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# Copyright (c) 2019 Red Hat, Inc. +# Copyright Red Hat # -# 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 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, see http://www.gnu.org/licenses/. +# SPDX-License-Identifier: GPL-2.0-or-later WITH GPL-CC-1.0 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/tests/beakerlib/Tuned-takes-too-long-to-reload-start-when-ulimit/runtest.sh b/tests/beakerlib/Tuned-takes-too-long-to-reload-start-when-ulimit/runtest.sh index 93e41e8..906bf87 100755 --- a/tests/beakerlib/Tuned-takes-too-long-to-reload-start-when-ulimit/runtest.sh +++ b/tests/beakerlib/Tuned-takes-too-long-to-reload-start-when-ulimit/runtest.sh @@ -8,20 +8,9 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# Copyright (c) 2019 Red Hat, Inc. +# Copyright Red Hat # -# 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 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, see http://www.gnu.org/licenses/. +# SPDX-License-Identifier: GPL-2.0-or-later WITH GPL-CC-1.0 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/tests/beakerlib/bz1798183-RFE-support-post-loaded-profile/runtest.sh b/tests/beakerlib/bz1798183-RFE-support-post-loaded-profile/runtest.sh index b8eda30..2e7d8d7 100755 --- a/tests/beakerlib/bz1798183-RFE-support-post-loaded-profile/runtest.sh +++ b/tests/beakerlib/bz1798183-RFE-support-post-loaded-profile/runtest.sh @@ -8,20 +8,9 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# Copyright (c) 2020 Red Hat, Inc. +# Copyright Red Hat # -# 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 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, see http://www.gnu.org/licenses/. +# SPDX-License-Identifier: GPL-2.0-or-later WITH GPL-CC-1.0 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/tests/beakerlib/error-messages/runtest.sh b/tests/beakerlib/error-messages/runtest.sh index 3245525..752c949 100755 --- a/tests/beakerlib/error-messages/runtest.sh +++ b/tests/beakerlib/error-messages/runtest.sh @@ -8,20 +8,9 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# Copyright (c) 2017 Red Hat, Inc. +# Copyright Red Hat # -# 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 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, see http://www.gnu.org/licenses/. +# SPDX-License-Identifier: GPL-2.0-or-later WITH GPL-CC-1.0 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/tests/beakerlib/tuned-adm-functionality/runtest.sh b/tests/beakerlib/tuned-adm-functionality/runtest.sh index 32e1e88..922fd5b 100755 --- a/tests/beakerlib/tuned-adm-functionality/runtest.sh +++ b/tests/beakerlib/tuned-adm-functionality/runtest.sh @@ -8,21 +8,9 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# Copyright (c) 2012 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 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~