From 8aa30a2b973ff3a893580d25fb4ae3fbe31959a0 Mon Sep 17 00:00:00 2001 From: iranzo Date: Thu, 22 Aug 2024 14:34:55 +0000 Subject: [PATCH] [skip ci] Autoupdate (C) on script change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- risuclient/plugins/core/system/reboot.py | 2 +- risuclient/plugins/core/system/system_lib_overload.py | 2 +- risuclient/plugins/metadata/events/reboots.py | 2 +- tests/cf-uts/test_cf_is_active.py | 2 +- tests/cf-uts/test_cf_is_lineinfile.py | 2 +- tests/cf-uts/test_cf_is_process.py | 2 +- tests/cf-uts/test_cf_is_required_file.py | 2 +- tests/cf-uts/test_cf_is_required_rpm.py | 2 +- tests/cf-uts/test_cf_is_rpm.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/risuclient/plugins/core/system/reboot.py b/risuclient/plugins/core/system/reboot.py index 54b77230..5e95e58b 100755 --- a/risuclient/plugins/core/system/reboot.py +++ b/risuclient/plugins/core/system/reboot.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding=utf-8 -# Copyright (C) 2022-2024 Pablo Iranzo Gómez +# Copyright (C) 2022, 2024 Pablo Iranzo Gómez # 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 3 of the License, or diff --git a/risuclient/plugins/core/system/system_lib_overload.py b/risuclient/plugins/core/system/system_lib_overload.py index c8ba80ae..bacf23ee 100755 --- a/risuclient/plugins/core/system/system_lib_overload.py +++ b/risuclient/plugins/core/system/system_lib_overload.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding=utf-8 -# Copyright (C) 2022-2024 Pablo Iranzo Gómez +# Copyright (C) 2022, 2024 Pablo Iranzo Gómez # 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 3 of the License, or diff --git a/risuclient/plugins/metadata/events/reboots.py b/risuclient/plugins/metadata/events/reboots.py index 81d5cfeb..939de37b 100755 --- a/risuclient/plugins/metadata/events/reboots.py +++ b/risuclient/plugins/metadata/events/reboots.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # Based on reboot.py from David Vallee Delisle -# Copyright (C) 2019-2021, 2023, 2024 Pablo Iranzo Gómez +# Copyright (C) 2019-2021, 2024 Pablo Iranzo Gómez # 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 3 of the License, or diff --git a/tests/cf-uts/test_cf_is_active.py b/tests/cf-uts/test_cf_is_active.py index 5cae8d6e..b4f8af14 100755 --- a/tests/cf-uts/test_cf_is_active.py +++ b/tests/cf-uts/test_cf_is_active.py @@ -3,7 +3,7 @@ # # Description: This UT run scripts to validate CF # -# Copyright (C) 2017-2021, 2023 Pablo Iranzo Gómez +# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez # # 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 diff --git a/tests/cf-uts/test_cf_is_lineinfile.py b/tests/cf-uts/test_cf_is_lineinfile.py index f4b65cdc..f7fee354 100755 --- a/tests/cf-uts/test_cf_is_lineinfile.py +++ b/tests/cf-uts/test_cf_is_lineinfile.py @@ -3,7 +3,7 @@ # # Description: This UT run scripts to validate CF # -# Copyright (C) 2017-2021, 2023 Pablo Iranzo Gómez +# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez # Copyright (C) 2020 stickler-ci # # This program is free software: you can redistribute it and/or modify diff --git a/tests/cf-uts/test_cf_is_process.py b/tests/cf-uts/test_cf_is_process.py index 08c0dfab..75b80cbf 100755 --- a/tests/cf-uts/test_cf_is_process.py +++ b/tests/cf-uts/test_cf_is_process.py @@ -3,7 +3,7 @@ # # Description: This UT run scripts to validate CF # -# Copyright (C) 2017-2021, 2023 Pablo Iranzo Gómez +# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez # # 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 diff --git a/tests/cf-uts/test_cf_is_required_file.py b/tests/cf-uts/test_cf_is_required_file.py index f86cced1..b0344c40 100755 --- a/tests/cf-uts/test_cf_is_required_file.py +++ b/tests/cf-uts/test_cf_is_required_file.py @@ -3,7 +3,7 @@ # # Description: This UT run scripts to validate CF # -# Copyright (C) 2017-2021, 2023 Pablo Iranzo Gómez +# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez # Copyright (C) 2020 stickler-ci # # This program is free software: you can redistribute it and/or modify diff --git a/tests/cf-uts/test_cf_is_required_rpm.py b/tests/cf-uts/test_cf_is_required_rpm.py index 7fdc9e3f..c05df098 100755 --- a/tests/cf-uts/test_cf_is_required_rpm.py +++ b/tests/cf-uts/test_cf_is_required_rpm.py @@ -3,7 +3,7 @@ # # Description: This UT run scripts to validate CF # -# Copyright (C) 2017-2021, 2023 Pablo Iranzo Gómez +# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez # # 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 diff --git a/tests/cf-uts/test_cf_is_rpm.py b/tests/cf-uts/test_cf_is_rpm.py index d89187fa..64407745 100755 --- a/tests/cf-uts/test_cf_is_rpm.py +++ b/tests/cf-uts/test_cf_is_rpm.py @@ -3,7 +3,7 @@ # # Description: This UT run scripts to validate CF # -# Copyright (C) 2017-2021, 2023 Pablo Iranzo Gómez +# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez # Copyright (C) 2020 stickler-ci # # This program is free software: you can redistribute it and/or modify