From 8a02ccc32f8c5f47cdc147af0f6bba0aa2c93698 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Fri, 2 May 2014 13:22:25 +0200 Subject: [PATCH] Updating copyright date information --- bin/AdaoCatalogGenerator.py | 2 +- bin/AdaoYacsSchemaCreator.py | 2 +- bin/Makefile.am | 2 +- bin/qtEficas_adao_study.py.in | 2 +- examples/Makefile.am | 2 +- examples/daSalome/Makefile.am | 2 +- examples/daSalome/test003_ADAO_scripts_for_JDC.py | 2 +- examples/daSalome/test003_bis_ADAO_scripts_for_JDC.py | 2 +- examples/daSalome/test003_bis_ADAO_user_data_init.py | 2 +- examples/daSalome/test004_ADAO_scripts_for_JDC.py | 2 +- examples/daSalome/test005_ADAO_scripts_for_JDC.py | 2 +- examples/daSalome/test006_Observers_Observation_Operator.py | 2 +- examples/daSalome/test006_Observers_init.py | 2 +- examples/daSalome/test006_Observers_var.py | 2 +- .../External_data_definition_by_scripts/Makefile.am | 2 +- .../Physical_data_and_covariance_matrices.py | 2 +- .../Physical_simulation_functions.py | 2 +- .../Script_AlgorithmParameters.py | 2 +- .../Script_BackgroundError_B.py | 2 +- .../Script_Background_xb.py | 2 +- .../Script_ObservationError_R.py | 2 +- .../Script_ObservationOperator_H.py | 2 +- .../Script_Observation_yo.py | 2 +- .../Script_UserPostAnalysis.py | 2 +- examples/daSkeletons/Makefile.am | 2 +- resources/ADAOCatalog.xml | 2 +- resources/ADAOSchemaCatalog.xml | 2 +- resources/Makefile.am | 2 +- resources/SalomeApp.xml | 2 +- src/Makefile.am | 2 +- src/daComposant/daCore/version.py | 4 ++-- src/daEficas/Makefile.am | 2 +- src/daEficas/__init__.py | 2 +- src/daEficas/configuration_ADAO.py | 2 +- src/daEficas/convert_adao.py | 2 +- src/daEficas/generator_adao.py | 2 +- src/daEficas/prefs.py | 2 +- src/daEficas/prefs_ADAO.py.in | 2 +- src/daSalome/Makefile.am | 2 +- src/daSalome/daGUI/ADAO.py | 2 +- src/daSalome/daGUI/ADAOGUI.py | 2 +- src/daSalome/daGUI/Makefile.am | 2 +- src/daSalome/daGUI/daEficasWrapper/Makefile.am | 2 +- src/daSalome/daGUI/daEficasWrapper/__init__.py | 2 +- src/daSalome/daGUI/daEficasWrapper/adaoEficasWrapper.py | 2 +- src/daSalome/daGUI/daGuiImpl/ADAOGUI_impl.py | 2 +- src/daSalome/daGUI/daGuiImpl/Makefile.am | 2 +- src/daSalome/daGUI/daGuiImpl/__init__.py | 2 +- src/daSalome/daGUI/daGuiImpl/adaoCase.py | 2 +- src/daSalome/daGUI/daGuiImpl/adaoGuiHelper.py | 2 +- src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py | 2 +- src/daSalome/daGUI/daGuiImpl/adaoStudyEditor.py | 2 +- src/daSalome/daGUI/daUtils/Makefile.am | 2 +- src/daSalome/daGUI/daUtils/__init__.py | 2 +- src/daSalome/daGUI/daUtils/adaoEficasEvent.py | 2 +- src/daSalome/daGUI/daUtils/adaoLogger.py | 2 +- src/daSalome/daYacsIntegration/__init__.py | 2 +- src/daSalome/daYacsIntegration/daOptimizerLoop.py | 2 +- src/daSalome/daYacsIntegration/daStudy.py | 2 +- src/daSalome/daYacsSchemaCreator/__init__.py | 2 +- src/daSalome/daYacsSchemaCreator/help_methods.py | 2 +- src/daSalome/daYacsSchemaCreator/infos_daComposant.py | 2 +- src/daSalome/daYacsSchemaCreator/methods.py | 2 +- src/daSalome/daYacsSchemaCreator/run.py | 2 +- 64 files changed, 65 insertions(+), 65 deletions(-) diff --git a/bin/AdaoCatalogGenerator.py b/bin/AdaoCatalogGenerator.py index 37a34c6..0db5c04 100644 --- a/bin/AdaoCatalogGenerator.py +++ b/bin/AdaoCatalogGenerator.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/bin/AdaoYacsSchemaCreator.py b/bin/AdaoYacsSchemaCreator.py index e4dc070..372dc06 100644 --- a/bin/AdaoYacsSchemaCreator.py +++ b/bin/AdaoYacsSchemaCreator.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/bin/Makefile.am b/bin/Makefile.am index ccf1ca8..ffe04d1 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/bin/qtEficas_adao_study.py.in b/bin/qtEficas_adao_study.py.in index 0376363..922eaf7 100644 --- a/bin/qtEficas_adao_study.py.in +++ b/bin/qtEficas_adao_study.py.in @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/Makefile.am b/examples/Makefile.am index bd85e06..c9ed720 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/Makefile.am b/examples/daSalome/Makefile.am index 7593714..65d2a5e 100644 --- a/examples/daSalome/Makefile.am +++ b/examples/daSalome/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test003_ADAO_scripts_for_JDC.py b/examples/daSalome/test003_ADAO_scripts_for_JDC.py index c33be0f..fca7d61 100644 --- a/examples/daSalome/test003_ADAO_scripts_for_JDC.py +++ b/examples/daSalome/test003_ADAO_scripts_for_JDC.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test003_bis_ADAO_scripts_for_JDC.py b/examples/daSalome/test003_bis_ADAO_scripts_for_JDC.py index 1c70b7a..da5ddb1 100644 --- a/examples/daSalome/test003_bis_ADAO_scripts_for_JDC.py +++ b/examples/daSalome/test003_bis_ADAO_scripts_for_JDC.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test003_bis_ADAO_user_data_init.py b/examples/daSalome/test003_bis_ADAO_user_data_init.py index bb9a9f1..217efc7 100644 --- a/examples/daSalome/test003_bis_ADAO_user_data_init.py +++ b/examples/daSalome/test003_bis_ADAO_user_data_init.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test004_ADAO_scripts_for_JDC.py b/examples/daSalome/test004_ADAO_scripts_for_JDC.py index d5c84f5..eaac275 100644 --- a/examples/daSalome/test004_ADAO_scripts_for_JDC.py +++ b/examples/daSalome/test004_ADAO_scripts_for_JDC.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test005_ADAO_scripts_for_JDC.py b/examples/daSalome/test005_ADAO_scripts_for_JDC.py index 50fb939..7a88050 100644 --- a/examples/daSalome/test005_ADAO_scripts_for_JDC.py +++ b/examples/daSalome/test005_ADAO_scripts_for_JDC.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test006_Observers_Observation_Operator.py b/examples/daSalome/test006_Observers_Observation_Operator.py index 9e786db..27fd985 100644 --- a/examples/daSalome/test006_Observers_Observation_Operator.py +++ b/examples/daSalome/test006_Observers_Observation_Operator.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test006_Observers_init.py b/examples/daSalome/test006_Observers_init.py index 8113722..419c3ad 100644 --- a/examples/daSalome/test006_Observers_init.py +++ b/examples/daSalome/test006_Observers_init.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSalome/test006_Observers_var.py b/examples/daSalome/test006_Observers_var.py index 4c94a2e..a7ef03e 100644 --- a/examples/daSalome/test006_Observers_var.py +++ b/examples/daSalome/test006_Observers_var.py @@ -1,5 +1,5 @@ #-*-coding:iso-8859-1-*- -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Makefile.am b/examples/daSkeletons/External_data_definition_by_scripts/Makefile.am index fbf49bd..6c314f1 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Makefile.am +++ b/examples/daSkeletons/External_data_definition_by_scripts/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Physical_data_and_covariance_matrices.py b/examples/daSkeletons/External_data_definition_by_scripts/Physical_data_and_covariance_matrices.py index e4f5ec6..d328777 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Physical_data_and_covariance_matrices.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Physical_data_and_covariance_matrices.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py b/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py index 9d2e281..91e4e2f 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Script_AlgorithmParameters.py b/examples/daSkeletons/External_data_definition_by_scripts/Script_AlgorithmParameters.py index c5ce4ae..9524602 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Script_AlgorithmParameters.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Script_AlgorithmParameters.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Script_BackgroundError_B.py b/examples/daSkeletons/External_data_definition_by_scripts/Script_BackgroundError_B.py index 1047c8e..d27c967 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Script_BackgroundError_B.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Script_BackgroundError_B.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Script_Background_xb.py b/examples/daSkeletons/External_data_definition_by_scripts/Script_Background_xb.py index 22f78e6..c664b5a 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Script_Background_xb.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Script_Background_xb.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationError_R.py b/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationError_R.py index 3034a12..5cf2967 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationError_R.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationError_R.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationOperator_H.py b/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationOperator_H.py index 640bdd6..e5586e0 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationOperator_H.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationOperator_H.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Script_Observation_yo.py b/examples/daSkeletons/External_data_definition_by_scripts/Script_Observation_yo.py index 645f422..22245da 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Script_Observation_yo.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Script_Observation_yo.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/External_data_definition_by_scripts/Script_UserPostAnalysis.py b/examples/daSkeletons/External_data_definition_by_scripts/Script_UserPostAnalysis.py index 49de57c..b810ca0 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Script_UserPostAnalysis.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Script_UserPostAnalysis.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2013 EDF R&D +# Copyright (C) 2008-2014 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/examples/daSkeletons/Makefile.am b/examples/daSkeletons/Makefile.am index 29cedc9..e1f99bb 100644 --- a/examples/daSkeletons/Makefile.am +++ b/examples/daSkeletons/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 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/resources/ADAOCatalog.xml b/resources/ADAOCatalog.xml index 368374b..76a523c 100644 --- a/resources/ADAOCatalog.xml +++ b/resources/ADAOCatalog.xml @@ -1,6 +1,6 @@