]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Updating version and copyright date information
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Tue, 21 Jan 2020 12:54:37 +0000 (13:54 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Tue, 21 Jan 2020 12:54:37 +0000 (13:54 +0100)
198 files changed:
Makefile.am
bin/AdaoCatalogGenerator.py
bin/AdaoYacsSchemaCreator.py
bin/CMakeLists.txt
bin/Makefile.am
bin/gui_Adao_QT_Eficas.py
bin/module_version.py
configure.ac
doc/Makefile.am
doc/en/CMakeLists.txt
doc/en/Makefile.am
doc/en/advanced.rst
doc/en/bibliography.rst
doc/en/conf.py
doc/en/glossary.rst
doc/en/gui_in_salome.rst
doc/en/index.rst
doc/en/intro.rst
doc/en/license.rst
doc/en/methodology.rst
doc/en/notations.rst
doc/en/ref_algorithm_3DVAR.rst
doc/en/ref_algorithm_4DVAR.rst
doc/en/ref_algorithm_AdjointTest.rst
doc/en/ref_algorithm_Blue.rst
doc/en/ref_algorithm_DerivativeFreeOptimization.rst
doc/en/ref_algorithm_DifferentialEvolution.rst
doc/en/ref_algorithm_EnsembleBlue.rst
doc/en/ref_algorithm_EnsembleKalmanFilter.rst
doc/en/ref_algorithm_ExtendedBlue.rst
doc/en/ref_algorithm_ExtendedKalmanFilter.rst
doc/en/ref_algorithm_FunctionTest.rst
doc/en/ref_algorithm_GradientTest.rst
doc/en/ref_algorithm_KalmanFilter.rst
doc/en/ref_algorithm_LinearLeastSquares.rst
doc/en/ref_algorithm_LinearityTest.rst
doc/en/ref_algorithm_LocalSensitivityTest.rst
doc/en/ref_algorithm_NonLinearLeastSquares.rst
doc/en/ref_algorithm_ObserverTest.rst
doc/en/ref_algorithm_ParallelFunctionTest.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/ref_algorithm_QuantileRegression.rst
doc/en/ref_algorithm_SamplingTest.rst
doc/en/ref_algorithm_TabuSearch.rst
doc/en/ref_algorithm_TangentTest.rst
doc/en/ref_algorithm_UnscentedKalmanFilter.rst
doc/en/ref_assimilation_keywords.rst
doc/en/ref_checking_keywords.rst
doc/en/ref_covariance_requirements.rst
doc/en/ref_entry_types.rst
doc/en/ref_observers_requirements.rst
doc/en/ref_operator_requirements.rst
doc/en/ref_options_AlgorithmParameters.rst
doc/en/ref_output_variables.rst
doc/en/reference.rst
doc/en/theory.rst
doc/en/tui.rst
doc/en/tutorials_in_python.rst
doc/en/tutorials_in_salome.rst
doc/fr/CMakeLists.txt
doc/fr/Makefile.am
doc/fr/advanced.rst
doc/fr/bibliography.rst
doc/fr/conf.py
doc/fr/glossary.rst
doc/fr/gui_in_salome.rst
doc/fr/index.rst
doc/fr/intro.rst
doc/fr/license.rst
doc/fr/methodology.rst
doc/fr/notations.rst
doc/fr/ref_algorithm_3DVAR.rst
doc/fr/ref_algorithm_4DVAR.rst
doc/fr/ref_algorithm_AdjointTest.rst
doc/fr/ref_algorithm_Blue.rst
doc/fr/ref_algorithm_DerivativeFreeOptimization.rst
doc/fr/ref_algorithm_DifferentialEvolution.rst
doc/fr/ref_algorithm_EnsembleBlue.rst
doc/fr/ref_algorithm_EnsembleKalmanFilter.rst
doc/fr/ref_algorithm_ExtendedBlue.rst
doc/fr/ref_algorithm_ExtendedKalmanFilter.rst
doc/fr/ref_algorithm_FunctionTest.rst
doc/fr/ref_algorithm_GradientTest.rst
doc/fr/ref_algorithm_KalmanFilter.rst
doc/fr/ref_algorithm_LinearLeastSquares.rst
doc/fr/ref_algorithm_LinearityTest.rst
doc/fr/ref_algorithm_LocalSensitivityTest.rst
doc/fr/ref_algorithm_NonLinearLeastSquares.rst
doc/fr/ref_algorithm_ObserverTest.rst
doc/fr/ref_algorithm_ParallelFunctionTest.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/ref_algorithm_QuantileRegression.rst
doc/fr/ref_algorithm_SamplingTest.rst
doc/fr/ref_algorithm_TabuSearch.rst
doc/fr/ref_algorithm_TangentTest.rst
doc/fr/ref_algorithm_UnscentedKalmanFilter.rst
doc/fr/ref_assimilation_keywords.rst
doc/fr/ref_checking_keywords.rst
doc/fr/ref_covariance_requirements.rst
doc/fr/ref_entry_types.rst
doc/fr/ref_observers_requirements.rst
doc/fr/ref_operator_requirements.rst
doc/fr/ref_options_AlgorithmParameters.rst
doc/fr/ref_output_variables.rst
doc/fr/reference.rst
doc/fr/theory.rst
doc/fr/tui.rst
doc/fr/tutorials_in_python.rst
doc/fr/tutorials_in_salome.rst
i18n/CMakeLists.txt
i18n/Makefile.am
resources/ADAOCatalog.xml
resources/ADAOSchemaCatalog.xml
resources/CMakeLists.txt
resources/Makefile.am
resources/SalomeApp.xml
src/CMakeLists.txt
src/Makefile.am
src/daComposant/CMakeLists.txt
src/daComposant/Makefile.am
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/AdjointTest.py
src/daComposant/daAlgorithms/Blue.py
src/daComposant/daAlgorithms/DerivativeFreeOptimization.py
src/daComposant/daAlgorithms/DifferentialEvolution.py
src/daComposant/daAlgorithms/EnsembleBlue.py
src/daComposant/daAlgorithms/EnsembleKalmanFilter.py
src/daComposant/daAlgorithms/ExtendedBlue.py
src/daComposant/daAlgorithms/ExtendedKalmanFilter.py
src/daComposant/daAlgorithms/FunctionTest.py
src/daComposant/daAlgorithms/GradientTest.py
src/daComposant/daAlgorithms/InputValuesTest.py
src/daComposant/daAlgorithms/KalmanFilter.py
src/daComposant/daAlgorithms/LinearLeastSquares.py
src/daComposant/daAlgorithms/LinearityTest.py
src/daComposant/daAlgorithms/LocalSensitivityTest.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/ObserverTest.py
src/daComposant/daAlgorithms/ParallelFunctionTest.py
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daAlgorithms/QuantileRegression.py
src/daComposant/daAlgorithms/SamplingTest.py
src/daComposant/daAlgorithms/TabuSearch.py
src/daComposant/daAlgorithms/TangentTest.py
src/daComposant/daAlgorithms/UnscentedKalmanFilter.py
src/daComposant/daAlgorithms/__init__.py
src/daComposant/daCore/Aidsm.py
src/daComposant/daCore/AssimilationStudy.py
src/daComposant/daCore/BasicObjects.py
src/daComposant/daCore/ExtendedLogging.py
src/daComposant/daCore/Interfaces.py
src/daComposant/daCore/NumericObjects.py
src/daComposant/daCore/Persistence.py
src/daComposant/daCore/PlatformInfo.py
src/daComposant/daCore/Templates.py
src/daComposant/daCore/__init__.py
src/daComposant/daCore/version.py
src/daComposant/daNumerics/ApproximatedDerivatives.py
src/daComposant/daNumerics/__init__.py
src/daEficas/CMakeLists.txt
src/daEficas/Makefile.am
src/daEficas/__init__.py
src/daEficas/configuration_ADAO.py
src/daEficas/convert_adao.py
src/daEficas/generator_adao.py
src/daEficas/prefs.py
src/daEficas/prefs_ADAO.py.in
src/daSalome/CMakeLists.txt
src/daSalome/Makefile.am
src/daSalome/__init__.py
src/daSalome/adaoBuilder.py
src/daSalome/daGUI/ADAO.py
src/daSalome/daGUI/ADAOGUI.py
src/daSalome/daGUI/CMakeLists.txt
src/daSalome/daGUI/Makefile.am
src/daSalome/daGUI/daEficasWrapper/Makefile.am
src/daSalome/daGUI/daEficasWrapper/__init__.py
src/daSalome/daGUI/daEficasWrapper/adaoEficasWrapper.py
src/daSalome/daGUI/daGuiImpl/ADAOGUI_impl.py
src/daSalome/daGUI/daGuiImpl/Makefile.am
src/daSalome/daGUI/daGuiImpl/__init__.py
src/daSalome/daGUI/daGuiImpl/adaoCase.py
src/daSalome/daGUI/daGuiImpl/adaoGuiHelper.py
src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py
src/daSalome/daGUI/daGuiImpl/adaoStudyEditor.py
src/daSalome/daGUI/daUtils/Makefile.am
src/daSalome/daGUI/daUtils/__init__.py
src/daSalome/daGUI/daUtils/adaoEficasEvent.py
src/daSalome/daGUI/daUtils/adaoLogger.py
src/daSalome/daYacsIntegration/__init__.py
src/daSalome/daYacsIntegration/daOptimizerLoop.py
src/daSalome/daYacsIntegration/daStudy.py
src/daSalome/daYacsSchemaCreator/__init__.py
src/daSalome/daYacsSchemaCreator/help_methods.py
src/daSalome/daYacsSchemaCreator/infos_daComposant.py
src/daSalome/daYacsSchemaCreator/methods.py
src/daSalome/daYacsSchemaCreator/run.py

index d69eca2040af4270f2707cfbc5e01b147eec3d0a..44cbdb9827b5e0afba8b3798c33d1053e43bb897 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 d0473cb4a41932fe072bb13b223890ee183d722e..25fae6abdc109c48033e49de6f887f3de6af2df9 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
@@ -52,7 +52,7 @@ except:
 #----------- Templates Part ---------------#
 begin_catalog_file = """# -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index b22e5946b5ab0a6a2c555113c9cc39b5d78b6496..83e47eb3f6eeb3997f2c73162c787ac5090a8610 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f40cd7dbe256bbc537fb48967b0ddb42e0b886f2..d11c576b553cf95718a77d56b9d65a89b5619a09 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 a541c59576c2d4d3158c69cb368f4c10d8346806..e4250bd24f8d9572bc6940cb06f1a8452c47ebc4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 38d7ec7b6423990fdad94c34ee50691f05c5fe0d..b3d25125d8db88b4f5b7648be72a96796221453c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 b77e3749ecbe08f14abe327e9e900a6aecf6a5ee..1fd46fa750a1929897fe7f0a76d64af443252864 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
@@ -29,9 +29,9 @@ __author__ = "Jean-Philippe ARGAUD"
 __all__ = []
 
 name     = "ADAO"
-version  = "9.4.0"
-year     = "2019"
-date     = "vendredi 29 novembre 2019, 12:12:12 (UTC+0100)"
+version  = "9.5.0"
+year     = "2020"
+date     = "vendredi 27 mars 2020, 12:12:12 (UTC+0100)"
 
 longname = name + ", a module for Data Assimilation and Optimization"
 cata     = "V" + version.replace(".","_")
index e48f1959ef71643f92429ea8a4a4404c746d900d..b7e50420b7efa5533bc68fd438fc7f8917f2fe21 100644 (file)
@@ -1,4 +1,4 @@
-dnl  Copyright (C) 2008-2019 EDF R&D
+dnl  Copyright (C) 2008-2020 EDF R&D
 dnl
 dnl  This file is part of SALOME ADAO module
 dnl
index 8667298fd07945561d21f5b49d044266afffa9b7..0a722945451a92725fc7ab9ba2b49ab6641b131e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index e42673a4e84090f99f8eaf30597e15c45b31930f..3ca230aa612d079fb4aa7837353c55db7acb8c20 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 40b330e2fe37276b89c9b3f77d2dc0cc48ada5d9..336bf408b3d61bada1529e3b979b09e625cfa21b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f0a4e1849881bdce6d57960dedff4fdef439942c..3f4f04abee416c496b241ab61a9252d8ab27b826 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 0e51f360d403fedf049f818c56147382dcef5a29..3f332725087c496cdd1df378da1611b5bff997d1 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b1d0cb0a30ba8bb52eed0e26eddd1d0508c3942b..9b6bfa18ab7e3c3d265d17b6a15af69a2269ef38 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index a3a33b26d45ed47943fd5106b45d104d9bd3ddb6..ba90015d8cdee4975963f25c9a71e38b01325d32 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b88684ec5830777b45e0b0bbfaa4cedcdc3b1736..f7d847f01e4bfe291b933e1d901044db35895341 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index fd80289507219ad0ac444ddb8a95044bcae379cf..b9b5da0d825e78486a1f427949cc1785b27c0a19 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index fbc368d54152449b9732840846769df5cec2a8d2..7ad22bd26e017f0ea3facbd854e11293211da765 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 7badfe4f874d5a6b11c41f2112b4b7a86bf418d2..b4835d43fa8ebdc2bb9d66daaf9770a4687e413d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -38,7 +38,7 @@ GPL), as stated here and in the source files::
 
     <ADAO, a module for Data Assimilation and Optimization>
 
-    Copyright (C) 2008-2019 EDF R&D
+    Copyright (C) 2008-2020 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 c2fd560d9c4da214cf63755dd2c39d8ab184bbfb..c663555c2bfb1ad0637c9da3db30dee2edb60efd 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 6dafd690baf6c80d411ab31e3aa5b49e2ffd3bb0..03642f19bc05d766926baacbaef894fbafab8386 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e4364e7ca3b158e9dd54a29ad80545b80e84439e..8259aae3ed1464e5461e8ff71243475694204cc7 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b838cc094bd46d3e9800c7f22c44e801220e1419..e335338d26be882dfcf27e9d3f8f7da943a634dc 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 5aec2830005c5ad0faba3bcab470682801706a76..e2e638cdcdd33842765ec929ddcada818a162357 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index be0d7ff2d8cd7ed448b9bc974a5488e2980eb32e..b24932fc8428115e84c2bdc3db1e6a7a0168ecdc 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 1b7553879b9d969c3be35243ff4581e4818ae318..59834539cea1201465c5528b87f3cdda1e5a52a4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 470d4460a756c62312afe0c0b3e8ccc9249dec86..09af20b22bfe46ebe72e5f1849aa0d2f7c6014a8 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 77e95fff03af46d128caefe1be756abbba5e84bb..60fbef64194ab457efdbb45eca95b45fa1a23436 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 02e49c2169b9ab6ad4b5fb1a1544041f10352ef7..4ba9f270dcebe105ccb584f6a06224a0da023f74 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 988e1cffe600f1b506afadee1dd6aa5cdc8eac8e..264fde8c58d5ff6acae2ba9ce0144771519c6c13 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 979254dbceb2ffa4e1d60e8ea6ccf131a75f1491..88fbdec151b7fcdf2bb92ec65636f6e9c8e58f06 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 9f38afcd45ad3d143ed7b6aeea324afb931144db..c41eccb65c726d797582258593983e8c53c0f8ae 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index f70147b9711b6fd26f6af4984fbb7d75d484db2b..6c9fe06132b305b3bd1b64061c40b07e33a68fc4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 811ddffb1ff806dedebf4f2415f6d1597b4fbc76..556d4752308530f782938212e8f6caa0b510444d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 07251b06c2d8a4f4e53f4a65fa0e2e5ef3ddd604..00700e96c0e4be262f60acce54e620941a70838b 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 753c01bd937252535c6ba300aa7e86e3dd9d3481..1e3c59cbe264ba9dde5916197084bf91503bc47b 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index d1992c954a6cc84347c7aa41f36d7fc0f23dcf53..7b46eb616af786e5083253f1c4024ea96e500d7e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 51e065f253e714f9274e115457d852baa0f2b99b..532a760f52d485da55682fac9eea3354a62cd92d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index c4aceb6e5ef5c640eb4b7832153a8c265851b36c..8b2f4a3cf72a13ddc5e4a02f3cc1ebaecd8aea77 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 58d6ba4171d7a5002e000bce4c8c85a4e066f505..a16f883e76926fabfd49969e1c63018c7e958b2e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e7770847bdfcac1b8f8f520e2c9f7c15f9f26227..e9a4e4f5d8d2a6517dea8af73395e30ae6453045 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 07f016a918c63a10ca0a00e3ecb947b6bf97c3b6..e671b6c46ab09f90df2674dbe7981816abc97b0a 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 41c08f531dc934da925bf506d03a7d39bc854031..c8cf3a7124ea8ef5253146fe946ffb1c55e03051 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index bff3ee913320f96dfa5d715e0ed1e64f0b8ca4ba..10af47e1ff931fcff042daf799b540bd98d2f672 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 6269d3864d93c75e09bd39c80305eeb5293ff57a..fa89cf319416d2b72ccd38e73b188a8f6bc5860d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index f84ab52ea9bbc84d10a5b6d38a431f6e6f9b8e05..7f2c803789a6aa996b013b7ccaec841e5161ca55 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index d01930478f36181e4f0ca9fbda31d7f385ac2053..c18f3e67f8b9f84dd8c888cce59ca42b889a277f 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 7a72535eadd1a0de413565fab7b584f471efa6a2..897caa8ed89e68ca81a80ff15dfef74e2ff3ddb8 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index f3ec709520e923ab6909c48c208848071326c428..4ee7b6a591d70dbe367bf2e3af6d8f8100df396c 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 6cdd69ea78d48937a0f749b785ff45c0c1c3cc88..4fb1cf96999fea1d19329f056a7d3d9bc128b835 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a900f38fcb924c1e84b277ca25bb0f333b4d773b..6905b1b7cda37624d2ad226c6cb214f9c75a691f 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 860d67c8e05058805bfecaacd9f1a6c46cf7830e..0844a29c44f291c7d9f7336888bc92d75fb0000e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 273920288bab564bfc3bf17ff2215284e623da22..dc90da2b096e057a159dd85c627c32695c9c7073 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index fad7a413d9396ede6c130b2f35119369c0c0ee82..c1e1e7bb86cf8aaa1b25d5d98351efa921ba24f5 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 624bc1a16512d001b480daa41bcd35e628453d8b..3e48ba2979644f353dc44561eaee273f4d3b0382 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 48efd927c697ffba0105dc14a095480bb20ec79f..368312c7a8bf113e17a118fe7a352f169da2017d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 707ebffd400a8f66c31564ce5376f90c5b19b7fb..1cbbb9f4cfc67624edf3e9fbcd37294f8b0556de 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 905f69d2eb7e1ffc7a8b06c13300e803ea308bc5..1680b8bd03ba8858056a289537bd0dffeaba79f8 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 598f2fa70a4bce5d3dadd7d8f21fe4661c94ba3f..6497692eb44fd6a4cd7cbdcfbd97e4ded1f45fc9 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 74f897b3b09c92b28a70838d3708d0b479de89bc..3d5973610e4f8bd0df2a25db22660bfbc9d6dd0e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 abaecdf3257e38fffeb54cf4aa0059558c0ac943..8615e655f39e549b81e7e01e15cce3828f10f85b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 3da11c8b305f16cd853affb92861af4042c1f847..5e7e4db440d548db232e01f40b4ee9fe2d6c414e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ee828549852248411821d56047d89549f1f05e08..da2b5d82348dbe38156e727ba0df1e64a3718b88 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 7fa242a292e7a2f8a7071104bb9e9c7f751959fc..f3750095a0cbd4ce33d89c8ad6da6451ded115a7 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 1ab15d2ca3b81af700a5489f1184e498f6496770..2a542cf9535c1a7eeea23a11469a6d41f5425c19 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 8aa54e0dc96f50b8fd9497b9dbe94e38e722bf4f..e994d76ad572d9b82bb461b80a955164ea946c0d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a74f45c897280c3608f9f29da8c8e308a3608731..de88e51f97592be19f67a1570695e2d90bbb4e54 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 748aa6485db3a524c0dc5b00f7b278a1d360c66f..b100aa891a1ef5775c349575ceb61424d67982ea 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 519c012bbd5f04da65b0e37d8c0709abf679fa03..c854ccdfc93bd1b50c10e229f3b5dff52e54e969 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -38,7 +38,7 @@ tel qu'il est déclaré ici et dans les fichiers sources::
 
     <ADAO, a module for Data Assimilation and Optimization>
 
-    Copyright (C) 2008-2019 EDF R&D
+    Copyright (C) 2008-2020 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 d5ca22c618d7cb4c2b691c477757b270125114a8..952b302d0e174df150833e456b98bbaf7a5c3dbf 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index fb6b7f4c382d9abcd6de31ea4aa4f4ac3fc3eb87..e777c2ea1994dbf36192838791060c8194d39cdc 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 25f9a7139a91dd1887a3a80879bfe5a1cf223241..4a858977c520a345daded587094f744bd98189b2 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 43807d0bd3032f364936a2d0e0ca1ad4102b286b..4a104642a74091af226bd882bd1d6af83c292583 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a9a352eb1a12d596ee119413e135bed42439a044..e00f2b87472ab5af469dcf1d515776cd660e5d44 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 305e20f0cb0576fa5c31b59087faedcb3ab66e89..e0d76e902d91297ed96f7ae22c18008d52376f6c 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 8d0b0690cf4ed9ff81b316969c6902305c6a243e..c560d58cce730927ee4ad85e6fa5924bd508f853 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 2b93c5d375ec202b1650edcca9c638a650ff1e7e..c21a609aeb4095c4352e2e42653d0fadadc7c51a 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 5b322f86e226a7475abc2a36db4cdc255713e077..d8487d9d9f498cbe85fddcb84e7a9ef1a7ae827c 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 1049d1fb7d1a1d666b8705444cdf75d739e71d87..4d2fb67bb97c4467088ab06823f41590814e753e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ee894cd885fc5f0c2a74044187e62f8281be86c5..546cc69e0efdab2be2bd1bfda6d59ed13f045fc7 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 6e808635e15f99f04b44c17078b107d56dbbf9d8..7409227e4c516f902b973b287828e70063114105 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index da54fed4b2735e4bd09dfe86ea29421316603c5f..8d8ea478ca145e239018833743cf5857f6f440b7 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index f09919ab59fe94a878c2c6792b3c1e2236bc553a..a5ffd0876b88d8fc52c8c35522a1f795d745a86e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ea859975e6dde5ff61e51636a3f1dd8317071cce..abba1d6925fe90e50730d69299c7120b357d8c39 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ccd4a9942e653b2d5e8b675e3b4caf316380a7e5..f3df9f8e251f8cb71374059acf1ae0fedf89b397 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 14e6185de4738ec5bc8950649f11be0466a51e34..d4fa28813fd1de2af514cc853ed615b1437ba1b6 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 185317e302ce3be50febba391419ca3f87e2b1d1..0e5cef85e4002ea2625cb27e2bd05c18c422c0a5 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 483a60e47ceccc55ab7537147ce0f44782443875..bfaeeae59c9daccbce2f043ff114c7404ee639bf 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b0794409c5b25ae07e54aa705efcc0260770e38e..b9ff6c3406f337e6333785ac3f60757f15c49a97 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 7e9b1d5c0dd1c373e441e5004092b64f700cc706..46046cc123fe0babfe1cb4718f75aa0e4dde0734 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 8e8e53405aca8bca20b70f10f80e20d5b9c7a8b1..c91d3c659b9ecd80f39971556389b6acf433fd88 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index de4b6d32b0a26869e88fcf50503819d4d091a291..f164a3f215ff1cf822a4d390beb9faa49fb55cb9 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index be45d5ad67b46219ee0a17923256798b1bd92c3b..0818a6534914e1a6d567e548751e0dad92d25793 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e3df349f97f1342df00bffa09e6397f7462dda68..def5e4642d13f120e9ab16e307c49ca6ab6448a0 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 0903edd85cc7de6a4afbdf9f53e6e87924aa8e38..2d83a96db6e7298f39bad028d52185739055f9ad 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index de39ae913a35f83eb85db61a2e089074e8f7207e..1c28efe3e5afec125bffdbf647fd9dde17debd2a 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a1d23fdc53017eed3a03dc69039b1f0cb5e6f30f..5fec9ae6940162d62ea884ceb740d7c270df9d5e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a912ceaaf312a4f7f0145d472a7bce5e176f1ebb..966cd7b0ec04a427f55eeff29f35961a56874a0e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 23ad49b7a538e6320eda26a04a9d1f06c512fbbf..efd4b4f356882db30307794f41c367d313ac92c3 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e730f6f10ee913aa115479293d09189dc0d4601d..40049ce27199b84e90da59d774e1a7d0632658fa 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index eaad88e9b49e18c9dddc3b74ef0bb08b0b6e4fc6..79e1f91b1207e2611a7f116b0b8845145cb4fcc8 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index d7c64ea77e4f0cc6969c66e3ede2a8e5d45a8bb7..c1bcbdec197839377bedb1880cb59818e53648f2 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b68cfa10430efd6c7d3e71281a9178f16e4409e9..b7730040e7d2232a07f8ea31a8c609851c18a201 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a918f634efd928fc1e996f3ad2a815d20d688b91..b6cbb34ae5fbebe579d986edb86d8050f36ce3e1 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 0bc508e9cc12113ff1b9e0a4403039b1d2f14c15..2d57133ffb00a9f1e686785c1b781285acdfad24 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b6a601636671a20cde508f677a8c92f6b6959aa5..58b030f83a53ae3aa9546ee0ddd99fe64912cf1d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ef576d5e05b57624fc3aa6c62a671b76517bdf52..989000643e6313989d697c400641f631e6d5b7b4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index bb93e5f1d1f03340c7b4fcd49e231f5aeb4ede82..df36dcae7dd56e1456f43220fbd906f34b3d4608 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index faa4d49fb39cc6c48be797a033ca83c256b67dae..8fbb9296bf6b55fb52d657e63d20bd436d75762a 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2019 EDF R&D
+   Copyright (C) 2008-2020 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 0b917eb9d8881090b1f6492531951def3530f31a..95518d6120fcee1a5e8096b75b62f55244951d95 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 1368c09a13fc105d42dee9431f0083613db0d468..25b3f34871fa0799b86ad708961f1df1e23d3761 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 47b5ce309e947e785e6226b7c1ec794397bbc97a..f76654559a1fccc580917c0fb37901fd52ceaa85 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='us-ascii' ?>
 <!--
-  Copyright (C) 2008-2019 EDF R&D
+  Copyright (C) 2008-2020 EDF R&D
 
   This file is part of SALOME ADAO module
 
index b818c89c08824cda89f262779f08d6bfd4283eee..c452ec8a2a6fdcb02dccfadfe4b09267a30c735d 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!--
-  Copyright (C) 2008-2019 EDF R&D
+  Copyright (C) 2008-2020 EDF R&D
 
   This file is part of SALOME ADAO module
 
index 5f4feb2fcc3fd3068e8e78ef2fac47391d0cdc9b..52ab9cecb3164e2910268880cfe087e86389d8c1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 32f6363384b2a28b742197e0a55b66443fa249a3..f32e0e3809fc8782b4e2fb45915ffb6d0efa1930 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f7c2917eb9be0656988aa21542bd0826bff08df9..150c8b492b19d6645c3cc06f5754e83864472d74 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2008-2019 EDF R&D
+  Copyright (C) 2008-2020 EDF R&D
 
   This file is part of SALOME ADAO module
 
@@ -28,7 +28,7 @@
     <parameter name="icon"          value="ADAO.png"/>
     <parameter name="library"       value="SalomePyQtGUI"/>
     <parameter name="documentation" value="adao_help"/>
-    <parameter name="version"       value="9.3.0"/>
+    <parameter name="version"       value="9.5.0"/>
   </section>
   <section name="resources">
     <!-- Module resources -->
index a6c74b908207986795ab4e3cc8c6c6a297910f53..4df75745d914405f6f8f8005f69996b869303d2d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 da7b8679bd3c09a0b7fe6660c3f11367d33f3181..df5f39b0c38d5d492862b0cc44b635aa541d9d8f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 8d41f376a74f24657ee53d90807604f124a02a01..0e1173b446f015c09edd3108fedf7b698893919f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 f1fb601e0410b4e7292001c0d704a5feaa39e263..23e764ed2ae56e48d075b19955f06db21f1019a2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 231d9639b6d9c698695b5ba779a234f354d090a6..01ead91714a9ee91c61e8a875fdb027bf76c80f1 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 20f2f8661f29440974673de916f52978898635d8..8dadd5f7904f523324ce3c386854ca79a8060bc0 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 f10bdab8e2dea44be0663ca84ac414b8f42bd153..634e6d9d1e8234dc5f910f4c4b0ad380c4dbc839 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 5f46aa72d3a175730b3ab70ccfd2619753d81068..cceab0c86581d42f99d3b0c11f271e4f2a957750 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 d764adddc126221bed3f010547765cd39e1c50ee..e3012aca477fbb2fc1a67464d256d541751a308b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 9b2cc1e0c61839f573ac15484c983c563e9459cd..8c2b09aeb08232c2e418eb98a5e8e7677f504f8c 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 ecc3acf04eb283d6edf99f8957f6303f2b93b675..fe2bd3b6e03adadef9f22d06b7156874fa31c3b3 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 1f898574019630dbe949022258d09d844013816a..c23329419cbc13bfe5387f366fc02947055631ce 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 c82cb75f686f5e33f1d368a254edab75c3297c0e..f98df9558174563a67c6fe4905663470f644ff13 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 dfcb3c5c3cbae5d5f728b3c3a7880a6c2e0d3013..0642c95a03729b2c34bbafc0545360ea8dc2e071 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 df480d0d510b81a56058e5acf409aa841d3b5c60..4457d8396792eabe3a29b218bc22744fe905d67e 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 4366669d9a3af78730e99279dc1e562f0ca1ae75..ac6ace8eeb8319e218e089d8f116e051e3bd4f2a 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 85134f716ccb6603ec4e81ed43ef8f3140efe279..9a1dff757186e59e3ab32aa41e6e1a6f395ab925 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 411427014917ab2790e6e0e36b40da724a1b10ca..fcfff63c1f6cf7102853d6e4e3b045ba06ba3629 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 f98ff4b28d896cfe345b6e55421887e10b0266e6..e8af931a9ea25552451e41d0faca6ef3534af557 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 b23a38d659dbad6dcf4d0fa986414ec85cc9b6fa..fee4d854966b34de144cd0ed766ff89ff1bb66bb 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 5156ce2f3bef0d7c77a8ed3859fad96fa6e8137c..d29f6b4126f4dd8c3e32db31dd013a3e27b3ef27 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 a77b09fc3091ff9029eeebb31f4c6fd84dff1ace..dc59068a9939d931290c9ab64a93301eda9eea45 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 020c10a2d690008a73df352cc8fed947f3bd96ab..1b2e14491c5d31b1d994859345c471c90afcc85e 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 30f0047f8480022fc336f4dc7446726d2b128c6e..6ec96c0db5d1e9892337bb81cab49cb643990609 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 92ef1d5cd175b4d38897fb540d8567441bd2fa43..122968ae605a0957628e7403a6875ca0d3492108 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 4b0dd223528f1ad1c12dab21206bc9de2e779e0c..3893d5c22de275004b8248c1a54d6b8e5069d0c1 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 967640c537cac3a18cfec6709e7348af9eb89e9c..4e104808bf5f143f78999b4921bba5da2ea098c1 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 5aed7dad91bb1a8f362cdae163943a3e3095375e..11fb806b91230ebeac58949b27c5c72070e00d65 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 552db5b7a2b065236a567c27b21a86c1b59ed986..7c04be62c5a8e6d06eb1b09976c6b3444ec7e2ef 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 e282caeba03226d2bfc4bfda96803dba3fa0dfb9..ba61f9680d8127ad68f8b91bfc7df4c86910e2e8 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 ffb5043be3e7eb7a269ad2635fb75f5fee024e23..56e47d9f0f2635d69afef23468b9ad675d0a49ed 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 c669e555172d92ac4baab45dd376d8d98bf3eb50..420eb76d7e0c176426dc8ae5d68376a7779fd53e 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 57bf16777c5daa4bda38f5b4b2cda21dda6c0bc0..f4f7d3036c245eb49966f897e74f51c28e6e9393 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 5a08802b8e225b9319db179931f25f4babce8f0c..14d29dc35bd2fbcd4f741a7ec2997600554dbbfa 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 70b015b08ceea53e8b6bf52123c688853416e5fa..5feb9d714bc1713ec91470ce7baed45e2e45d32b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 c84f9d58ef1ac650c5c0e3bf86d96cf504d26596..47164d8f42aad8cf4003a7b72467558c0163c401 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 725498b2ef72d5b6f417351b33e92c59b818644e..f0fd635967b59b15352e68663ff701246f218556 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 612963ba7d44f0776b5a539e2c2a8069b3c90581..ecaa30405a19dfea13b726bcce618b72b75c94c0 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 fcd9387d2039bc694f5cbe7a6810cb11341175f3..fd78c50873f4fc4f8043f000c2312cc06b4a4cad 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 aa9fcc3249f2727f7d6f38583e13192da029f455..22fd82832907eeba9da7d7b8f9e211f5b9cfd806 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 ffb5043be3e7eb7a269ad2635fb75f5fee024e23..56e47d9f0f2635d69afef23468b9ad675d0a49ed 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 50ecea0fd4b9854e24f6951286dd3fecbbf45ee5..7f065aaf2fcfdc0e32cb57f14d40a301f8a7c5bc 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 e172c3c889b5353d449131c03435ff8db4193d07..2b730557f13e3cb208a9473cc348307e633c6cc8 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 ffb5043be3e7eb7a269ad2635fb75f5fee024e23..56e47d9f0f2635d69afef23468b9ad675d0a49ed 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 23d0ef7fd4ee4015d7f8ee1c882a0c1d98318a68..2f6096c5812dcf6f4c5ffe32c76721106bf4a428 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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
@@ -29,21 +29,22 @@ set(DAEFICAS_FILES
   __init__.py
   ${CMAKE_CURRENT_BINARY_DIR}/prefs_ADAO.py
   prefs.py
-  traduitADAOsansToV9_4_0.py
-  traduitADAOV7_4_0ToV9_4_0.py
-  traduitADAOV7_5_0ToV9_4_0.py
-  traduitADAOV7_5_1ToV9_4_0.py
-  traduitADAOV7_6_0ToV9_4_0.py
-  traduitADAOV7_7_0ToV9_4_0.py
-  traduitADAOV7_8_0ToV9_4_0.py
-  traduitADAOV8_1_0ToV9_4_0.py
-  traduitADAOV8_2_0ToV9_4_0.py
-  traduitADAOV8_3_0ToV9_4_0.py
-  traduitADAOV8_4_0ToV9_4_0.py
-  traduitADAOV8_5_0ToV9_4_0.py
-  traduitADAOV8_6_0ToV9_4_0.py
-  traduitADAOV9_2_0ToV9_4_0.py
-  traduitADAOV9_3_0ToV9_4_0.py
+  traduitADAOsansToV9_5_0.py
+  traduitADAOV7_4_0ToV9_5_0.py
+  traduitADAOV7_5_0ToV9_5_0.py
+  traduitADAOV7_5_1ToV9_5_0.py
+  traduitADAOV7_6_0ToV9_5_0.py
+  traduitADAOV7_7_0ToV9_5_0.py
+  traduitADAOV7_8_0ToV9_5_0.py
+  traduitADAOV8_1_0ToV9_5_0.py
+  traduitADAOV8_2_0ToV9_5_0.py
+  traduitADAOV8_3_0ToV9_5_0.py
+  traduitADAOV8_4_0ToV9_5_0.py
+  traduitADAOV8_5_0ToV9_5_0.py
+  traduitADAOV8_6_0ToV9_5_0.py
+  traduitADAOV9_2_0ToV9_5_0.py
+  traduitADAOV9_3_0ToV9_5_0.py
+  traduitADAOV9_4_0ToV9_5_0.py
   )
 
 install(FILES ${DAEFICAS_FILES} DESTINATION "${ADAO_SCRIPT_PYTHON}/adao/daEficas")
index 33ac89508d78d50850d5c37e0b5abaf7d08ae998..df3f2495f4a6e2920c10a1a3fb1e382c87d18de6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
@@ -34,20 +34,21 @@ mypkgpython_PYTHON = \
                __init__.py \
                prefs_ADAO.py \
                prefs.py \
-               traduitADAOsansToV9_4_0.py \
-               traduitADAOV7_4_0ToV9_4_0.py \
-               traduitADAOV7_5_0ToV9_4_0.py \
-               traduitADAOV7_5_1ToV9_4_0.py \
-               traduitADAOV7_6_0ToV9_4_0.py \
-               traduitADAOV7_7_0ToV9_4_0.py \
-               traduitADAOV7_8_0ToV9_4_0.py \
-               traduitADAOV8_1_0ToV9_4_0.py \
-               traduitADAOV8_2_0ToV9_4_0.py \
-               traduitADAOV8_3_0ToV9_4_0.py \
-               traduitADAOV8_4_0ToV9_4_0.py \
-               traduitADAOV8_5_0ToV9_4_0.py \
-               traduitADAOV8_6_0ToV9_4_0.py \
-               traduitADAOV9_2_0ToV9_4_0.py \
-               traduitADAOV9_3_0ToV9_4_0.py
+               traduitADAOsansToV9_5_0.py \
+               traduitADAOV7_4_0ToV9_5_0.py \
+               traduitADAOV7_5_0ToV9_5_0.py \
+               traduitADAOV7_5_1ToV9_5_0.py \
+               traduitADAOV7_6_0ToV9_5_0.py \
+               traduitADAOV7_7_0ToV9_5_0.py \
+               traduitADAOV7_8_0ToV9_5_0.py \
+               traduitADAOV8_1_0ToV9_5_0.py \
+               traduitADAOV8_2_0ToV9_5_0.py \
+               traduitADAOV8_3_0ToV9_5_0.py \
+               traduitADAOV8_4_0ToV9_5_0.py \
+               traduitADAOV8_5_0ToV9_5_0.py \
+               traduitADAOV8_6_0ToV9_5_0.py \
+               traduitADAOV9_2_0ToV9_5_0.py \
+               traduitADAOV9_3_0ToV9_5_0.py \
+               traduitADAOV9_4_0ToV9_5_0.py
 
 EXTRA_DIST = prefs_ADAO.py.in
index 03bbb2a547b2c124aa2010d5a3321291662d9b28..b61a7269e737293171e32e3b8dcce484b4eab3a3 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 3d34df62114ae7c7171b4c986a803746273b6e22..f7b5d6c2abcad63ddf8104e27363ff6a8fa30f10 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 943f915841ba381c5ca12e18dfec570a75539915..895e763a087058b51b471698d1bd83f39ec0fe1d 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index af993c9188c59f962cbd0f043c9ad0518955d6d4..897c51f2728aba381a7602d7cefbed524f20ba61 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index e39165c4bada4bf5b3d26ce11a93a442cb961e2d..4a0ac14d87a229034817b86c97f75a16f9bb5eac 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 5479db69dbe3babe22abe704d21543f3f5c05652..cd1b20f4dc02ca936cc7be9f47cdd5fedd045cc2 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index b76e30ccb96b0d6bf9034b47ed862380c97d9617..71da65eb8c42a2cbee3843537dc9af0ad25ccb0b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 08214b3ab51ab5c61aee973c7d7e530b58500325..56c481d139b8f0b244be8b6b946ad3314e5d709e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index efc21d9348779f512202f0bad5b5928cb72ab60d..deed7e24c023772a3a37d0fbf3cb4aae37c4e1af 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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
@@ -91,7 +91,7 @@ The license for this module is the GNU Lesser General Public License
 
     <ADAO, a module for Data Assimilation and Optimization>
 
-    Copyright (C) 2008-2019 EDF R&D
+    Copyright (C) 2008-2020 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 45c2c8fdd874b0b723571acc4eada7bf42d46a7d..90868818903b2d7431ef8fe0aea4b393157b5605 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 f456ab595210949c8617829192de8b610c88a33e..ec0bacf40d2eccdbb5d54be7d2c8a345df3de982 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index e0341637bb324a1e755813d0b9f8d9d2d6bfa1ae..bc619becb62ff5f2e23c4b7aa1abd557372061d2 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index fccd5087b95a842d91a358f163894c4c027ed783..f8764301aa13b5a795a24dd2480d7eff29767534 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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 f3642e0a5d53f4d48731eadb28ed92ae22e22ce7..5649db223ac3ca2dd5a7128e17c28b8005b1bf99 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f44dc2b9e54848cf6d6723b33a569963c349dff6..f99e72e25627b7fd1e399c0f75ad544d7ee9ad75 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 23ac9609ec548fa0675e154dda32cd97feb4eace..be632ee183b8ab99986df1ad206cd3a014219c04 100644 (file)
@@ -1,5 +1,6 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index ef88acf21c1db801be2d53761e2139771c5cb0ce..bdc789e34c22279912046ffa2db25cbf05cbdaf7 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 32d3022e336add31be49d1173e4e30cc717c8cdc..73fcbb3a0f44c55a3a238141e6bbb48649fd7f0d 100644 (file)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 4059c0e6f433ed01f69851e7863c7eb884d27a8b..72a886bf3e888f9c2aecb82cdaa27b8ad7f5183b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 23ac9609ec548fa0675e154dda32cd97feb4eace..be632ee183b8ab99986df1ad206cd3a014219c04 100644 (file)
@@ -1,5 +1,6 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index cadcef95d302a9c0a74d0b084089dc30efcf9a7b..b7e0391772de53e6d6b33df2a3d1d8f1a3a15abb 100644 (file)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 3b7e84537de049f039bd7bbe83978b5d880007ed..7f860f045777b15992a1fce65a06b22faa31481c 100644 (file)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index aa9d0750c74d549bd32c9b88d8c11a4bd9274af1..1d9618ce2e9905d7d963d0b7559b10e32b6bdef7 100644 (file)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index b51dbf89bde9070a5d85d4933c494b35d32c41e9..96634f576d9e9863b52e9157822bce90dc52464e 100644 (file)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index aa1825544a74ba6def3ed919fa66586923c81477..e61c04c1fe7dabceb93dfddf0aaa2a0dddafa104 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 23ac9609ec548fa0675e154dda32cd97feb4eace..be632ee183b8ab99986df1ad206cd3a014219c04 100644 (file)
@@ -1,5 +1,6 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index c6e3b388f549bb7a626b4833d699485dc8c656db..fb24efd73c9280ae1d4e155f3315ae89601600f5 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 26d1e52b44351a525956c90e50b9fb2ebaa1e621..0a70187068279950499482b9208035d9e662a356 100644 (file)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2019 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 1920ec12c115023e10d0cf847db197ccc9b08429..90baf16c3bb4f0bb2aa6f69022de1ba0405b602c 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 28ce60d2cc45db6a12b2d9c6593029e146f7d024..83c9479a60fd1f8dcd5f8160f7aedd9aae0a087a 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:utf-8-*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index e0b4ccb7d49c27ee0a71f84b07b5ffd8610ed82f..d7fc79dd0e81826918a638400a2c1ea78b4d10e6 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:utf-8-*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 139a1461448e420a917e0c7725887a0effc99587..b388f8cf8a5c7cae2df77b4304d198d408e75171 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 1b303d0e1f2b41996e1c51c4792c92503ac420e5..23f91a0e7e1a4392f70bcc6c2f9882965d49033b 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 374780d81ad9b2b38e72af98f15db85953e79090..54a62cb7a10398a8c39f24b95e31f201e05ffbbc 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 6a1ac12e975da6806dfc84a34f3c490ab61a5d35..580483b3486097a850dbe8d0b16edbf319323eb9 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 00239e470e134cba9c89f0d99a7e35fa5b290f13..6d641589fccd76ac697ec1db11619c504347d080 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #