diff --git a/debian/copyright b/debian/copyright index 09fc64514bdfb31d606f608c381b6a46cefd5ce9..04d49132ac5a3d7685366eab2f391b3d4e841a04 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 6de0743931d7bf15bec6974f41b2bbbdfe48c020..6769b914ee2fc21e4aa8ec93065df03a28f0adca 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 52174ed1e19e2ad0bd2bb256396734cff978658b..e72bbc86c2075da44dd9a4fa2ff2a8c33ad3ed5d 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 e9d01e8b35e54cb8b28e8ab552e6bdf995a2dd10..f6bf44c39f2e125a2e2862f2b992a32e7a0903c1 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 36ea2785922538aae14d2e59e8b11acffefbb9d5..5339bbd47eba11b0ece9dab08ba75eb5ef361b07 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 27af8f742fa6abb87a3501782e07b57b4773faa8..6dd550d2e9e8fdda0b4cfe29b4dccf51959da6fa 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 68f04ba59b5b2518bfabdf6f4edcdf0817644982..02bd4f4282f79efb7b9cf7fbb6785024b3203087 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 1f60c011b8fd4d41af39f5d3aa77dd0990baba62..9e5edcf05576fb4a0a1a095c6c6d89b4993cc8e9 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 2020134d393ad5e792b19d5ca780831485283694..4937e0c4d3c84243022e01dacd7f4eb7cecdad27 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 a485d8692ad0c71fb587aaae8b5b3db3cadfc7e7..0b9d5f95d4da6f0f4afa004c9173335b8796a1bd 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 f762687df35db9628f23f25a777b01b9b557aa6e..c3432e7f19a1ce161744cdb3b47289a55c7ef016 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 d2fe5f8a7aaa4f925adcbc6fcd86b260990a7062..683ab9168ae117d578155d4dbae5525ac6206257 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 9b1bcc6ef77aae8fb41206a0ac63b0ad1b4b666a..778e263ab3da0882b3650438d980f0c17ac655d9 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 4e19204965ad5644ca15a29c71708f34988d7331..939a67ee904d8508b01fd1fdbaaa805a241567bb 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 d049ee4bcce74973f1549d995340b6158ef65e31..d6dcee1b984b77d6b5af01671eace54ab3644656 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 c88f802ed4d6f9c07ae6222a38228fd108b9deb9..b5d98e127c6854d781b1d6f3a5ccc34bd9798857 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 f04953b35fc1fbf6106d63ceee6cc006e7ca2a76..4606c382c9b462348651ece5d0641aefcbc2310e 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 474798fb92b00bb310a0ddcd5ed4c282f6a6b8a5..be15f6d782694111e6bfda996f3ce856d70f2fb1 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 c286d2faf04d425bf19d7965ad74683e1580983e..7bfe6afa79ca177347136747e4f33e8eae04dd9a 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 754c42c3a2dd8eac2fb3b952b1e76469e2bdcd17..17b8901b7cff2838c810847cc538a5100bfc74ce 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 f35d8104b8f1e470d081191f352624e1584038b4..d5f5261ee7b66269b09dadbb84756652be9fb1a3 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 c7fa4539686cec3c8079c77f1c370d4c401a7d8d..fe2c282a76dbc128702cb4ecbc8bb56970a04c68 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 95f95c4537c025802e4a9af9c24b9acd1aaf73e2..dc4ac39f13279e052178bb6afc55e49c89a76582 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 70cd921b3888728c31bdfbc46d154809a8b43fda..7a6c788a4bf19f70e475b89100c6cbce2a6b4bd3 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 f285e7ce81a482aacc54c73c0687ccd96970dcfd..48c6d0a23ce725a4e407e83fe1a0e0f5aba6731d 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 755230d758e7dec627d1c07fa8309ee243d04388..51724719bedef2439237ac523b6cd4ac9e890eb7 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 43c2994d3549b14be4084d5cecbc6a09fa5b5f32..48c9f83d79af58730107366d947acdfa31f9fd5b 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 e727f53f1f0f4842e24a27a3a8c487c9e8ad754f..a5deb1106b9b81186dd0ac2e2cf42bae09a67782 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 3938749cbef699678f8b1730450bd5e864a46074..cc258b0528f150634caa381ccf17239892f97fab 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 632b4db625279979ccbd75fbb1977cb16a58bee6..5a10ccf4a61f65a40292b60c6274f7eb83cbabce 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 0c412b7f43e962386de935aec5f25dc6507178ad..32b6290ac986f45db228c01af01d269637d7ce65 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 2f82614048dbbee03796ae5ebc263255c26a9fbc..2436f21636dc9000f40f6427da3685fbb29c1096 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.