Skip to content

Commit 3b79ed9

Browse files
iranzogithub-actions[bot]
authored andcommitted
[skip ci] Autoupdate (C) on script change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04bb22b commit 3b79ed9

14 files changed

+14
-14
lines changed

maguiclient/plugins/openstack/mysql/seqno.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# Description: Plugin for checking galera/mysql sequence number across servers
4-
# Copyright (C) 2018-2021, 2023, 2024 Pablo Iranzo Gómez <[email protected]>
4+
# Copyright (C) 2018-2021, 2024 Pablo Iranzo Gómez <[email protected]>
55
from __future__ import print_function
66

77
try:

tests/plugins-unit-tests/test_all_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Description: This UT run all scripts to validate the rules/tests created
55
#
6-
# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez <[email protected]>
6+
# Copyright (C) 2017-2021, 2024 Pablo Iranzo Gómez <[email protected]>
77
# Copyright (C) 2020 stickler-ci <[email protected]>
88
#
99
# This program is free software: you can redistribute it and/or modify

tests/plugins-unit-tests/test_all_plugins_for_cf_usage_without_sourcing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Description: This UT will check all core scripts to validate that common functions is loaded
55
#
6-
# Copyright (C) 2017-2021, 2023, 2024 Pablo Iranzo Gómez <[email protected]>
6+
# Copyright (C) 2017-2021, 2024 Pablo Iranzo Gómez <[email protected]>
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tests/plugins-unit-tests/test_brackets-parenthesis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
# Copyright (C) 2018-2022, 2024 Pablo Iranzo Gómez <[email protected]>
3+
# Copyright (C) 2018-2021, 2024 Pablo Iranzo Gómez <[email protected]>
44
import os
55
import sys
66
from unittest import TestCase

tests/plugins-unit-tests/test_bugzilla_httpd_bug_1406417.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Description: This UT run scripts to validate the rules/tests created for risu for $NAME_OF_TEST
55
#
6-
# Copyright (C) 2022-2024 Pablo Iranzo Gómez <[email protected]>
6+
# Copyright (C) 2022, 2024 Pablo Iranzo Gómez <[email protected]>
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tests/plugins-unit-tests/test_executable_bit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
# Copyright (C) 2017-2022, 2024 Pablo Iranzo Gómez <[email protected]>
3+
# Copyright (C) 2017-2021, 2024 Pablo Iranzo Gómez <[email protected]>
44
import os
55
import sys
66
from unittest import TestCase

tests/plugins-unit-tests/test_freeradius_incompatible_regex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Description: This UT run scripts to validate the rules/tests created for risu for $NAME_OF_TEST
55
#
6-
# Copyright (C) 2022-2024 Pablo Iranzo Gómez <[email protected]>
6+
# Copyright (C) 2022, 2024 Pablo Iranzo Gómez <[email protected]>
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tests/plugins-unit-tests/test_have_description_longname.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# encoding: utf-8
3-
# Copyright (C) 2019, 2022-2024 Pablo Iranzo Gómez <[email protected]>
3+
# Copyright (C) 2019, 2022, 2024 Pablo Iranzo Gómez <[email protected]>
44
import os
55
import sys
66
from unittest import TestCase

tests/plugins-unit-tests/test_keystone_bug_1473713.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Description: This UT run scripts to validate the rules/tests created for risu for $NAME_OF_TEST
55
#
6-
# Copyright (C) 2022-2024 Pablo Iranzo Gómez <[email protected]>
6+
# Copyright (C) 2022, 2024 Pablo Iranzo Gómez <[email protected]>
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tests/plugins-unit-tests/test_keystone_cleanup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Description: This UT run scripts to validate the rules/tests created for risu for $NAME_OF_TEST
55
#
6-
# Copyright (C) 2022-2024 Pablo Iranzo Gómez <[email protected]>
6+
# Copyright (C) 2022, 2024 Pablo Iranzo Gómez <[email protected]>
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)