]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
Copyrights update 2015. V7_6_0a1 V7_6_0b1
authorakl <alexander.kovalev@opencascade.com>
Tue, 10 Feb 2015 14:04:08 +0000 (18:04 +0400)
committerakl <alexander.kovalev@opencascade.com>
Tue, 10 Feb 2015 14:04:08 +0000 (18:04 +0400)
83 files changed:
CMakeLists.txt
JOBMANAGER_version.h.in
SalomeJOBMANAGERConfig.cmake.in
adm_local/CMakeLists.txt
adm_local/cmake_files/CMakeLists.txt
adm_local/cmake_files/FindSalomeJOBMANAGER.cmake
adm_local/unix/CMakeLists.txt
adm_local/unix/config_files/CMakeLists.txt
adm_local/unix/config_files/ac_cxx_option.m4
adm_local/unix/config_files/ac_linker_options.m4
adm_local/unix/config_files/acx_pthread.m4
adm_local/unix/config_files/check_boost.m4
adm_local/unix/config_files/check_omniorb.m4
adm_local/unix/config_files/check_salome.m4
adm_local/unix/config_files/check_sphinx.m4
adm_local/unix/config_files/i2_check_qt4.m4
adm_local/unix/config_files/production.m4
doc/CMakeLists.txt
doc/conf.py.in
idl/CMakeLists.txt
idl/JOBMANAGER_IDL.idl
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/CMakeLists.txt
src/bases/BL_Exception.cxx
src/bases/BL_Exception.hxx
src/bases/BL_Traces.hxx
src/bases/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt
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/salomegui/BL_SalomeGui.cxx
src/salomegui/BL_SalomeGui.hxx
src/salomegui/CMakeLists.txt
src/salomegui/JOBMANAGER_version.h.in
src/salomegui/resources/SalomeApp.xml.in
src/standalone/CMakeLists.txt
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/CMakeLists.txt

index 8e39239e4bf3d2f05fcd7e6a994849d3b2b91222..062db93f8c3128bb3aae23932aac2751a21f22ee 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 4e687eb459cf6066bcd1b7116021f82af37c0aa5..19f2678668862774973547897c0611201cc33425 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 39b3fbfffad7f79b45156a88a95beacc89ded56c..7dc52f3d1b77d922f2057aeac90341eeee953627 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2015  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 1edbe754a265aa51c7ba75f855236a81591ea4e5..c81ce8d0037fbe93f7723dbff24171f5da44bbc8 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2015  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 c0bc9ff600852faead2048cc96f025930c59cc31..340767231c086a0048d667a36d017ec1445ebdce 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 0885e5524634d332a6193e92ea207bd7185e7505..05979f8b8880cef18fc4a9278a27dd62a22cb2c0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2015  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 f3b612c2b6df7872353d67258fc850b6056149c6..1e3ef4a93eaa665fda6d51e05d33d9f76dafe5da 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 08c978334a6335f814702d9f54e4d2a7196b3a99..bbde34e3379c97f670526d65542a3cc27660dce2 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2015  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 7e23bf7b126db84ecb237d0ac1a23e03b39abfc7..a800ae8051a5b5eb5bb24c25dd95fba397bf3df1 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 960a3404285f186480e5aea6c06526bd4ad76a9e..9e5e095fc27a38effc07883b1b0b61547a3d6890 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 eff16eb4706efcfe90f527acc183b6be33d7c249..84d306db1547bf23e7251327094347b4c9150df1 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 0c44287fe310c18a3683165e32da26309629c3aa..bf00108a1fe12b998addf8712be542296564afc6 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 a7747a560b4e963755826ea7284ecf93b62d67e9..3013388a3b00ed20c8cccaef7edadfae0745a89b 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 6c14deeb95db73508fab6b448a92883de7f38e67..62f4f6919377a2c3a789770af4f9f52c293f777a 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 3667a6722ae189f11d736e6721a05544ae0a521a..6d1c008b1b3e724510c0bd4f855ca2cf43e4b9a2 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 1fbe24fe2d38a590368516f28f1b8636e6211682..e58c895ef178032f7fd1c1b9a96b1912fc0452c4 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 0a37d3b16446bd95ace5f314ce993b4407c44072..c2a724b8ff76c7a79ef8a5d45711aeaf74ebab41 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 ec688ecbe48864c1e8dfde4698dad1358c3f5ffc..93fa07e03a9c243addcc731e96ae75ac1bb7b3e1 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 0a967f473c892772762c663aef327553ab1c6fe6..9569f9d8658c9bd96da699e350e6fe3156cd856b 100644 (file)
@@ -39,7 +39,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'jobmanager'
-copyright = '2010-2014 CEA/DEN, EDF R&D, A. Ribes'
+copyright = '2010-2015 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 a5e4b9303b8a618a7d8debd7580c04b91215dc08..e59c554ce5e040f78f66c7c127a648dd7a717a9d 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 6d735fe1053950cf7c004f41c0abf96340195c85..06ff96201491fd8c3dea1ae7f0be5598581363a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 7e23bf7b126db84ecb237d0ac1a23e03b39abfc7..a800ae8051a5b5eb5bb24c25dd95fba397bf3df1 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 960a3404285f186480e5aea6c06526bd4ad76a9e..9e5e095fc27a38effc07883b1b0b61547a3d6890 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 eff16eb4706efcfe90f527acc183b6be33d7c249..84d306db1547bf23e7251327094347b4c9150df1 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 0c44287fe310c18a3683165e32da26309629c3aa..bf00108a1fe12b998addf8712be542296564afc6 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 a7747a560b4e963755826ea7284ecf93b62d67e9..3013388a3b00ed20c8cccaef7edadfae0745a89b 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 6c14deeb95db73508fab6b448a92883de7f38e67..62f4f6919377a2c3a789770af4f9f52c293f777a 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 3667a6722ae189f11d736e6721a05544ae0a521a..6d1c008b1b3e724510c0bd4f855ca2cf43e4b9a2 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 1fbe24fe2d38a590368516f28f1b8636e6211682..e58c895ef178032f7fd1c1b9a96b1912fc0452c4 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 0a37d3b16446bd95ace5f314ce993b4407c44072..c2a724b8ff76c7a79ef8a5d45711aeaf74ebab41 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2015  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 2cf945cccc46736eef933e7836aa854c39d1dfc2..aad70916134810f2368e1b53d43cd0395dbe06fb 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 19a66eb84188a0c1704f837abec5bfb823c06d4d..4cf0291692bacddc7108b87d40187e8bfcf481d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 2e3f4632e64755010234c93c6c05fc7acd396303..895a11b54b5484260cab62a83608f13a5fb4c5cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 a83c200348eb915a8d931a1d57587b42f035d50c..f1860b6698f9a997e62cd270ab911989f790ed42 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 c73c29641b08a12ba51223c509af7460e40923f2..83fd9c458247ee0ea365bccfe8dac34af8826c8c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 0fe9fc1e60fcfc86999db93d1b9e86fed1c5f806..b725557363c60297dce040e548153af79d05beb1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2015  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 0053f5ed91e15ee211cb75ba77d58ee789492252..2243b7932d63d2fbcf61d4ab60ab8acedc83cf9a 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 316360b8744462b309f716f54611095185c61559..1f91cec3d34b5ca0a1c87cf46185f5030d555b52 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 26e81fc07a4c6efb30d015be2c876b79bf88b362..417e0c45c04b1c1ae28f3c621dfc44b597bd7d0b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 bd673038f9bc0edbfd2629387aafbfd651213b07..5436311b9a45b54c2303c58a00da6a0169f3a5a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 c8a8faeb511296a293a52848f3c9c74e601d91dc..ce4c14840c96838cbbc99a8fe00cdcb63ab7e7ac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 e069041eac4329c1a3a56810b110da13e63790e6..caa0f65ba90666b7e1eb9898b5e7f13aea2eecb7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 e0d68acd2aede6a018c5c9c2eb17d3886a2cd26b..4ac6b3a82bdd60ee902ec6f7798c0d71d3f25a13 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 76a34694da114f31a37622344c4f968d8dd4b530..e0b284d37472a10099469c7a4e4097eb9fbb86c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 0e76cce198900fd5065bf33016e99550849350d7..962e6b4f71d0041f36f0dbc8f2a9ddda96a48228 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 98d07439db1ca2be003e13645c4af33d34895cc8..39218c3358aa2e9bce944ea735cc7c1a4897b406 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 2564f0aa63a7d71d7df604a1d988fc46ef3864d8..632942237cf637b8be6f38f0897b7650381e611c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 ce6add017a7966e8c0ab980e24ed5349a2d74926..03679503c5600a73898b30c23b7265c21470b5d6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 b9d37604db2221e4c81bed5e8afc08421aaac1b4..ee6a34afb89df32f43adb49b3b28d1582ae860df 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 fbf3d01b556135d8a23b5b252a26c88050e9ea36..2f773bee75b8e8e6f7c3e7061056ea94c05d8247 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 cf5d4b76f5bfcba0f9f2d0f19ce84f4e3c685f9e..513030234b8a5e15b3a21f97f85e66ee2bf57c4f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 30ae5e66dd67c23c71d63a64d2b5ca6101a010b9..bf59cc33a4e1dd700cad06009a6680ee99ea9274 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 7b673ef41f179796da56649a359f6af684c72d91..c92f5c9a31012d591347a6e27640faa5017b46d1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 10a3e229010d6ce863359adfe7debfd9e496d6c3..46e8a810d0a9f0815277db86feb6ddc9654af8f1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 4b5f3f39c5a44cac2ba6ff2d561805b8960591cb..d2f3e01744c20fe218aa0b61b504d4d4e1b1fd63 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 a57a55852c4fdbd899902b0df8e176d359eba122..c2155ca7461a9944ddc38ab80e3b16f8d50337d0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 463233741520d707b7a5107366fe24fffd35da49..1579a3998ae512ac975f3b1025b2107229941ba1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 77b28ee68ecb36f82582135f62a408ecb68269dc..23875e25bf29b5fe405a6c1b1497be73ca162d37 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 8de8bb54a135d88be2f0e87cf9fa49c885ddbb8d..3eeda356dab10cf5931488aaacaef9bbadbf3cb9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 4b4e3f4c37c2cc878c23a33fa4aabb843efc5650..7b93e0bf72c1578b6abc58c66eb9dbaeab61ace1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 05d70ab39a3536bf5a36c6d3ad154c5a8ebd7fda..cc87af337c0c1bd56473c6c456a0e8e5c1c7ab50 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 63a306f49461b7790ad9bcba2d1934cf6c30b395..11285086134c146d2c3b44fb92f87e03d95ae448 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 5abfb515568dba7569150d42900bb30c39d92290..1472154d1795f5b7cfef225ef70199f059bb4c67 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 7dcf8ffcf28f74b26c5b5f2342ab7c1e2fba79a5..edc568ecf48bd64e8fcf378510bd4189b88b4260 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 6bf31fa9ba1f84cc1c176d5e89a252c0699242a4..f80b51d5b9fb09dcba88bef622c986bcb8462029 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 62f52dcf2194a55159ad8987e0650c6cab1595ac..4d2ded906e7ff6bd791845ce929f34234294a391 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 05bef797cffbdc825bab3bea17879af8ca7d1ffa..9acce2516d703d60bce64a2166f98d0d30446866 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 18d24771363df977f7a0b301290e689bd39c99ec..43398b9272d63e00e214924efafff46fc837af69 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 643b7ba4bab2a69990ba983c49315f1b7b8635ca..62f26d3c35136104b15025e508ade398aa3d00d6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 0c90fa3c5df7bfc2c4ebb98cb3f24372472f1b0e..91e26090ccd5dce6d410eb0ba8b55585f1418620 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 3b7fac4d67822731c17cec8959dbdd621ba62e36..18143863cda83a4b1f812f54a612c3a1657cbc57 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 9d8c7683ac9caa41ceb47de89146ba287f4dd71c..a3bf912d08e115151a9b6d53f18d0b7f97e5342a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 c1e6c73b8065d9d59445df98326ffeb671a036c2..21a5213fc9b54f3c837d109fe9e43c8a101020e3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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 1b8aa114d11edad15546d8f59a3bcf8632fdfb36..c8da07c8add72c3bf50d7d444a4e197884a6f8a2 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+  Copyright (C) 2009-2015  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 43f3e1674265d3df3415e4b48454a553efcafd4c..581581da210b3ce4685cf9e49c205f109bd2410c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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 8c321978aa6a782ea0cea1b7c8354b5aeca9ab8c..94960f5e2b7b9fce585d8dbb85f4398c3bbb70d1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 f52a7fb60a78835f67125a12b4452513509fbf0d..7cbca33c38915366e7abdefdd81c9ff639a07bb7 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2015  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 c0784ba9f94770c1aff5ab5cf018a79ee03014b7..86a0403c9bcd7960e884947647090b353f06246e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 08f7b7842a129a7b8cc14270e5550a43b2feecda..4604a9c22b1e0db48595fbb0d9e3b26a6f6508de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 da3036b6169683d8064d474cecbf4a89e9df8046..2486601223ae07d3d4f979d212625506db8ebf39 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 110b55917856f351fad74a891936c9a2b29d74ba..22cc0c205ae8481009a141124d6bac557e6dd601 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 22623977529b8edcd445afcd3fd07f8cb9833106..f00efd2a94f9fa9d70b4de824105d9209f4c6767 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2015  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 6418e1dfc29f17ba1c06097f26edc33fba1e3401..15e586f34be4d7a24561b330c1459dc4efe73372 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  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