]> SALOME platform Git repositories - tools/ydefx.git/commitdiff
Salome HOME
Update licence. V9_7_0 V9_7_0b1 V9_7_0rc1 V9_7_0rc2
authorOvidiu MIRCESCU <ovidiu.mircescu@edf.fr>
Wed, 31 Mar 2021 12:31:57 +0000 (14:31 +0200)
committerOvidiu MIRCESCU <ovidiu.mircescu@edf.fr>
Wed, 31 Mar 2021 12:31:57 +0000 (14:31 +0200)
64 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/cpp/CMakeLists.txt
src/cpp/Exceptions.cxx
src/cpp/Exceptions.hxx
src/cpp/Job.hxx
src/cpp/JobParametersProxy.cxx
src/cpp/JobParametersProxy.hxx
src/cpp/Launcher.hxx
src/cpp/MonoPyJob.cxx
src/cpp/MonoPyJob.hxx
src/cpp/PyConversions.hxx
src/cpp/PyStudyFunction.cxx
src/cpp/PyStudyFunction.hxx
src/cpp/PyStudyJob.cxx
src/cpp/PyStudyJob.hxx
src/cpp/Sample.hxx
src/cpp/SamplePyConversions.hxx
src/cpp/StudyFunction.hxx
src/cpp/TMonoPyJob.hxx
src/cpp/TPyStudyJob.hxx
src/cpp/Test/CMakeLists.txt
src/cpp/Test/PyTestMain.cxx
src/cpp/Test/SampleTest.cxx
src/cpp/Test/SampleTest.hxx
src/cpp/Test/StudyGeneralTest.cxx
src/cpp/Test/StudyGeneralTest.hxx
src/cpp/Test/StudyRestartTest.cxx
src/cpp/Test/StudyRestartTest.hxx
src/cpp/Test/TestMain.cxx
src/cpp/YacsStudyFunction.cxx
src/cpp/YacsStudyFunction.hxx
src/gui/CMakeLists.txt
src/gui/ParamsConfig.cxx
src/gui/ParamsConfig.hxx
src/gui/PathsConfig.cxx
src/gui/PathsConfig.hxx
src/gui/QuickConfig.cxx
src/gui/QuickConfig.hxx
src/gui/ResourceWidget.cxx
src/gui/ResourceWidget.hxx
src/gui/ydefxgui.cxx
src/pydefx/CMakeLists.txt
src/pydefx/__init__.py
src/pydefx/allpurposebuilder.py
src/pydefx/configuration.py
src/pydefx/defaultschemabuilder.py
src/pydefx/localbuilder.py
src/pydefx/localstudy.py
src/pydefx/multijobbuilder.py
src/pydefx/multijobstudy.py
src/pydefx/parameters.py
src/pydefx/pyscript.py
src/pydefx/pystudy.py
src/pydefx/sample.py
src/pydefx/samplecsviterator.py
src/pydefx/samplecsvmanager.py
src/pydefx/slurmbuilder.py
src/pydefx/slurmstudy.py
src/pydefx/studyexception.py
src/pydefx/studyresult.py
src/pyexample/CMakeLists.txt
src/pyexample/insitu/insituiterator.py
src/pyexample/insitu/insitumanager.py

index d9ae075ecf4e5f31d7e646e342730f1154ad8808..8959cac7f209fe69a9a653b9d3f050e6df072f70 100644 (file)
@@ -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
index 0080c28b1c21125eb38d018264dba32d32f3eabc..fb26fe43fbb20738fabfa687c0826b093ebd699e 100644 (file)
@@ -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
index 417350adc7257f360baf69eb846ee3e25db3f278..9f802656e56ea6a60b3a6b34c1fa07c9f7f7d8cd 100644 (file)
@@ -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
index ad99ac40bdaf8488b5c2f124604a759ef9e5f973..7b3fa9e609f41f88e9267654c28fde293e68cd12 100644 (file)
@@ -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
index 855af5b265f552ad4e89cd6a38e8425f7e12ded9..0c832e34d401f5541f482b734a7f0bdba5785733 100644 (file)
@@ -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
index 1af4f3ef1f23177c1d60072e05d9ef23d3216f82..86cae676dd572dea0488f2535e5d621b930aa1c9 100644 (file)
@@ -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
index c0ce84a7b269c2f5eb4d1110868a9c21a9b00ce0..652261fcb1589c07aa3bde5be2151e08ea8bece3 100644 (file)
@@ -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
index 769bc4748e110ad2f8b406ee327d99476470218a..aa95cae53a5d9407b1ff258b2d2e0d3c988649b3 100644 (file)
@@ -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
index 4d102cd6348d18883aeef5dfff3600fd5932a38d..78492c3c054709c4ff83b41b3f31b3edb600c4fd 100644 (file)
@@ -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
index beeaf5fba0a1d7050e921e24a27d296860cfe4be..88973f092603c8ad36dd54a05123a82938a10404 100644 (file)
@@ -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
index c45c25c13fbe935659d2bad7e2fe1d98ae64d650..5f011e63bf9f6c364e6ac418271a5a386f9b62ee 100644 (file)
@@ -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
index 115bea03e32a1fd6995ba52e433fd10e42824960..a5402189e3bb0ca4f101c58fe6690941d5efc28a 100644 (file)
@@ -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
index 2ee90bc1c7407286f5bb8f50de60d89131e7d13a..03ab8b650b97ccdbb2466c6051904b3a7aa8bba6 100644 (file)
@@ -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
index e3e02a5496845e786322e2d6dbc262f052f53961..9860ce16734bfb3f6fe190765b43df57c9d046d3 100644 (file)
@@ -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
index a7171a4aa4e716523ba8469f876f04da545f7c82..f55b8610c75ab6976d69403b51f0c20cd6565e32 100644 (file)
@@ -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
index 622ece2a8c35ea99b37b9b1c46e1f4addfd19072..25863efe5751ac2f809f7c3a7e17911540fd9230 100644 (file)
@@ -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
index 35c10669716058d7d40f39f4e2b42bb6e64c6113..292150bafbf797e6d7dfcd9ce5bd09494e4f0a34 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019  EDF R&D\r
+// Copyright (C) 2019-2021 EDF R&D\r
 //\r
 // This library is free software; you can redistribute it and/or\r
 // modify it under the terms of the GNU Lesser General Public\r
index 19db48f4d318a0c0edbdeaa4843973dec4540519..1e70e9c0e480cd378934f60185be7a50312916d1 100644 (file)
@@ -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
index 5654b3a5108038985ba57d3a6b1b465da607bcdf..6816165cbfec9ae62c198d00ad3af1d2e4ac6f51 100644 (file)
@@ -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
index 54bc43f17bb57f12d46b55ac68eeebcf9e894fc5..426d951d285f9caa735bb3401daa2fa62c30a8d6 100644 (file)
@@ -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
index 4b4182db065abcdd5b74a019b146b8ea27f1d1a5..ba277ebd95a319fafb6a08efafb8a7b34780bdb1 100644 (file)
@@ -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
index 6f7ead5e9469d64d9e9b6e1164a4957c9e1de044..294473332d66d1e56d9b393db63d5d79c319e6f5 100644 (file)
@@ -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
index 1cb33780b0a598bd080ca202f2848cca8971c8b2..6ff25f1c3b3679f70f2a544fca4259799d2d889f 100644 (file)
@@ -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
index 3704302baccf6ea9173a893d69d630b7f2a24f0b..9889cef02e83cec9938398ad9749f1e4ef746479 100644 (file)
@@ -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
index a96270ba3bfcdd32916d1999bd5032bd36b2d308..1abf483d5ea6b0c66641e12353cc1fe9c9d0295b 100644 (file)
@@ -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
index e633129dac8bd64ee9a7d5c91a4be2421e9a7e09..d7f2be2f261bc8bec0fe9c3e7459a13174158cfe 100644 (file)
@@ -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
index 739ce25370bce33b84792dc05598165349070031..0542e99aeac01fb19d9f3fb525d4f96265551789 100644 (file)
@@ -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
index 354f4833846e84112377b0025f991c3da4b3e3e0..b8979a230d319674890a1f57f6dae46529a8b5dd 100644 (file)
@@ -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
index f42a2861b5531185c77a786bc0676f5fc4ac1904..d42f1d76791e34fadd7c6c624381518889b07b00 100644 (file)
@@ -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
index dcc31f36a9f1fd0f5e0199d33e6f80e8c0ca9cad..9f447465f0f5b40b281befacbf1e1edc8b4331f6 100644 (file)
@@ -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
index 1064b3760674cb8521c46b924c90fa08baeee1da..c81705118b73df1ac5658c32e89da5e8c7762b71 100644 (file)
@@ -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
index e1529be5b03a8fcb4d85d99a406c81865b2f2986..58fd95499091404b02879a759e239251187f8ddc 100644 (file)
@@ -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
index b91514bfebfaa7317bdbde4abdebf5be0396020f..8774193bd775b143cfa26412c7dfd2a7b288fc1d 100644 (file)
@@ -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
index 03895a90117a3c64636d2b598c3cbc40e37ae209..a0a3d1ccc31173c96f4855dcd3ca1da032e3eafd 100644 (file)
@@ -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
index d461b3af581c55e0f7d09c20db02d47bfc5af905..a66ada03a8539e9bdc711ca9102a6f05c4e2eb82 100644 (file)
@@ -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
index 9015b28e049856f1bc71d6cf4c0b930b23e60259..76e2a2ed3a409389c600a389ea96aab00810db63 100644 (file)
@@ -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
index bea377ec298c11b197420c20e56fefb7de125552..d87247b2eb63af9e869f060a0b57024ea5af247a 100644 (file)
@@ -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
index dfbf7a401763c31237e1ea5cbbf540ca62dcd722..5a16596269452314e469957d5ae10536da3e6fd8 100644 (file)
@@ -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
index 8dc06eb479e7ca6e1050d6f9461052f3f02669e1..8d031a8255421b393e2aa7bb6941abaad8dc287b 100644 (file)
@@ -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
index 2e5c5a1e800f4d6994de7f763bb02c52a08a7a7c..01d2324f77418fa857f53957ea508c43c996fe86 100644 (file)
@@ -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
index cf8db53fbf7ec87185e7a9604ba4a7d8335035e1..86ea843309a83e7d5ecbf0d53cecf8e94d0d5b64 100644 (file)
@@ -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
index 9f05f1c988fdbc960306251d6c87b43ee3ce959c..b5c6bf32def8f4ac40acd083899c27c64d26cc1c 100644 (file)
@@ -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
index e5c500ed09aa6c2f2d8f6b66465686927abcf25d..f5a2ca3dd437c76f492c30c62230b9c05ddd1f15 100644 (file)
@@ -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
index 9f8c9c1155dcf4e345284b83140c828489202241..142f1e696bdc55fb71eeaca37b6cf00436d581c2 100644 (file)
@@ -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
index 2722f4e6598817b96f0427eb4ebc8ac76ce52cd8..bf7d4df930a2629efb16fd8c973d3de0a70a5aa2 100644 (file)
@@ -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
index 84516f65ed9339a468a6c8d111a53ba87e3e1e94..260cb3e15a0a808f5664c2a1642d5c2d7fceb1ff 100644 (file)
@@ -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
index 915af07c56be4488b64764cf3195319f95526f6f..e8e52faa29a58dbcf8bab4208fe2bd5b58de1fa6 100644 (file)
@@ -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
index 0b7e1b12e60d3b3fa91edbdfcb174645d3fbd8f1..09edcb0fb0cacff4f7bceb6e5b3c0f52759f853c 100644 (file)
@@ -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
index a6b455fbcfcbd751ef16c3f3299951b3a6b7c73d..0235ac263adcb739c430d193f1d1cc11e4eb307d 100644 (file)
@@ -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
index 73a7c6bd890e7941f4ec4d4f582552af5e6a6a0c..1cd8cd2d2be17dc5af3c02bd84fb867e4a9e094b 100644 (file)
@@ -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
index b6c39e0aa552dd47c6a1cc140cb37a5427fe4a46..9cc493c337480f52f1912de17f84e1ab97fabb9d 100644 (file)
@@ -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
index e27767438cc2adea7d43df6830752e4daf55167b..df93ceb76412d2468f913a2bf16a351ab71b2a76 100644 (file)
@@ -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
index 4053c903366d9c37bc95a6f40e439f9b5cb8f746..4263e6e3247468b273f5168d6a728078165ecc0c 100644 (file)
@@ -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
index ed3673b3e7bc52a142dff71338eee7793edc7d8a..364b4fff32ed1672274a7cacf350dd5310fe8c02 100644 (file)
@@ -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
index 6e6ead7d634214298c154a38dc04f9b27f636ccf..4ec01633c88f689b2e1f1f0abcfd699573ef883b 100644 (file)
@@ -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
index 77cf712402844c101fa93a401615c37f5ad5f73b..0daf1eb7d27fd19821941b785a3c38447ad67b01 100644 (file)
@@ -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
index 013ffa3899775e4bb1be04acb89c9fedae8b4acd..3139cb5e730154520c88d214345355a13c2fe1aa 100644 (file)
@@ -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
index 1388d4c806e29ee2852217912df67ff5aaed903f..80ac921eda14e682757a73dba2a0a789f7cdf3b9 100644 (file)
@@ -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
index 156dda72b25e172487db738bec8c950d85c6da56..d5c8b104c488278d1dee7340bc2307d4531bf055 100644 (file)
@@ -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
index 6b069a95b4e292ce9701bc9437f5e1320c8ec0d1..c943a20de6fa2067646e06a45b0bad8cc88b8e16 100644 (file)
@@ -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
index b9e20c13a4be9e6da6120959f7766592219844a1..3d43055ba31349f6150e8c40a2e723c5b18e8326 100644 (file)
@@ -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
index d61efb42221bf563f9135c57ea266d0d74a0b695..2160cd74b79d4564a16e8c050f5656ad47737080 100644 (file)
@@ -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
index e73b93ff48cf13ab93e455c9871d9277a442ce72..71118f94cec10eaec6ccaa82166139ee015c3565 100644 (file)
@@ -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
index bbf5d639179090b71b004fed4b733eb3f38ac4c0..27e7a1e226a254fc675da81bf678df55a06b3053 100644 (file)
@@ -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