From b0885a58e7c56cf9aa56be498f2918a5602e2be4 Mon Sep 17 00:00:00 2001 From: mbs Date: Sat, 20 Jan 2024 14:20:48 +0000 Subject: [PATCH] Updated copyright comment --- CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- src/CTestTestfileInstall.cmake | 2 +- src/cpp/CMakeLists.txt | 2 +- src/cpp/Exceptions.cxx | 2 +- src/cpp/Exceptions.hxx | 2 +- src/cpp/Job.hxx | 2 +- src/cpp/JobParametersProxy.cxx | 2 +- src/cpp/JobParametersProxy.hxx | 2 +- src/cpp/Launcher.hxx | 2 +- src/cpp/MonoPyJob.cxx | 2 +- src/cpp/MonoPyJob.hxx | 2 +- src/cpp/PyConversions.hxx | 2 +- src/cpp/PyStudyFunction.cxx | 2 +- src/cpp/PyStudyFunction.hxx | 2 +- src/cpp/PyStudyJob.cxx | 2 +- src/cpp/PyStudyJob.hxx | 2 +- src/cpp/Sample.hxx | 2 +- src/cpp/SamplePyConversions.hxx | 2 +- src/cpp/StudyFunction.hxx | 2 +- src/cpp/TMonoPyJob.hxx | 2 +- src/cpp/TPyStudyJob.hxx | 2 +- src/cpp/Test/CMakeLists.txt | 2 +- src/cpp/Test/CTestTestfileInstall.cmake | 2 +- src/cpp/Test/PyTestMain.cxx | 2 +- src/cpp/Test/SampleTest.cxx | 2 +- src/cpp/Test/SampleTest.hxx | 2 +- src/cpp/Test/StudyGeneralTest.cxx | 2 +- src/cpp/Test/StudyGeneralTest.hxx | 2 +- src/cpp/Test/StudyRestartTest.cxx | 2 +- src/cpp/Test/StudyRestartTest.hxx | 2 +- src/cpp/Test/TestMain.cxx | 2 +- src/cpp/YacsStudyFunction.cxx | 2 +- src/cpp/YacsStudyFunction.hxx | 2 +- src/gui/CMakeLists.txt | 2 +- src/gui/ParamsConfig.cxx | 2 +- src/gui/ParamsConfig.hxx | 2 +- src/gui/PathsConfig.cxx | 2 +- src/gui/PathsConfig.hxx | 2 +- src/gui/QuickConfig.cxx | 2 +- src/gui/QuickConfig.hxx | 2 +- src/gui/ResourceWidget.cxx | 2 +- src/gui/ResourceWidget.hxx | 2 +- src/gui/ydefxgui.cxx | 2 +- src/gui/ydefxguiExports.hxx | 2 +- src/pydefx/CMakeLists.txt | 2 +- src/pydefx/__init__.py | 2 +- src/pydefx/allpurposebuilder.py | 2 +- src/pydefx/configuration.py | 2 +- src/pydefx/defaultschemabuilder.py | 2 +- src/pydefx/localbuilder.py | 2 +- src/pydefx/localstudy.py | 2 +- src/pydefx/multijobbuilder.py | 2 +- src/pydefx/multijobstudy.py | 2 +- src/pydefx/parameters.py | 2 +- src/pydefx/pyscript.py | 2 +- src/pydefx/pystudy.py | 2 +- src/pydefx/sample.py | 2 +- src/pydefx/samplecsviterator.py | 2 +- src/pydefx/samplecsvmanager.py | 2 +- src/pydefx/slurmbuilder.py | 2 +- src/pydefx/slurmstudy.py | 2 +- src/pydefx/studyexception.py | 2 +- src/pydefx/studyresult.py | 2 +- src/pyexample/CMakeLists.txt | 2 +- src/pyexample/CTestTestfileInstall.cmake | 2 +- src/pyexample/insitu/insituiterator.py | 2 +- src/pyexample/insitu/insitumanager.py | 2 +- src/pyexample/runUnitTest.sh | 2 +- src/pytools/CMakeLists.txt | 2 +- src/pytools/mpmcn.py | 2 +- 71 files changed, 71 insertions(+), 71 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ab6e15..27a2b88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 43b27e0..1784bd0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/CTestTestfileInstall.cmake b/src/CTestTestfileInstall.cmake index af653f7..ce1e8ab 100644 --- a/src/CTestTestfileInstall.cmake +++ b/src/CTestTestfileInstall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt index 2614258..3f1755d 100644 --- a/src/cpp/CMakeLists.txt +++ b/src/cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Exceptions.cxx b/src/cpp/Exceptions.cxx index 86a047e..7fe12dc 100644 --- a/src/cpp/Exceptions.cxx +++ b/src/cpp/Exceptions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Exceptions.hxx b/src/cpp/Exceptions.hxx index 91e87f9..eb6af4d 100644 --- a/src/cpp/Exceptions.hxx +++ b/src/cpp/Exceptions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Job.hxx b/src/cpp/Job.hxx index 0296ac3..a7c8b1d 100644 --- a/src/cpp/Job.hxx +++ b/src/cpp/Job.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/JobParametersProxy.cxx b/src/cpp/JobParametersProxy.cxx index db96efc..a04962e 100644 --- a/src/cpp/JobParametersProxy.cxx +++ b/src/cpp/JobParametersProxy.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/JobParametersProxy.hxx b/src/cpp/JobParametersProxy.hxx index e222464..85b6385 100644 --- a/src/cpp/JobParametersProxy.hxx +++ b/src/cpp/JobParametersProxy.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Launcher.hxx b/src/cpp/Launcher.hxx index b69d320..084f47d 100644 --- a/src/cpp/Launcher.hxx +++ b/src/cpp/Launcher.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/MonoPyJob.cxx b/src/cpp/MonoPyJob.cxx index 4a50e9a..feac79c 100644 --- a/src/cpp/MonoPyJob.cxx +++ b/src/cpp/MonoPyJob.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/MonoPyJob.hxx b/src/cpp/MonoPyJob.hxx index 58fcb9a..de2ba6d 100644 --- a/src/cpp/MonoPyJob.hxx +++ b/src/cpp/MonoPyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/PyConversions.hxx b/src/cpp/PyConversions.hxx index 64a97c6..b68d713 100644 --- a/src/cpp/PyConversions.hxx +++ b/src/cpp/PyConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/PyStudyFunction.cxx b/src/cpp/PyStudyFunction.cxx index 1cc6c68..68b99e3 100644 --- a/src/cpp/PyStudyFunction.cxx +++ b/src/cpp/PyStudyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/PyStudyFunction.hxx b/src/cpp/PyStudyFunction.hxx index fec2b80..45c7ac6 100644 --- a/src/cpp/PyStudyFunction.hxx +++ b/src/cpp/PyStudyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/PyStudyJob.cxx b/src/cpp/PyStudyJob.cxx index 863d490..2673449 100644 --- a/src/cpp/PyStudyJob.cxx +++ b/src/cpp/PyStudyJob.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/PyStudyJob.hxx b/src/cpp/PyStudyJob.hxx index 1732407..dcb978d 100644 --- a/src/cpp/PyStudyJob.hxx +++ b/src/cpp/PyStudyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Sample.hxx b/src/cpp/Sample.hxx index 640cdf1..dede2e0 100644 --- a/src/cpp/Sample.hxx +++ b/src/cpp/Sample.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/SamplePyConversions.hxx b/src/cpp/SamplePyConversions.hxx index 53f89fe..3757279 100644 --- a/src/cpp/SamplePyConversions.hxx +++ b/src/cpp/SamplePyConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/StudyFunction.hxx b/src/cpp/StudyFunction.hxx index 5d9b168..9d2e6d3 100644 --- a/src/cpp/StudyFunction.hxx +++ b/src/cpp/StudyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/TMonoPyJob.hxx b/src/cpp/TMonoPyJob.hxx index fba8489..2435c45 100644 --- a/src/cpp/TMonoPyJob.hxx +++ b/src/cpp/TMonoPyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/TPyStudyJob.hxx b/src/cpp/TPyStudyJob.hxx index 4f524f7..68e6b97 100644 --- a/src/cpp/TPyStudyJob.hxx +++ b/src/cpp/TPyStudyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/CMakeLists.txt b/src/cpp/Test/CMakeLists.txt index bc0f4c3..a94c6dd 100644 --- a/src/cpp/Test/CMakeLists.txt +++ b/src/cpp/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/CTestTestfileInstall.cmake b/src/cpp/Test/CTestTestfileInstall.cmake index 8fddc34..4924651 100644 --- a/src/cpp/Test/CTestTestfileInstall.cmake +++ b/src/cpp/Test/CTestTestfileInstall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/PyTestMain.cxx b/src/cpp/Test/PyTestMain.cxx index bea1baf..89585ed 100644 --- a/src/cpp/Test/PyTestMain.cxx +++ b/src/cpp/Test/PyTestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/SampleTest.cxx b/src/cpp/Test/SampleTest.cxx index 2ece559..b04ec07 100644 --- a/src/cpp/Test/SampleTest.cxx +++ b/src/cpp/Test/SampleTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/SampleTest.hxx b/src/cpp/Test/SampleTest.hxx index 200a49d..c496f59 100644 --- a/src/cpp/Test/SampleTest.hxx +++ b/src/cpp/Test/SampleTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/StudyGeneralTest.cxx b/src/cpp/Test/StudyGeneralTest.cxx index e1664bb..d9f59b4 100644 --- a/src/cpp/Test/StudyGeneralTest.cxx +++ b/src/cpp/Test/StudyGeneralTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/StudyGeneralTest.hxx b/src/cpp/Test/StudyGeneralTest.hxx index 83c19c3..5bb71d4 100644 --- a/src/cpp/Test/StudyGeneralTest.hxx +++ b/src/cpp/Test/StudyGeneralTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/StudyRestartTest.cxx b/src/cpp/Test/StudyRestartTest.cxx index 7fcd26d..28c1648 100644 --- a/src/cpp/Test/StudyRestartTest.cxx +++ b/src/cpp/Test/StudyRestartTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/StudyRestartTest.hxx b/src/cpp/Test/StudyRestartTest.hxx index 19a64d7..c95a9e4 100644 --- a/src/cpp/Test/StudyRestartTest.hxx +++ b/src/cpp/Test/StudyRestartTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/Test/TestMain.cxx b/src/cpp/Test/TestMain.cxx index 7182986..d348124 100644 --- a/src/cpp/Test/TestMain.cxx +++ b/src/cpp/Test/TestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/YacsStudyFunction.cxx b/src/cpp/YacsStudyFunction.cxx index f432886..a826172 100644 --- a/src/cpp/YacsStudyFunction.cxx +++ b/src/cpp/YacsStudyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/cpp/YacsStudyFunction.hxx b/src/cpp/YacsStudyFunction.hxx index 96a6869..9d3dd48 100644 --- a/src/cpp/YacsStudyFunction.hxx +++ b/src/cpp/YacsStudyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 5978c45..575bf15 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/ParamsConfig.cxx b/src/gui/ParamsConfig.cxx index 2c418c9..7a8b377 100644 --- a/src/gui/ParamsConfig.cxx +++ b/src/gui/ParamsConfig.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/ParamsConfig.hxx b/src/gui/ParamsConfig.hxx index 3b5fc33..28b0a0f 100644 --- a/src/gui/ParamsConfig.hxx +++ b/src/gui/ParamsConfig.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/PathsConfig.cxx b/src/gui/PathsConfig.cxx index 32d6654..0217344 100644 --- a/src/gui/PathsConfig.cxx +++ b/src/gui/PathsConfig.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/PathsConfig.hxx b/src/gui/PathsConfig.hxx index 6ad6897..2ce3642 100644 --- a/src/gui/PathsConfig.hxx +++ b/src/gui/PathsConfig.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/QuickConfig.cxx b/src/gui/QuickConfig.cxx index 67595eb..0cb6304 100644 --- a/src/gui/QuickConfig.cxx +++ b/src/gui/QuickConfig.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/QuickConfig.hxx b/src/gui/QuickConfig.hxx index 3b0cb02..c9d84b9 100644 --- a/src/gui/QuickConfig.hxx +++ b/src/gui/QuickConfig.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/ResourceWidget.cxx b/src/gui/ResourceWidget.cxx index 2735aaa..0c028d8 100644 --- a/src/gui/ResourceWidget.cxx +++ b/src/gui/ResourceWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/ResourceWidget.hxx b/src/gui/ResourceWidget.hxx index 6952674..7946c48 100644 --- a/src/gui/ResourceWidget.hxx +++ b/src/gui/ResourceWidget.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/ydefxgui.cxx b/src/gui/ydefxgui.cxx index 45fdcaf..a626b74 100644 --- a/src/gui/ydefxgui.cxx +++ b/src/gui/ydefxgui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/gui/ydefxguiExports.hxx b/src/gui/ydefxguiExports.hxx index 648af28..68798b4 100644 --- a/src/gui/ydefxguiExports.hxx +++ b/src/gui/ydefxguiExports.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 EDF +// Copyright (C) 2021-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/CMakeLists.txt b/src/pydefx/CMakeLists.txt index 263798f..2e399bc 100644 --- a/src/pydefx/CMakeLists.txt +++ b/src/pydefx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/__init__.py b/src/pydefx/__init__.py index 515de3d..54652e4 100644 --- a/src/pydefx/__init__.py +++ b/src/pydefx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/allpurposebuilder.py b/src/pydefx/allpurposebuilder.py index 0c64263..46ff4fa 100644 --- a/src/pydefx/allpurposebuilder.py +++ b/src/pydefx/allpurposebuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/configuration.py b/src/pydefx/configuration.py index 864fec4..70032df 100644 --- a/src/pydefx/configuration.py +++ b/src/pydefx/configuration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/defaultschemabuilder.py b/src/pydefx/defaultschemabuilder.py index 5d5c89d..3bc88a0 100644 --- a/src/pydefx/defaultschemabuilder.py +++ b/src/pydefx/defaultschemabuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/localbuilder.py b/src/pydefx/localbuilder.py index b74a71c..acabb10 100644 --- a/src/pydefx/localbuilder.py +++ b/src/pydefx/localbuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/localstudy.py b/src/pydefx/localstudy.py index d9e0a47..b135e21 100644 --- a/src/pydefx/localstudy.py +++ b/src/pydefx/localstudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/multijobbuilder.py b/src/pydefx/multijobbuilder.py index a25383a..78751a2 100644 --- a/src/pydefx/multijobbuilder.py +++ b/src/pydefx/multijobbuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/multijobstudy.py b/src/pydefx/multijobstudy.py index 58deb6f..5d1b6c7 100644 --- a/src/pydefx/multijobstudy.py +++ b/src/pydefx/multijobstudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/parameters.py b/src/pydefx/parameters.py index 724f5eb..df41ae7 100644 --- a/src/pydefx/parameters.py +++ b/src/pydefx/parameters.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/pyscript.py b/src/pydefx/pyscript.py index 60f5a14..f401bcb 100644 --- a/src/pydefx/pyscript.py +++ b/src/pydefx/pyscript.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/pystudy.py b/src/pydefx/pystudy.py index 73289b4..afdeb2c 100644 --- a/src/pydefx/pystudy.py +++ b/src/pydefx/pystudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/sample.py b/src/pydefx/sample.py index b9a64cf..44b0bd1 100644 --- a/src/pydefx/sample.py +++ b/src/pydefx/sample.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/samplecsviterator.py b/src/pydefx/samplecsviterator.py index bd904f6..eba8fdc 100644 --- a/src/pydefx/samplecsviterator.py +++ b/src/pydefx/samplecsviterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/samplecsvmanager.py b/src/pydefx/samplecsvmanager.py index a7294c4..9a16c72 100644 --- a/src/pydefx/samplecsvmanager.py +++ b/src/pydefx/samplecsvmanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/slurmbuilder.py b/src/pydefx/slurmbuilder.py index af968c4..b6af551 100644 --- a/src/pydefx/slurmbuilder.py +++ b/src/pydefx/slurmbuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/slurmstudy.py b/src/pydefx/slurmstudy.py index 5554e2a..6dd6143 100644 --- a/src/pydefx/slurmstudy.py +++ b/src/pydefx/slurmstudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/studyexception.py b/src/pydefx/studyexception.py index c1276be..ef3b95a 100644 --- a/src/pydefx/studyexception.py +++ b/src/pydefx/studyexception.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pydefx/studyresult.py b/src/pydefx/studyresult.py index caa046b..3277b88 100644 --- a/src/pydefx/studyresult.py +++ b/src/pydefx/studyresult.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pyexample/CMakeLists.txt b/src/pyexample/CMakeLists.txt index 6fb7f07..49d08a5 100644 --- a/src/pyexample/CMakeLists.txt +++ b/src/pyexample/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pyexample/CTestTestfileInstall.cmake b/src/pyexample/CTestTestfileInstall.cmake index 23082f4..b10efe7 100644 --- a/src/pyexample/CTestTestfileInstall.cmake +++ b/src/pyexample/CTestTestfileInstall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pyexample/insitu/insituiterator.py b/src/pyexample/insitu/insituiterator.py index 90a7ed4..be712f7 100644 --- a/src/pyexample/insitu/insituiterator.py +++ b/src/pyexample/insitu/insituiterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pyexample/insitu/insitumanager.py b/src/pyexample/insitu/insitumanager.py index b386ace..9d9c822 100644 --- a/src/pyexample/insitu/insitumanager.py +++ b/src/pyexample/insitu/insitumanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pyexample/runUnitTest.sh b/src/pyexample/runUnitTest.sh index 03f25d1..79c82b7 100755 --- a/src/pyexample/runUnitTest.sh +++ b/src/pyexample/runUnitTest.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pytools/CMakeLists.txt b/src/pytools/CMakeLists.txt index bd3464c..b58647b 100644 --- a/src/pytools/CMakeLists.txt +++ b/src/pytools/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2023 EDF +# Copyright (C) 2023-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/pytools/mpmcn.py b/src/pytools/mpmcn.py index ccfea22..2b5a0a0 100644 --- a/src/pytools/mpmcn.py +++ b/src/pytools/mpmcn.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2022-2023 EDF +# Copyright (C) 2022-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -- 2.39.2