From 82bb414e0c912dc14a5930dce6505622fc739f7d Mon Sep 17 00:00:00 2001 From: Ovidiu MIRCESCU Date: Wed, 31 Mar 2021 14:31:57 +0200 Subject: [PATCH] Update licence. --- CMakeLists.txt | 2 +- src/CMakeLists.txt | 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/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/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/insitu/insituiterator.py | 2 +- src/pyexample/insitu/insitumanager.py | 2 +- 64 files changed, 64 insertions(+), 64 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9ae075..8959cac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 0080c28..fb26fe4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 417350a..9f80265 100644 --- a/src/cpp/CMakeLists.txt +++ b/src/cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 ad99ac4..7b3fa9e 100644 --- a/src/cpp/Exceptions.cxx +++ b/src/cpp/Exceptions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 855af5b..0c832e3 100644 --- a/src/cpp/Exceptions.hxx +++ b/src/cpp/Exceptions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 1af4f3e..86cae67 100644 --- a/src/cpp/Job.hxx +++ b/src/cpp/Job.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 c0ce84a..652261f 100644 --- a/src/cpp/JobParametersProxy.cxx +++ b/src/cpp/JobParametersProxy.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 769bc47..aa95cae 100644 --- a/src/cpp/JobParametersProxy.hxx +++ b/src/cpp/JobParametersProxy.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 4d102cd..78492c3 100644 --- a/src/cpp/Launcher.hxx +++ b/src/cpp/Launcher.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 beeaf5f..88973f0 100644 --- a/src/cpp/MonoPyJob.cxx +++ b/src/cpp/MonoPyJob.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 c45c25c..5f011e6 100644 --- a/src/cpp/MonoPyJob.hxx +++ b/src/cpp/MonoPyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 115bea0..a540218 100644 --- a/src/cpp/PyConversions.hxx +++ b/src/cpp/PyConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 2ee90bc..03ab8b6 100644 --- a/src/cpp/PyStudyFunction.cxx +++ b/src/cpp/PyStudyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 e3e02a5..9860ce1 100644 --- a/src/cpp/PyStudyFunction.hxx +++ b/src/cpp/PyStudyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 a7171a4..f55b861 100644 --- a/src/cpp/PyStudyJob.cxx +++ b/src/cpp/PyStudyJob.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 622ece2..25863ef 100644 --- a/src/cpp/PyStudyJob.hxx +++ b/src/cpp/PyStudyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 35c1066..292150b 100644 --- a/src/cpp/Sample.hxx +++ b/src/cpp/Sample.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 19db48f..1e70e9c 100644 --- a/src/cpp/SamplePyConversions.hxx +++ b/src/cpp/SamplePyConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 5654b3a..6816165 100644 --- a/src/cpp/StudyFunction.hxx +++ b/src/cpp/StudyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 54bc43f..426d951 100644 --- a/src/cpp/TMonoPyJob.hxx +++ b/src/cpp/TMonoPyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 4b4182d..ba277eb 100644 --- a/src/cpp/TPyStudyJob.hxx +++ b/src/cpp/TPyStudyJob.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 6f7ead5..2944733 100644 --- a/src/cpp/Test/CMakeLists.txt +++ b/src/cpp/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 1cb3378..6ff25f1 100644 --- a/src/cpp/Test/PyTestMain.cxx +++ b/src/cpp/Test/PyTestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 3704302..9889cef 100644 --- a/src/cpp/Test/SampleTest.cxx +++ b/src/cpp/Test/SampleTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 a96270b..1abf483 100644 --- a/src/cpp/Test/SampleTest.hxx +++ b/src/cpp/Test/SampleTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 e633129..d7f2be2 100644 --- a/src/cpp/Test/StudyGeneralTest.cxx +++ b/src/cpp/Test/StudyGeneralTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 739ce25..0542e99 100644 --- a/src/cpp/Test/StudyGeneralTest.hxx +++ b/src/cpp/Test/StudyGeneralTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 354f483..b8979a2 100644 --- a/src/cpp/Test/StudyRestartTest.cxx +++ b/src/cpp/Test/StudyRestartTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 f42a286..d42f1d7 100644 --- a/src/cpp/Test/StudyRestartTest.hxx +++ b/src/cpp/Test/StudyRestartTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 dcc31f3..9f44746 100644 --- a/src/cpp/Test/TestMain.cxx +++ b/src/cpp/Test/TestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 1064b37..c817051 100644 --- a/src/cpp/YacsStudyFunction.cxx +++ b/src/cpp/YacsStudyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 e1529be..58fd954 100644 --- a/src/cpp/YacsStudyFunction.hxx +++ b/src/cpp/YacsStudyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 b91514b..8774193 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 03895a9..a0a3d1c 100644 --- a/src/gui/ParamsConfig.cxx +++ b/src/gui/ParamsConfig.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 d461b3a..a66ada0 100644 --- a/src/gui/ParamsConfig.hxx +++ b/src/gui/ParamsConfig.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 9015b28..76e2a2e 100644 --- a/src/gui/PathsConfig.cxx +++ b/src/gui/PathsConfig.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 bea377e..d87247b 100644 --- a/src/gui/PathsConfig.hxx +++ b/src/gui/PathsConfig.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 dfbf7a4..5a16596 100644 --- a/src/gui/QuickConfig.cxx +++ b/src/gui/QuickConfig.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 8dc06eb..8d031a8 100644 --- a/src/gui/QuickConfig.hxx +++ b/src/gui/QuickConfig.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 2e5c5a1..01d2324 100644 --- a/src/gui/ResourceWidget.cxx +++ b/src/gui/ResourceWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 cf8db53..86ea843 100644 --- a/src/gui/ResourceWidget.hxx +++ b/src/gui/ResourceWidget.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 9f05f1c..b5c6bf3 100644 --- a/src/gui/ydefxgui.cxx +++ b/src/gui/ydefxgui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // 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 e5c500e..f5a2ca3 100644 --- a/src/pydefx/CMakeLists.txt +++ b/src/pydefx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 9f8c9c1..142f1e6 100644 --- a/src/pydefx/__init__.py +++ b/src/pydefx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 2722f4e..bf7d4df 100644 --- a/src/pydefx/allpurposebuilder.py +++ b/src/pydefx/allpurposebuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 84516f6..260cb3e 100644 --- a/src/pydefx/configuration.py +++ b/src/pydefx/configuration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 915af07..e8e52fa 100644 --- a/src/pydefx/defaultschemabuilder.py +++ b/src/pydefx/defaultschemabuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 0b7e1b1..09edcb0 100644 --- a/src/pydefx/localbuilder.py +++ b/src/pydefx/localbuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 a6b455f..0235ac2 100644 --- a/src/pydefx/localstudy.py +++ b/src/pydefx/localstudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 73a7c6b..1cd8cd2 100644 --- a/src/pydefx/multijobbuilder.py +++ b/src/pydefx/multijobbuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 b6c39e0..9cc493c 100644 --- a/src/pydefx/multijobstudy.py +++ b/src/pydefx/multijobstudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 e277674..df93ceb 100644 --- a/src/pydefx/parameters.py +++ b/src/pydefx/parameters.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 4053c90..4263e6e 100644 --- a/src/pydefx/pyscript.py +++ b/src/pydefx/pyscript.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 ed3673b..364b4ff 100644 --- a/src/pydefx/pystudy.py +++ b/src/pydefx/pystudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 6e6ead7..4ec0163 100644 --- a/src/pydefx/sample.py +++ b/src/pydefx/sample.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 77cf712..0daf1eb 100644 --- a/src/pydefx/samplecsviterator.py +++ b/src/pydefx/samplecsviterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 013ffa3..3139cb5 100644 --- a/src/pydefx/samplecsvmanager.py +++ b/src/pydefx/samplecsvmanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 1388d4c..80ac921 100644 --- a/src/pydefx/slurmbuilder.py +++ b/src/pydefx/slurmbuilder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 156dda7..d5c8b10 100644 --- a/src/pydefx/slurmstudy.py +++ b/src/pydefx/slurmstudy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 6b069a9..c943a20 100644 --- a/src/pydefx/studyexception.py +++ b/src/pydefx/studyexception.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 b9e20c1..3d43055 100644 --- a/src/pydefx/studyresult.py +++ b/src/pydefx/studyresult.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 d61efb4..2160cd7 100644 --- a/src/pyexample/CMakeLists.txt +++ b/src/pyexample/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 e73b93f..71118f9 100644 --- a/src/pyexample/insitu/insituiterator.py +++ b/src/pyexample/insitu/insituiterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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 bbf5d63..27e7a1e 100644 --- a/src/pyexample/insitu/insitumanager.py +++ b/src/pyexample/insitu/insitumanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # 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