Salome HOME
Merge from V6_main 01/04/2013
authorvsr <vsr@opencascade.com>
Mon, 1 Apr 2013 13:36:47 +0000 (13:36 +0000)
committervsr <vsr@opencascade.com>
Mon, 1 Apr 2013 13:36:47 +0000 (13:36 +0000)
72 files changed:
Makefile.am
build_cmake
build_cmake.bat
build_configure
clean_configure
configure.ac
doc/Makefile.am
doc/conf.py.in
idl/JOBMANAGER_IDL.idl
idl/Makefile.am
m4/ac_cxx_option.m4
m4/ac_linker_options.m4
m4/acx_pthread.m4
m4/check_boost.m4
m4/check_omniorb.m4
m4/check_salome.m4
m4/check_sphinx.m4
m4/i2_check_qt4.m4
m4/production.m4
src/Makefile.am
src/bases/BL_Exception.cxx
src/bases/BL_Exception.hxx
src/bases/BL_Traces.hxx
src/bases/Makefile.am
src/bases/make_begin.am
src/engine/BL_Engine.hxx
src/engine/BL_Job.cxx
src/engine/BL_Job.hxx
src/engine/BL_JobsManager.cxx
src/engine/BL_JobsManager.hxx
src/engine/BL_Observer.hxx
src/engine/BL_SALOMEServices.cxx
src/engine/BL_SALOMEServices.hxx
src/engine/Makefile.am
src/genericgui/BL_Buttons.cxx
src/genericgui/BL_Buttons.hxx
src/genericgui/BL_CreateJobWizard.cxx
src/genericgui/BL_CreateJobWizard.hxx
src/genericgui/BL_GenericGui.cxx
src/genericgui/BL_GenericGui.hxx
src/genericgui/BL_GenericGuiDefines.hxx
src/genericgui/BL_JobTab.cxx
src/genericgui/BL_JobTab.hxx
src/genericgui/BL_JobsManager_QT.cxx
src/genericgui/BL_JobsManager_QT.hxx
src/genericgui/BL_JobsTable.cxx
src/genericgui/BL_JobsTable.hxx
src/genericgui/BL_QModelManager.cxx
src/genericgui/BL_QModelManager.hxx
src/genericgui/BL_Summary.cxx
src/genericgui/BL_Summary.hxx
src/genericgui/JM_EditSalomeResource.cxx
src/genericgui/JM_EditSalomeResource.hxx
src/genericgui/JM_ResourceCatalog.cxx
src/genericgui/JM_ResourceCatalog.hxx
src/genericgui/JM_SalomeResource.cxx
src/genericgui/JM_SalomeResource.hxx
src/genericgui/Makefile.am
src/salomegui/BL_SalomeGui.cxx
src/salomegui/BL_SalomeGui.hxx
src/salomegui/JOBMANAGER_version.h.in
src/salomegui/Makefile.am
src/salomegui/resources/SalomeApp.xml.in
src/standalone/Makefile.am
src/standalone/main.cxx
src/standalone/start_jobmanager.sh.in
src/wrappers/BL_MainWindows_Qt.cxx
src/wrappers/BL_MainWindows_Qt.hxx
src/wrappers/BL_MainWindows_SALOME.cxx
src/wrappers/BL_MainWindows_SALOME.hxx
src/wrappers/BL_MainWindows_Wrap.hxx
src/wrappers/Makefile.am

index 77eedc3ee4bc4872ff9c7be9aeecd09ba04ce55b..1e496a849e0aeee514c8b3810e379e8bdf8dfc6a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 2868335ca1942cb8eb18504e3f4f368b6f467130..78a124ce2c9e11266e129ab4c4c80c5796ad143c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 4ce136f55e724be65746eb2026613901a005e8b7..39a189fa7b9530c82b6ef5eac3ea1772a8a0b4a8 100644 (file)
@@ -1,4 +1,4 @@
-@REM Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+@REM Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 @REM
 @REM This library is free software; you can redistribute it and/or
 @REM modify it under the terms of the GNU Lesser General Public
index b16377769276513d59137b6da2802b23f8bc5ef5..a81e739c631fd204e0ff9f89c8a74b66b0593ebc 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 d667650b8b511c6a575e3cbcf57bfc21fb96f6a9..a2e5d223d679247b140253d2f7df32f5f74e002a 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 6badaf20079f7e0b5dda3a4a3784f7976afcb9bc..e11139a8fc984496111fbf8a0a2e97108729b9d9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 ab44650b60a27c8925e34894df1629befaa85020..6a19c4bd33dd600038107578065be59f7bbb5b0a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 213873c173fa7e2a514835fba388818e4e0bcc16..544f7c190ed56c11732daef0c8e00f07f2c3a80a 100644 (file)
@@ -39,7 +39,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'jobmanager'
-copyright = '2010-2012 CEA/DEN, EDF R&D, A. Ribes'
+copyright = '2010-2013 CEA/DEN, EDF R&D, A. Ribes'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
index f3692ccf243bf4a0a0e137c07cc1e0a99bf1e603..1cfb18b674eb4a156f96e555b06643893821389e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 321a10e1be44122c55f89ed2ef6f33dcf3e47513..3b8968c78dcf99a4c2b340da6ea0ab69f1010591 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 bfd9b36026f918683e8b0ec9726b2889d5c06ce8..7da5f025450d611de290a95d583f2d92d88834b9 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 8da3462db2a40cb10191cdbd37bce3f068aad95e..60f24684c15a726598681cd77b9041e248c89707 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 11bc25342ea1cdd4e36f3b11ed9b548df0f7c38d..2b22fd9fd862d6ddb43dfc63083eb74516e040de 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 97112c44e20736d9dc7315eb944fcebea667e8d2..5936e4debb4ee114d1768addc644d5d1e885fc4b 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index eaf23982e673b50886d76a22d750f324fc6a30c2..100187e204c88248aa2f4c3e0a4e67f59824baa2 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index e3848cf7cd96fac416bd5ba210202213344cd4b2..1d41dbba7a1be2d14b14d8bfcc5d151a9bb5054d 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index de4082c7dc440932c146d749baff20b08d6f47e9..96f812006fa35c5b3cf2d9fa762d080332f5816f 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 81bcc06d495ac5350d6db481e1860b4af9aac2df..cacaba716be9fed12a0cabb09873bcbc08a97a4f 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index d69e5bcb80b2fb1770da566825bf4721ac55b60f..c47164c96acb38306bf4bd51de8ff3f758761db2 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 8ae3eb626b7cb80c88d167978679db4038e49035..ba1941954dae402c351330a4cd55d695eabc173a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 d925307ef5a6efa27d5d068a5edf50f32c535c5b..110c23158b917d56ffdbc846b656cd4a37608fb1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 4d789250d04d3241aef834ef1e8b6ff22abb27f0..c227eb2811adc61830efdfd47d7d691a8498294b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 1e30b071bcb8118faddca2a5ffc9af977792d80a..8c661d05a0fed7c014d4e96c33b6fb0da3175ed5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 0bb9bcade94f90946a3ad8eb411134421ee63045..9a71bb13bf25a588eb7f31c788be36446489f897 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 c9741e1b35eb0a2e972b076bf2f65413b9b3aecb..b000fe2f64f026ef613b6bbe783eb36d12e37e06 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 65512017c4770c1bbb7fda5896120418a2155dc4..cc5d8a0ff4130c4eb4ba867806b0679cfe7e37da 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 46939abd06c6e948e271453c919038c65cb7ad9d..231ee19477126eade73e92b29fc8d4b273dc3c19 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 d4e3da0256647931177ab105fa60f0c6c64b87d6..cb3af3a7c1adfccc6d308c53cfb4f8b7d66f2f36 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 c7bf40e1796aacbd36ecfefc7d41f390f0a8091d..eeb9e2f5153c7f5bf8867aa532ba7b5c3539cb94 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 180d40ff37a37fad9eee3e080fa94c4ef7da2b2a..1aaed230e2b1d4e98a68af5894e472ee7bad00a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 eb42870d70589da5792c86ca0ec7362f6d1bdb88..12e9f647c9b14a024590c6349507a8dbc3d257b2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 06e1a1d522a245bfabc063810cb2128969a3477a..cbe60e29c2c48c3ece7c9eb76f838bf2bc1387da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 217fd64bd6409c331a29f66818bcc84abe095a6c..4dbb8ed81913593e63bd63103969fbe284565574 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 98f4e2f7af9875511746c0858f187ba02c3d7006..4ff5e3ce428fd8bf6bd1f8e1ae43b8941ce67e49 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 7b2ee7a471c842a7f34db037d33f89795d594bf7..8960e4083d794298970dc97d6e13b615b7334a26 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 27d92cfef56a4b81803b4a862d45b61140b85d74..1adef2b1f0feec9ec9fb56f892bad34b01aab6b2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 1e951b573b425095b912822aecd53afc80346c20..84df31c2b957208109a2735ad38d69447c7abc6b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 71d2ec78c7b051c7ff429a63dbdc9d580b3b9199..e34c6d72292d9175a05aff7860d1174a126e8214 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 a9bc1f7d1578d3f484cefcd1735fad971e3c63aa..e20a21709eabfc023ce1e76c689a3e3264da2a73 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 6310175205a43f4f8aa4c93a70b1eaa32171fc99..3caa1d0b467f95f7916970ca198376f77cb5c510 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 186b80eff2f0268c2c904f8ed463bf74c0a5dde4..8b7d185feb225c73397d6080a367306fa07fe247 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 91fbfd66b0e8f4b35bc36de64ffaf229127b3de7..75e1b879eb44659b5f2143df3f1e98c9885c8d57 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 44f58543f666bc1d4e1c11edf2b983f243e1bdd1..77b8eb2a5892d79e5afc0f6e18bdddbaffb2f97c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 5e83edd73e2a538b1363b7a66b49e9f626b67cd6..9b53f94031aabd2f226882d4e5998782b10ab6b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 7875786b078ba0f6ae73fd54b2462983be614060..b3770fa96809054f7d9966830ef5025c658eb2cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 fe4b8566bf9f9691eed93ad6332c78c5cdace6c3..f3e99b70fafde8be292749da826c9d8e087985b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 2a356e3d8f20079c47d990c359565197264b126f..8ada37d52f82923e7f8b9dbf0e34a32c9b9943f3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 a8324ec32e8473f0e17d44ffe2acbf60d53954ce..6d52ad0b06bc0f7d8c443d513214189b82b7a6ca 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 28f14f078c81f1eb6edd61efd6eadbeb1f8d3446..6a044fcc22f229fcf5037424dd090903ce2336e4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 cd58ab89fc529aafc3506a87fb3d62f1add34e15..a40b45a6fd87624340e1a0dd578777195a70c3ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 9cf5fcdd119c80c466b709522f8aeaab443fd4be..2bf73bc00e0d96f7d6222c451d533552c5e049bd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 030d4340c3f5247f74cb89663e455de0b16c3479..74d1f7f32b01b22bac806a07787f8d4f22dab4cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 c36f5922368acc077f6b075ac6b542a698fbdcc4..3ef66c3a9365db11e2f62ae52234cfab90a5d731 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 6017d9bf683ab80200c6295e1b189bca8c8d8680..d9fe55074896d970d3e252d82b73e88ff0d1216d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 c66cd0dc891cd08ad86e0e5c510d73641cfbe5fd..bbed1dfe1fd8d4d37ee55e197a6158190556e63b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 c124ad5785c77d12cd622e508f12a34f0f6c465f..73be4139375d6c7f6bd84e50d60c24f248fbdf65 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 62f5589013b9699858eacf81d0bd5bd60b31fe5d..4cb07426f29358cbbcf69f045c11afe32392fd48 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 0e6814658ae8f9eb8a8c22cfb139ab5ed03856bc..ba91fd298c15dfd4732cf276a2239095dab03866 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 6a5eec69442a825168df8ecc286706df4bab3e3d..5ad531c8d1abdbd47bc3eef94efe3a00d2215cb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 ed0c17e94f7d2d79a9c78b5f7f21482a61c00094..f64ff59fcecd76d23f7ec42612caf2f9071aacbf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 5621203787ddb87ed555156b75f72e94e8e656fc..79f4bc1b8582c14fea831ae72790c0be19fe49e5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, EDF 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 8a01eab38015c56d11967549e348e644a8b75cf9..f6538dff66b2c866cb85d790c2461da545771862 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 bc8bb8729362e923503bf2419e5716838874377e..c6376d41783e7bd7bd695cce733710168c1dc7fc 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+  Copyright (C) 2009-2013  CEA/DEN, EDF 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 a747dff1bb07ce81bc870f7bd670ab8d778ccd0e..d3b57815421f025a157dd62229cef4857a58207c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 a33ff390a4f9c59ce9c5b4b7ed6d1e3088ba800f..068adf85d3c31b6910393ec9c100bc57feba981a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 ab6985007cb9b7d93d2fe558d4463009cb46c33d..4758b1ea32a33ca33ac5320509b04e9834c1ce51 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF 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 e8b0305fea1ca6f1e213b2b53ba5cac7411e72c0..ef3dd62ba0e26fd714986f7c1c5fa9cb0b8f85d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 c50e8f34925dc91df14358e983999aa65f32fb28..c1047b9a0de701d84d73258423a0f63583024036 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 e6ce913924184da6b94584948340d778490f7291..f873c7b88ac9c48b3288e84d36c9bf2df332313f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 bf66ee314cec4ce80cc295581a7e0d06d680030e..4716247f0b557fb3079e0424e84e1415f11b8da4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 333b3fe7b38c8ed0c32fe1f933ecdb40d3c81092..36d549199d13163b1980e4e7426fba3d5400b657 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF 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 a787decddbad7f2383001bfba67a3ebfd54d8478..41aacc80f8248b3a6dbff73d1cd445e4b3f8141a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public