]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Updating copyright date information
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 2 May 2014 11:22:25 +0000 (13:22 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 2 May 2014 11:22:25 +0000 (13:22 +0200)
64 files changed:
bin/AdaoCatalogGenerator.py
bin/AdaoYacsSchemaCreator.py
bin/Makefile.am
bin/qtEficas_adao_study.py.in
examples/Makefile.am
examples/daSalome/Makefile.am
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/Makefile.am
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
examples/daSkeletons/Makefile.am
resources/ADAOCatalog.xml
resources/ADAOSchemaCatalog.xml
resources/Makefile.am
resources/SalomeApp.xml
src/Makefile.am
src/daComposant/daCore/version.py
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/Makefile.am
src/daSalome/daGUI/ADAO.py
src/daSalome/daGUI/ADAOGUI.py
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 37a34c6a160058f43c1ca4f31d4e649fe5d6f510..0db5c045e11ba6a6ae3d22655f6ad1bce6706c17 100644 (file)
@@ -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
index e4dc070051f1f6e2a3d7d5d535a65ec6f52c1cbe..372dc060411507421bb21461f2087dacb5328606 100644 (file)
@@ -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
index ccf1ca84b8a23e20e63a9d5082e0170944245d81..ffe04d11c1d09006541c92508ea203fd553b10b3 100644 (file)
@@ -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
index 03763630295d8629945f114ba001197331d9b0ef..922eaf71a6216ea1bf104b37ccfaa8a47d5c63a6 100644 (file)
@@ -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
index bd85e0653ed134b8a78449af355866bbaee278c0..c9ed7204b9086f0140766c6eb897f15372709bde 100644 (file)
@@ -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
index 75937145ea142578c9be76ce452814721d47e4bf..65d2a5efa758660ccb918c087eef5c35fe51e070 100644 (file)
@@ -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
index c33be0f22eab8e719ac320b0c58be258e2a116e8..fca7d619c96cd6141f36c6d22dda3e043feea737 100644 (file)
@@ -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
index 1c70b7a91706145141d473f19be7ee795e03a41f..da5ddb1f06117304b6dd76fd10341c4fad3a3ef9 100644 (file)
@@ -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
index bb9a9f16fb12f02dae5519a7d3c763f1e367c4f8..217efc76ff2efa3457af97ea121eb45bb019840a 100644 (file)
@@ -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
index d5c84f503c0f7178dfd3fdb5830f0bedc8fc0c53..eaac2754c4ed143d73d75e505377ee8072b493c3 100644 (file)
@@ -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
index 50fb93926b3ed3d083b15068275e8bc3e6d9d08a..7a8805070cf7646ddb62ceffef3d595ebec292fe 100644 (file)
@@ -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
index 9e786dbfaa55ae8b1ec16f9db63cab35a6925e9d..27fd985701c7655fdcadb5aa1050f52e73785510 100644 (file)
@@ -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
index 8113722a88521317cb6b8d8c3299df2e86a04a49..419c3ad42a0b74c4399131f3452109fb632d3a1b 100644 (file)
@@ -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
index 4c94a2ecc223815312dd76863dd0beceadf8eb19..a7ef03e1a5c7573bf57286951c5816c82f74fc97 100644 (file)
@@ -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
index fbf49bdcbe4de68bab258bf4a9683de649cd1b05..6c314f13c45fd69627f8f60a4e4ddff44e3dbb92 100644 (file)
@@ -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
index e4f5ec613e5f2b8ec20e80fcef8eb4ccfffbc4d3..d3287777892425bb4f48135dc7f05500e0ea2a83 100644 (file)
@@ -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
index 9d2e281676145af4801051e0a1e678dde5efedfc..91e4e2f46ae3135dc3c6173cfb72cf7f30b676e1 100644 (file)
@@ -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
index c5ce4ae847c3ed2f67bf60353281db8babcbccb2..9524602665a86f4b479a118b738f319196fb4c94 100644 (file)
@@ -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
index 1047c8ebda13416a834390ab3c5d483d57fea495..d27c967e8ca33870f4583415eb59ab9e41e8ed8f 100644 (file)
@@ -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
index 22f78e660fdd378a67cef1453812fabc47047ea8..c664b5acee99d82ffc69e8fb0337f4e9ebf95c9f 100644 (file)
@@ -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
index 3034a12717d913329e67ab0b9b63d1ea3481e983..5cf296789c1de3ec2cbac12f6b7774432724193b 100644 (file)
@@ -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
index 640bdd6174687fa87f4ae167c75192643c327fd0..e5586e07a56ca1eb469fbdb14620da595558e1c4 100644 (file)
@@ -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
index 645f422d4cc9393dbeee99322c7314ea68a2e2aa..22245daff942b99c23d7ccb2dfccae9d5e944613 100644 (file)
@@ -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
index 49de57cfb923aa4598520d00fc285d7265d18986..b810ca08bcb28c98a41fcc241c49a48376b79564 100644 (file)
@@ -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
index 29cedc98e7ea6ccfc89369513aacf4e8985273cb..e1f99bbbe5a3564182605f4c7c9a981a9ad8869b 100644 (file)
@@ -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
index 368374bd9a6bb0b0dbcb587d6819d5fb5e0f3949..76a523c26763c640d00c0c011daea7181660bb78 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='us-ascii' ?>
 <!--
-  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
index 8793f0ba9b709bd97b0052d52a4ca75d6602b9e9..bc2095d407f65683dd04435be6b0eef878af0749 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='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
index 9a590bef86f7e7a9e6b718029f2a71a80a53f1f5..e65243a23e77d9bcf1a99f15a99f2a133ab7b126 100644 (file)
@@ -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
index 4b6276813d75582f4803074ac7d395d9fda8293c..22c742776870093f5ef699e549a848e155103913 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  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
index fb86a5d92a1e6c1a093b58007101659bb4f61d40..aedf418a19cdae20b4320835417ea0dcc22228af 100644 (file)
@@ -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
index a845e4aede7b498167988bf064f8f57ae393df86..eedd25588d2a2245aa0d8607621c2952528673c3 100644 (file)
@@ -21,5 +21,5 @@
 #  Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 
 name    = "Data Assimilation Package"
-version = "0.8.0"
-date    = "jeudi 30 novembre 2013, 12:12:12 (UTC+0100)"
+version = "0.9.0"
+date    = "mercredi 30 avril 2014, 12:12:12 (UTC+0100)"
index 2838b1af7e91e634b44ba22747d70b63838be2ff..59472a6f7c7279512926a361aa613df7609e7616 100644 (file)
@@ -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
index d923475e8548e6b504ecd5d86dbba09196d84297..287088f125501ab0c44d72de2a3908b929b5af0f 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index f86ccb86056ff1b58f0bd6efdfbc154c701c607b..53684bc4c62637ee618e8314359a22399c6f7d53 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 559a51c5225360375259e4054767d804ab8fc152..e184aa0ce8fbb7b7d265921516a140627dfe986f 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 6cbaddeb1f732d8fddfd305b95c3b0749e58de5b..afbc2f136a5748378d0374234c439f0d5a646869 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 30c4c444384fd80b6be6d8b1d7216c009c2fd76a..8a6e67cd220a5be628903727df5bc214b386567e 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 1e1897e591bd33b08de64cd69a9fbd5a071ead07..0ec19ec51b668e9c157f195bcb41cd3baf32e488 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 6dabf9abe8cf09cd7dac5d5cdbea260587e779a0..fc6edc146c745c47d78cc98d1c7026f644c98a2a 100644 (file)
@@ -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
index 569b8c46c707aa7de8f56d7fe0bc6624aae6e804..3deb3e1a6530aece6dbd9146d882ed43e9b32226 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index c311c147ca56941b60db37778c5b0ba9a3246606..11cf8a1ad5bfe55ccbbd1c4b3cc559ff85366e21 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 7752598e62f7ca8a5e1b9868341768d116868417..c3c2cd5ac1d27864d7937eff9264871d6556be16 100644 (file)
@@ -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
index e121d5312fb83ff773e205f9aab0b69e503ad740..f0b3881e5d6eb15774037bfdfaaaa9a48fe8882f 100644 (file)
@@ -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
index bc0c7dfcf74bd4cc6f4117918a0315efe0a6cf11..3607937fb8e509166d1ad9a7bfd83feeef8ccaa6 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index c73948cd7fca2a2d34c4baf50aa50e89ad32fc58..24408767b0d6ba9c81cbbbd8c73a677580082062 100644 (file)
@@ -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
index 380619631c6c33eb69186a83421d1d14feae2b5f..ded156a49b3b178043caa746b3770a97656170c0 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 1f04adc7280e940c8ca9161f81a7a69daad014e3..b892a387c74790836a9c3a4ab688295f4c605c71 100644 (file)
@@ -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
index bc0c7dfcf74bd4cc6f4117918a0315efe0a6cf11..3607937fb8e509166d1ad9a7bfd83feeef8ccaa6 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index 1c06d4631baad30b488d52ea7589268ad55aa643..b98b13ee27e38ab11a26b80980768472d2d0e9b3 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index e63b06bdf2bb6b111725f6b203cdac50d4dd3cb3..a322cf9c5b800ef8415592e91286c41ab8517583 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 2e2f5b8040fb012292455b76737102a087eeb900..ceef4a25e09ece42cc4d8a961bd268c04c9434db 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index 3e7df28097d044dab66bc579d7e8f1a50fd1c5f5..3730ee8c800f29980eed01fe97ca57b39a66e601 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index b7317b5df3819092f08cb08b6fdd0456da953d5b..311e4bd64a6f54e0326ae5e9fe50b1ff007a6a00 100644 (file)
@@ -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
index bc0c7dfcf74bd4cc6f4117918a0315efe0a6cf11..3607937fb8e509166d1ad9a7bfd83feeef8ccaa6 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index 3693451d93c9f0a076e49f76440eec457fb68e80..229342e7e54bb4d9af1485ba3026afcc91dd0a39 100644 (file)
@@ -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
index 75a634ee6a1df87a115a2fcbbffada81f689ac8f..cdabea862f5a624e063490e54d840ecf54943f7c 100644 (file)
@@ -1,5 +1,5 @@
 # -*- 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
index c21cbdb0a56d0d080ee46b619a43a0e618fa18b5..e8c825b0b26c03c19f360d187d0118f28a5ca8d9 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index 37bc2a54313e08c92cae8a0b3f8996cd57f3c2c9..4d0dac8c3071fae6193f18d49d722458d848a894 100644 (file)
@@ -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 Lesser General Public
index 355646c429e64f340dd5b0a63c97581d6888dd2a..755bf9458d1fee16a8ea0180fac699549b019e77 100644 (file)
@@ -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 Lesser General Public
index 50213012997c3840c9e1ae1b777b165407ada849..c4bd16662801b19cbcfe5797bffd827ca0e0a4d3 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index 3651df7c6abf507be297b70d1671fa2b137a56e5..2e029dd217bc34c48a5dc74f7d98e687adc4e5c8 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index e3f3fdfa0aaf4c310b3eda629aa3abdbe5c1351d..70336c50ba2b7db8688791ef4601def8c9294175 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index dde7d220bb262b4637d2bc5c78ead0fe53489f13..b45041415aca618de989f2641617804f8eecc97c 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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
index ee26d7c10e6833b4239fb6b4fdaec9dc827ab460..f14cf9cf04565b72a5aa9a8f4a9fc87dc3bfc0fb 100644 (file)
@@ -1,5 +1,5 @@
 #-*- 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