From a99491a2b197f57bf169db1129444141ddf0a0e6 Mon Sep 17 00:00:00 2001 From: Matthieu Imbert <matthieu.imbert@inria.fr> Date: Tue, 11 Jun 2024 16:01:30 +0200 Subject: [PATCH] [packaging] update copyright date --- debian/copyright | 4 ++-- doc/conf.py | 2 +- setup.py | 2 +- src/execo/__init__.py | 2 +- src/execo/action.py | 2 +- src/execo/conductor.py | 2 +- src/execo/config.py | 2 +- src/execo/exception.py | 2 +- src/execo/execo-chainput | 2 +- src/execo/host.py | 2 +- src/execo/log.py | 2 +- src/execo/process.py | 2 +- src/execo/report.py | 2 +- src/execo/ssh_utils.py | 2 +- src/execo/substitutions.py | 2 +- src/execo/time_utils.py | 2 +- src/execo/utils.py | 2 +- src/execo_engine/__init__.py | 2 +- src/execo_engine/engine.py | 2 +- src/execo_engine/log.py | 2 +- src/execo_engine/sweep.py | 2 +- src/execo_engine/utils.py | 2 +- src/execo_g5k/__init__.py | 2 +- src/execo_g5k/api_utils.py | 2 +- src/execo_g5k/charter.py | 2 +- src/execo_g5k/config.py | 2 +- src/execo_g5k/kadeploy.py | 2 +- src/execo_g5k/oar.py | 2 +- src/execo_g5k/oargrid.py | 2 +- src/execo_g5k/planning.py | 2 +- src/execo_g5k/topology.py | 2 +- src/execo_g5k/utils.py | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diff --git a/debian/copyright b/debian/copyright index 09fc645..04d4913 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,11 +2,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: execo Upstream-Contact: <matthieu.imbert@inria.fr> Source: https://gitlab.inria.fr/mimbert/execo -Copyright: 2009-2023 INRIA Rhone-Alpes, Service Experimentation et Developpement +Copyright: 2009-2024 INRIA Rhone-Alpes, Service Experimentation et Developpement License: GPL-3+ Files: * -Copyright: 2009-2023 INRIA Rhone-Alpes, Service Experimentation et Developpement +Copyright: 2009-2024 INRIA Rhone-Alpes, Service Experimentation et Developpement License: GPL-3+ License: GPL-3+ diff --git a/doc/conf.py b/doc/conf.py index 6de0743..6769b91 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = 'execo' -copyright = '2009-2023, INRIA Rhone-Alpes, Service Experimentation et Developpement' +copyright = '2009-2024, INRIA Rhone-Alpes, Service Experimentation et Developpement' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/setup.py b/setup.py index 52174ed..e72bbc8 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # This file is part of Execo, released under the GNU Lesser Public # License, version 3 or later. diff --git a/src/execo/__init__.py b/src/execo/__init__.py index e9d01e8..f6bf44c 100644 --- a/src/execo/__init__.py +++ b/src/execo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/action.py b/src/execo/action.py index 36ea278..5339bbd 100644 --- a/src/execo/action.py +++ b/src/execo/action.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/conductor.py b/src/execo/conductor.py index 27af8f7..6dd550d 100644 --- a/src/execo/conductor.py +++ b/src/execo/conductor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/config.py b/src/execo/config.py index 68f04ba..02bd4f4 100644 --- a/src/execo/config.py +++ b/src/execo/config.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/exception.py b/src/execo/exception.py index 1f60c01..9e5edcf 100644 --- a/src/execo/exception.py +++ b/src/execo/exception.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/execo-chainput b/src/execo/execo-chainput index 2020134..4937e0c 100755 --- a/src/execo/execo-chainput +++ b/src/execo/execo-chainput @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # This file is part of Execo, released under the GNU Lesser Public # License, version 3 or later. diff --git a/src/execo/host.py b/src/execo/host.py index a485d86..0b9d5f9 100644 --- a/src/execo/host.py +++ b/src/execo/host.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/log.py b/src/execo/log.py index f762687..c3432e7 100644 --- a/src/execo/log.py +++ b/src/execo/log.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/process.py b/src/execo/process.py index d2fe5f8..683ab91 100644 --- a/src/execo/process.py +++ b/src/execo/process.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/report.py b/src/execo/report.py index 9b1bcc6..778e263 100644 --- a/src/execo/report.py +++ b/src/execo/report.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/ssh_utils.py b/src/execo/ssh_utils.py index 4e19204..939a67e 100644 --- a/src/execo/ssh_utils.py +++ b/src/execo/ssh_utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/substitutions.py b/src/execo/substitutions.py index d049ee4..d6dcee1 100644 --- a/src/execo/substitutions.py +++ b/src/execo/substitutions.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/time_utils.py b/src/execo/time_utils.py index c88f802..b5d98e1 100644 --- a/src/execo/time_utils.py +++ b/src/execo/time_utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo/utils.py b/src/execo/utils.py index f04953b..4606c38 100644 --- a/src/execo/utils.py +++ b/src/execo/utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_engine/__init__.py b/src/execo_engine/__init__.py index 474798f..be15f6d 100644 --- a/src/execo_engine/__init__.py +++ b/src/execo_engine/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_engine/engine.py b/src/execo_engine/engine.py index c286d2f..7bfe6af 100644 --- a/src/execo_engine/engine.py +++ b/src/execo_engine/engine.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_engine/log.py b/src/execo_engine/log.py index 754c42c..17b8901 100644 --- a/src/execo_engine/log.py +++ b/src/execo_engine/log.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_engine/sweep.py b/src/execo_engine/sweep.py index f35d810..d5f5261 100644 --- a/src/execo_engine/sweep.py +++ b/src/execo_engine/sweep.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_engine/utils.py b/src/execo_engine/utils.py index c7fa453..fe2c282 100644 --- a/src/execo_engine/utils.py +++ b/src/execo_engine/utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/__init__.py b/src/execo_g5k/__init__.py index 95f95c4..dc4ac39 100644 --- a/src/execo_g5k/__init__.py +++ b/src/execo_g5k/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/api_utils.py b/src/execo_g5k/api_utils.py index 70cd921..7a6c788 100644 --- a/src/execo_g5k/api_utils.py +++ b/src/execo_g5k/api_utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/charter.py b/src/execo_g5k/charter.py index f285e7c..48c6d0a 100644 --- a/src/execo_g5k/charter.py +++ b/src/execo_g5k/charter.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/config.py b/src/execo_g5k/config.py index 755230d..5172471 100644 --- a/src/execo_g5k/config.py +++ b/src/execo_g5k/config.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/kadeploy.py b/src/execo_g5k/kadeploy.py index 43c2994..48c9f83 100644 --- a/src/execo_g5k/kadeploy.py +++ b/src/execo_g5k/kadeploy.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/oar.py b/src/execo_g5k/oar.py index e727f53..a5deb11 100644 --- a/src/execo_g5k/oar.py +++ b/src/execo_g5k/oar.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/oargrid.py b/src/execo_g5k/oargrid.py index 3938749..cc258b0 100644 --- a/src/execo_g5k/oargrid.py +++ b/src/execo_g5k/oargrid.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/planning.py b/src/execo_g5k/planning.py index 632b4db..5a10ccf 100644 --- a/src/execo_g5k/planning.py +++ b/src/execo_g5k/planning.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/topology.py b/src/execo_g5k/topology.py index 0c412b7..32b6290 100644 --- a/src/execo_g5k/topology.py +++ b/src/execo_g5k/topology.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. diff --git a/src/execo_g5k/utils.py b/src/execo_g5k/utils.py index 2f82614..2436f21 100644 --- a/src/execo_g5k/utils.py +++ b/src/execo_g5k/utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. -- GitLab