From 40b7bb877f29f01d3a85a871a0e8006efa824553 Mon Sep 17 00:00:00 2001 From: Matthieu Imbert <matthieu.imbert@inria.fr> Date: Tue, 18 Mar 2025 13:12:09 +0100 Subject: [PATCH] [packaging] update copyright years --- 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/planning.py | 2 +- src/execo_g5k/topology.py | 2 +- src/execo_g5k/utils.py | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/debian/copyright b/debian/copyright index 04d4913..37ad07a 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-2024 INRIA Rhone-Alpes, Service Experimentation et Developpement +Copyright: 2009-2025 INRIA Rhone-Alpes, Service Experimentation et Developpement License: GPL-3+ Files: * -Copyright: 2009-2024 INRIA Rhone-Alpes, Service Experimentation et Developpement +Copyright: 2009-2025 INRIA Rhone-Alpes, Service Experimentation et Developpement License: GPL-3+ License: GPL-3+ diff --git a/doc/conf.py b/doc/conf.py index 6769b91..a8dad8e 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-2024, INRIA Rhone-Alpes, Service Experimentation et Developpement' +copyright = '2009-2025, 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 e72bbc8..81d43a0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 f6bf44c..3aca4a2 100644 --- a/src/execo/__init__.py +++ b/src/execo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 ef5bc57..d55c84e 100644 --- a/src/execo/action.py +++ b/src/execo/action.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 6dd550d..09a92b7 100644 --- a/src/execo/conductor.py +++ b/src/execo/conductor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 02bd4f4..3b556fd 100644 --- a/src/execo/config.py +++ b/src/execo/config.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 9e5edcf..f9c303d 100644 --- a/src/execo/exception.py +++ b/src/execo/exception.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 4937e0c..1e9631c 100755 --- a/src/execo/execo-chainput +++ b/src/execo/execo-chainput @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 0b9d5f9..20384df 100644 --- a/src/execo/host.py +++ b/src/execo/host.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 c3432e7..09334da 100644 --- a/src/execo/log.py +++ b/src/execo/log.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 09ad7c7..33e99e5 100644 --- a/src/execo/process.py +++ b/src/execo/process.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 778e263..76f8728 100644 --- a/src/execo/report.py +++ b/src/execo/report.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 939a67e..e585f04 100644 --- a/src/execo/ssh_utils.py +++ b/src/execo/ssh_utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 6812826..6b2f4fc 100644 --- a/src/execo/substitutions.py +++ b/src/execo/substitutions.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 62408d6..e018cc6 100644 --- a/src/execo/time_utils.py +++ b/src/execo/time_utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 e261b83..b7ca67b 100644 --- a/src/execo/utils.py +++ b/src/execo/utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 be15f6d..dcfadcc 100644 --- a/src/execo_engine/__init__.py +++ b/src/execo_engine/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 9c9a5d2..b7acf70 100644 --- a/src/execo_engine/engine.py +++ b/src/execo_engine/engine.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 17b8901..a707b9b 100644 --- a/src/execo_engine/log.py +++ b/src/execo_engine/log.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 d5f5261..e5ba082 100644 --- a/src/execo_engine/sweep.py +++ b/src/execo_engine/sweep.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 0082fe9..35dde70 100644 --- a/src/execo_engine/utils.py +++ b/src/execo_engine/utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 4ef9a30..0663112 100644 --- a/src/execo_g5k/__init__.py +++ b/src/execo_g5k/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 0ebb24a..31a09ed 100644 --- a/src/execo_g5k/api_utils.py +++ b/src/execo_g5k/api_utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 a648b37..e4be8c2 100644 --- a/src/execo_g5k/charter.py +++ b/src/execo_g5k/charter.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 5172471..81d98c3 100644 --- a/src/execo_g5k/config.py +++ b/src/execo_g5k/config.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 e58b374..a72ef68 100644 --- a/src/execo_g5k/kadeploy.py +++ b/src/execo_g5k/kadeploy.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 75a3ee5..bb5057a 100644 --- a/src/execo_g5k/oar.py +++ b/src/execo_g5k/oar.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 6093d98..3a196c5 100644 --- a/src/execo_g5k/planning.py +++ b/src/execo_g5k/planning.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 32b6290..b2f5806 100644 --- a/src/execo_g5k/topology.py +++ b/src/execo_g5k/topology.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 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 57c30e3..1466138 100644 --- a/src/execo_g5k/utils.py +++ b/src/execo_g5k/utils.py @@ -1,4 +1,4 @@ -# Copyright 2009-2024 INRIA Rhone-Alpes, Service Experimentation et +# Copyright 2009-2025 INRIA Rhone-Alpes, Service Experimentation et # Developpement # # This file is part of Execo. -- GitLab