From a8273555e359049017d7896eab3211a496909419 Mon Sep 17 00:00:00 2001 From: Fotis Georgatos Date: Tue, 14 May 2024 20:36:14 +0000 Subject: [PATCH] Fix headers: FG, SF, HPE --- qtop_py/cli.py | 4 ++-- qtop_py/plugins/demo.py | 4 ++-- qtop_py/plugins/pbs.py | 4 ++-- qtop_py/qtop.py | 4 ++-- qtop_py/serialiser.py | 4 ++-- qtop_py/utils.py | 4 ++-- qtop_py/web.py | 4 ++-- qtop_py/yaml_parser.py | 4 ++-- tests/plugins/test_pbs.py | 4 ++-- tests/test_qtop.py | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/qtop_py/cli.py b/qtop_py/cli.py index 1e2de14..1aeac1a 100644 --- a/qtop_py/cli.py +++ b/qtop_py/cli.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/qtop_py/plugins/demo.py b/qtop_py/plugins/demo.py index 35bb331..a7a58f5 100755 --- a/qtop_py/plugins/demo.py +++ b/qtop_py/plugins/demo.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/qtop_py/plugins/pbs.py b/qtop_py/plugins/pbs.py index 9342184..f3a03b9 100755 --- a/qtop_py/plugins/pbs.py +++ b/qtop_py/plugins/pbs.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/qtop_py/qtop.py b/qtop_py/qtop.py index c8dc108..c22d248 100755 --- a/qtop_py/qtop.py +++ b/qtop_py/qtop.py @@ -7,8 +7,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/qtop_py/serialiser.py b/qtop_py/serialiser.py index dfd1b4f..aac3061 100755 --- a/qtop_py/serialiser.py +++ b/qtop_py/serialiser.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/qtop_py/utils.py b/qtop_py/utils.py index 7c1bb1a..e024714 100755 --- a/qtop_py/utils.py +++ b/qtop_py/utils.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/qtop_py/web.py b/qtop_py/web.py index 87a6929..1322fdd 100755 --- a/qtop_py/web.py +++ b/qtop_py/web.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/qtop_py/yaml_parser.py b/qtop_py/yaml_parser.py index 4f029c9..f3a1658 100755 --- a/qtop_py/yaml_parser.py +++ b/qtop_py/yaml_parser.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/tests/plugins/test_pbs.py b/tests/plugins/test_pbs.py index 73d5ff5..79563e9 100644 --- a/tests/plugins/test_pbs.py +++ b/tests/plugins/test_pbs.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT diff --git a/tests/test_qtop.py b/tests/test_qtop.py index c832d50..d8c32c4 100644 --- a/tests/test_qtop.py +++ b/tests/test_qtop.py @@ -1,8 +1,8 @@ ## ## qtop is a tool to monitor queuing systems - https://github.com/qtop/qtop ## -## Copyright (c) 2016-2024 Fotis Georgatos -## Copyright (c) 2016-2024 Sotiris Fragkiskos +## Copyright (c) 2016 Fotis Georgatos +## Copyright (c) 2016 Sotiris Fragkiskos ## Copyright (c) 2023 Hewlett Packard Enterprise Development LP ## ## SPDX-License-Identifier: MIT