]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Updating date copyright information
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 8 Feb 2013 20:08:09 +0000 (21:08 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 8 Feb 2013 20:08:09 +0000 (21:08 +0100)
65 files changed:
bin/AdaoCatalogGenerator.py
bin/AdaoYacsSchemaCreator.py
bin/qtEficas_adao_study.py.in
doc/conf.py
examples/daSalome/test003_ADAO_scripts_for_JDC.py
examples/daSalome/test003_bis_ADAO_scripts_for_JDC.py
examples/daSalome/test003_bis_ADAO_user_data_init.py
examples/daSalome/test004_ADAO_scripts_for_JDC.py
examples/daSalome/test005_ADAO_scripts_for_JDC.py
examples/daSalome/test006_Observers_Observation_Operator.py
examples/daSalome/test006_Observers_init.py
examples/daSalome/test006_Observers_var.py
examples/daSkeletons/External_data_definition_by_scripts/Physical_data_and_covariance_matrices.py
examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py
examples/daSkeletons/External_data_definition_by_scripts/Script_AlgorithmParameters.py
examples/daSkeletons/External_data_definition_by_scripts/Script_BackgroundError_B.py
examples/daSkeletons/External_data_definition_by_scripts/Script_Background_xb.py
examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationError_R.py
examples/daSkeletons/External_data_definition_by_scripts/Script_ObservationOperator_H.py
examples/daSkeletons/External_data_definition_by_scripts/Script_Observation_yo.py
examples/daSkeletons/External_data_definition_by_scripts/Script_UserPostAnalysis.py
resources/ADAOCatalog.xml
resources/ADAOSchemaCatalog.xml
resources/SalomeApp.xml
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/daGUI/ADAO.py
src/daSalome/daGUI/ADAOGUI.py
src/daSalome/daGUI/daEficasWrapper/__init__.py
src/daSalome/daGUI/daEficasWrapper/adaoEficasWrapper.py
src/daSalome/daGUI/daGuiImpl/ADAOGUI_impl.py
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/__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
src/tests/daSalome/test000_Blue.py
src/tests/daSalome/test000_Blue_AnalysisCode.py
src/tests/daSalome/test000_Blue_AnalysisFile.py.in
src/tests/daSalome/test017_3DVAR_function_script.py
src/tests/daSalome/test017_3DVAR_init_data.py
src/tests/daSalome/test_aster_zzzz159a_aster_functions.py
src/tests/daSalome/test_aster_zzzz159a_background.py
src/tests/daSalome/test_aster_zzzz159a_background_error.py
src/tests/daSalome/test_aster_zzzz159a_functions.py
src/tests/daSalome/test_aster_zzzz159a_init_algorithm.py
src/tests/daSalome/test_aster_zzzz159a_init_algorithm_LBFGSB.py
src/tests/daSalome/test_aster_zzzz159a_init_parameters.py.in
src/tests/daSalome/test_aster_zzzz159a_observation.py
src/tests/daSalome/test_aster_zzzz159a_observation_error.py

index 4af48b458c0e1213d09191533171c3047b92f6ea..bad6abc657a2b474a31a1b1726a58d622785f6cf 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-# Copyright (C) 2008-201 EDF R&D
+# Copyright (C) 2008-2013 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public
index 4f4122b6b3d1644660c8b4f9d23cb4cc11e2bc26..0089e656511f159d5610c95ee62ad6e3b02d4651 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012  EDF R&D
+#  Copyright (C) 2010-2013 EDF R&D
 #
 #  This library is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public
index 3aaf574d99257f48918f37b98ffe4feeab815769..fc17c9fd6bf242412020f6857f1793fb91e87764 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 7f424b4af853c258cfa2d6a0ba9700eea1532863..0872ac1a73c54c42db664079e34805e94735fdd9 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2012 EDF R&D
+# Copyright (C) 2008-2013 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
@@ -17,7 +17,7 @@
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
-# Author: André Ribes, andre.ribes@edf.fr, EDF R&D
+# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 
 #
 # ADAO documentation build configuration file, created by
@@ -58,7 +58,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'ADAO'
-copyright = u'2008-2012, Jean-Philippe ARGAUD'
+copyright = u'2008-2013, Jean-Philippe ARGAUD'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -221,7 +221,7 @@ source_encoding = 'iso-8859-15'
 epub_title = u'ADAO'
 epub_author = u'Jean-Philippe ARGAUD'
 epub_publisher = u'Jean-Philippe ARGAUD'
-epub_copyright = u'2008-2012, Jean-Philippe ARGAUD'
+epub_copyright = u'2008-2013, Jean-Philippe ARGAUD'
 
 # The language of the text. It defaults to the language option
 # or en if the language is not set.
index 35fdbdeebc7c9431f62c236edf5ae0bb1f501193..c33be0f22eab8e719ac320b0c58be258e2a116e8 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 ed61a2bf8194d7440067a1b0ece0783298ba6d5a..1c70b7a91706145141d473f19be7ee795e03a41f 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 98762cda613bc1f8f27030c06338d434584b9799..bb9a9f16fb12f02dae5519a7d3c763f1e367c4f8 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 f9a2593b8252f96039366361362d6c7875bc8d22..d5c84f503c0f7178dfd3fdb5830f0bedc8fc0c53 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 0099574ce14bf51cb7a65f08686eb5e53e07742b..50fb93926b3ed3d083b15068275e8bc3e6d9d08a 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 0dab0c3b649747341562073ff3363e76da413964..9e786dbfaa55ae8b1ec16f9db63cab35a6925e9d 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 14f99b8f2e1dae6120c1d9c96cc88385f88bcba5..8113722a88521317cb6b8d8c3299df2e86a04a49 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 3bc63e752992b32ff50fc8584cd6f74c215079d4..4c94a2ecc223815312dd76863dd0beceadf8eb19 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 b6a0c99749f6da054cd8aabe2a7b098365a5cfbc..e4f5ec613e5f2b8ec20e80fcef8eb4ccfffbc4d3 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 c0c920de8a257341ba514d791cd12af129f2df7e..b189a7c1eb4b88768206c5a8cadcb73e680480f9 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 ff7f11b167c9da890cc7138f05d8c090017640a9..8d3da3a8966687ddc33bec7021a38e7afb2d96cc 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 160b662a671fe8b8b5c259bfb2684410a0adf3d5..1047c8ebda13416a834390ab3c5d483d57fea495 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 f7e19a2dfa00220d2ce8ff91f050918f821cd4b4..22f78e660fdd378a67cef1453812fabc47047ea8 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 bf590b6665e41f741e6b5def22f1d05360798f1f..d7f3f6b7ebefd03626e32e514f04b23206689798 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 4dec8ee3c8a34971f51fbb7972013aa1d8c25c0d..4ff3b0947487b704d9bd21058691f8a1ca3f4f43 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 c00cae770c80562381e6f9dc046d20a4df835826..76e03133ea89ac2200d7b08fef15b891f93c9156 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 b0534cd7fd67222575ad305e2746bd91ec3f5422..61426e897668810924fd9a02695f49f94a0de25e 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-#  Copyright (C) 2008-2012 EDF R&D
+#  Copyright (C) 2008-2013 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 8d8e0e704db61b1d753cb410dfa90e6246d234ed..368374bd9a6bb0b0dbcb587d6819d5fb5e0f3949 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='us-ascii' ?>
 <!--
-  Copyright (C) 2010-2012 EDF R&D
+  Copyright (C) 2010-2013 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 613f9c9b58e6795f7848b78202c7d0556e6ad1f6..f5ba3640a9af48a5d57737df58311109583882c7 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
 <!--
-  Copyright (C) 2010-2012 EDF R&D
+  Copyright (C) 2010-2013 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 df8cad1f65783caed4c23a71efe128fa1f004ffd..4089df7d1d96536348c230573a8896ae226f0eef 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2010-2012 EDF R&D
+  Copyright (C) 2010-2013 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 8a115fd47d581075c4213b1d0316b81548b90d46..d923475e8548e6b504ecd5d86dbba09196d84297 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 fe8e30f7d157a0fec1085903feb149d9b28b1bf3..1a2577c0bbca86a5e6e77c8d1d301c119bf6e28c 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 a91780e5eb89c8585314fa5b8eaa2cdd6cbe0c9e..d996df0d0fe93ce0bcb8874ec9e7c7affb4c1049 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 f4739405eee8a9f8d6d1069655febe8f00903914..3ffe4d96039421a2c0faf0962e79f5f2657f518a 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 789a8ae5690cadcba944dc4a4e7fe4292ef4d65d..30c4c444384fd80b6be6d8b1d7216c009c2fd76a 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 e8dd36ed77e1d6702d02a661dbf236c0f9ceed39..6056e439463f7b61d5b6b6db2dd9cbc43fd2eee6 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 a186c9027c56ef5fcdfe28518e40be7bcea4401f..569b8c46c707aa7de8f56d7fe0bc6624aae6e804 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 a4c4b6b5f6ac4a4a43cde34c5bd5e169b9448cd7..c311c147ca56941b60db37778c5b0ba9a3246606 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 535a4e48d4670b5b6fa208548e93bff52443afd9..bc0c7dfcf74bd4cc6f4117918a0315efe0a6cf11 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 d1308e3e32b106e96430b33f29e5e75d10f23458..c73948cd7fca2a2d34c4baf50aa50e89ad32fc58 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 07de6ad052528aecab522b1df9b6d391b92cec5b..380619631c6c33eb69186a83421d1d14feae2b5f 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 535a4e48d4670b5b6fa208548e93bff52443afd9..bc0c7dfcf74bd4cc6f4117918a0315efe0a6cf11 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 753f74559917f34b8ee597485ef39437acfcdcb3..1c06d4631baad30b488d52ea7589268ad55aa643 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 2bfd7e6674b1b244f774e585cc225f7cf9025742..e63b06bdf2bb6b111725f6b203cdac50d4dd3cb3 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 f573d97cbd8ea883138448a924f6275dcce05896..2e2f5b8040fb012292455b76737102a087eeb900 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 0023f611838f7c728935f428b27a1f70380360bc..3e7df28097d044dab66bc579d7e8f1a50fd1c5f5 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 535a4e48d4670b5b6fa208548e93bff52443afd9..bc0c7dfcf74bd4cc6f4117918a0315efe0a6cf11 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 6cacc0be6f5a75bbcba796cee14e30da501d6c25..3693451d93c9f0a076e49f76440eec457fb68e80 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 9767136c5ae439da4c5c3419711aefa040a2364b..75a634ee6a1df87a115a2fcbbffada81f689ac8f 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#  Copyright (C) 2010-2012 EDF R&D
+#  Copyright (C) 2010-2013 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 5973fc59270676b8914b2f9e165f39f37e95e5bf..c21cbdb0a56d0d080ee46b619a43a0e618fa18b5 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 9d398295e720b63de6a878f111e13737ae934d53..37bc2a54313e08c92cae8a0b3f8996cd57f3c2c9 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 633aebfd25157da35ed4bb108627afa72291ea61..018103208c86ae043f1bfff35c7af4904d7d7073 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:iso-8859-1-*-
 #
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 3c00c932f7d5764fa8928645daa761d59860c3cb..50213012997c3840c9e1ae1b777b165407ada849 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 0ac7b2b15355a99d201c94739ec329ec4a1b28fe..72f8b064ca508339b1e83c38e5bfd7361d42de5a 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 4d6798ccea4d3c234acc788ce7442e4f42adb451..4c27ebadea8a000585611cd1e27dd1a9b05b5d9f 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 0871c1ce82d12db70a5cc415234f1553bf2ee7fd..008683149ae4c1e320c5c4ee4c235ac860818d8c 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 ea39d4574d9025153e2df766f12f5c8ce463359d..ee26d7c10e6833b4239fb6b4fdaec9dc827ab460 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2008-2012 EDF R&D
+# Copyright (C) 2010-2013 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 8e290a0f80ccfafabbf4f48763e0aa6cdb9902ef..5eb2ecbd24d0318f14177630eac3bfb836d227ff 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 85c4ef172836b7ce39a4b2f90455b5336efef396..6d07a3bc68f28fe7f90137c03734f4d0fdd928b3 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 bbfa9e7a95b0a77172b8b65b813141a7c1c9f79d..463f29d43a60ff2cc171077e0a97d90c36ef571f 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 dfe0abc74e79802028f2c74b827f4576150baec8..a95179878045b8589b940b00d0c4dd0aaadcda8f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 246f30842e89bbb74479f1e5b530fa3894f0cfb3..f5b71775f8ecaf43dbd925a4d7bb44508f2acc44 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 6e949099394110bdd4cc39a69cf542dd913b4d38..4af899c40b7b10dc58c3c7b80015505f2ce55705 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 989644aa75ca1e16a257260e9bb0b899f7305588..7411c6705c344cd03573e2c2aa04ddbe73c4395a 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 1648ee94fc551c219c71169523960085dee318ad..6d95a05f77cacbcb2de253c8a944de892b84ba74 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 323e3b13d96e6344baa54179d4ecec50242cb2c1..b6ed93f42486e26e7b8a78d43aec9f969fbedbff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 3321394b361d558f81dd363f4ae37b9eeb5af43a..d0f892767702a9acdab2e80d603f2e63513333a7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 d1230b3cd0e291c97ae289fe22695086a121bd34..2190fdbb4272fbf9ba48c367617928e958329a9c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 4c2019f2b421cc8a1b61793307597c73eef2eccb..d60947622f505b6f6f2d280420a28b8735b2ff91 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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
@@ -17,7 +17,7 @@
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
-# Author: André Ribes, andre.ribes@edf.fr, EDF R&D
+# Author: André Ribes, andre.ribes@edf.fr, EDF R&D
 
 import os
 
index 485d5090eeebfa01294721ab3bd3b74add5e9806..675c0cef9c3dc785316cb91ae03de8e8451051c6 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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 fe961bc6845f1137aa40eeb03449e817c2a926af..3b8954c746fe648ea37510a626f964fc276e2f86 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2012 EDF R&D
+# Copyright (C) 2010-2013 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