]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
Update copyrights
authorvsr <vsr@opencascade.com>
Thu, 14 Feb 2019 14:53:19 +0000 (17:53 +0300)
committervsr <vsr@opencascade.com>
Thu, 14 Feb 2019 14:53:19 +0000 (17:53 +0300)
80 files changed:
CMakeLists.txt [changed mode: 0755->0644]
JOBMANAGER_version.h.in [changed mode: 0755->0644]
SalomeJOBMANAGERConfig.cmake.in
adm_local/CMakeLists.txt [changed mode: 0755->0644]
adm_local/unix/CMakeLists.txt [changed mode: 0755->0644]
adm_local/unix/config_files/CMakeLists.txt [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
idl/CMakeLists.txt [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
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 [changed mode: 0644->0755]
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

old mode 100755 (executable)
new mode 100644 (file)
index 897cb71..8ea9fe8
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index 8e38eaf..82c9b0d
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 1db1ca133251c4cc1663f15099e38030ae2daf01..3bd2b0b4f1fb765e5860032ff6287cb3205cfb78 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index 4df2dc0..9e5fb80
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index 90c9fba..b2db40d
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index bf33a54..c84aebb
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2019  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 9ce9a247cd8b4c708a40b76c7af2e44f49d54fa5..a58bf970961ea880eb1cb4558751981bbe60c8a8 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 d2ca7df71efef8ac52a03a10024e542e2db0a3a8..51512e1bfd82b38454b9de257da18e3838d09d67 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 52307321958614181d81663a9d71e8b42d4de09e..819a6ed1f2f161d3956d4a2b9d01ac466d8a8aee 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 9327b314a726fc4cd797d3873ea5cb2fc9acf930..922dd2910bdcfa362fb33d6f431cca0de266df1c 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 99937f87ba9c7a1e7e38e1ca50954ad943e544d7..a9f7c8760950bbbca162b628b09f6b53f30d3158 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 2e20c85a21b988981d53e6941ba2eebb7ecc4c9a..de0b21405a6a9562c29c789a3810e72dfc628a1f 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 3b7110c63dc030c53d388b2299f1e3d6e57cb622..53ef660a81b1fbc9d7311c3842666deb8ed05b30 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 e67a905d9ef556ec053613a757302528bb108221..6d0a7471ff42fefba04f4be4f07af7f3e4397122 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 a00be48bded84449b387b21a903167fa2b85891c..a7d0785eae1ad965ba0aedcb74ef6a1418cbb588 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index 3eee211..5c517f5
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index afd04dc..ab4c19a
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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 6d51e689d18929aa260bab9493096abee8713b70..cee27871f41076dbdc0286f90128019db33ea3fe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 9ce9a247cd8b4c708a40b76c7af2e44f49d54fa5..a58bf970961ea880eb1cb4558751981bbe60c8a8 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 d2ca7df71efef8ac52a03a10024e542e2db0a3a8..51512e1bfd82b38454b9de257da18e3838d09d67 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 52307321958614181d81663a9d71e8b42d4de09e..819a6ed1f2f161d3956d4a2b9d01ac466d8a8aee 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 9327b314a726fc4cd797d3873ea5cb2fc9acf930..922dd2910bdcfa362fb33d6f431cca0de266df1c 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 99937f87ba9c7a1e7e38e1ca50954ad943e544d7..a9f7c8760950bbbca162b628b09f6b53f30d3158 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 2e20c85a21b988981d53e6941ba2eebb7ecc4c9a..de0b21405a6a9562c29c789a3810e72dfc628a1f 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 3b7110c63dc030c53d388b2299f1e3d6e57cb622..53ef660a81b1fbc9d7311c3842666deb8ed05b30 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 e67a905d9ef556ec053613a757302528bb108221..6d0a7471ff42fefba04f4be4f07af7f3e4397122 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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 a00be48bded84449b387b21a903167fa2b85891c..a7d0785eae1ad965ba0aedcb74ef6a1418cbb588 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+dnl Copyright (C) 2009-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index c7be323..cb52479
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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 80c7d91084e01e15a1b87f81734d6ac0d248a20e..3a725e1678a8dc582eaa69e309a43ac94851b3ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 a0756ee657a57e862c8eae50fc3bba426213029e..931288ae244372b11a78583e4225ed94b9668fb6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 22a722fe4a5b7308552bb8443aaffbbee1bde366..637c496d145751be75d3a1766c96fa7abb31a631 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 0469c63641337d64f5b7624feac577fa3eeb15be..95e33bc7fc71463e8608026d959bf718a5c34475 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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 17ea7c90f6565619d52afdb3dc86039ee4fb6628..a8968fb8ad43ca1cb44d2b9c2b9f785148cf05cf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index e69e687..9217ab2
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 ccfd48ff38af71b3ae7ec1b44ec10bcdcba3b4da..16d670dfc60339b80ac1a3dc62f13fbca52ec10a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 243b2f890b64024cc72fe82de0d4aab11fea6863..dbb98cc464f64b4901ce2742a0c14e121e2a7482 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 3e2953e515c6da804ede9017ddddba9db7144edd..ab8019c516940956114096e02387e6c529f68ddb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 ad7abfe64827dcd2a0ce78e9dc6994e8c3435e86..3d3d35cb38e18fc2579fe8bf3c5cbc4afb919537 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 8904af83bdf7b0e183f57c5754196b4e11fe547b..92443cd4f5a36d2a379920b3e1d898d76d342ab3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 ab6dac15755beb2fa24a1f89037f38021d4432d0..029c0e0bb909dde386276aa6b31a25fc83399be9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 88b978eecfd60bd39859f13594bfc2b6decd68c3..8e7f9f6d74106bdd811cbf0937d07ffe08f4ffdd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 c09aa3b448a9f0a8cf41b9b6bae8b023b19e9d49..d9a60faf81f7c189180f8f0ba52d255b1c027263 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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 7c8d7cb3262c347a77233a3ac39e9ce0a99c0ece..41226a4c7fbe2fcacaeaad9e5436013e481dc4f0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 498f115e4ce43ea7333806b96ad5cc807c20caaf..3503962364069788b6730d5e1fedce9dc2147003 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 28b97f99bafc89dcd4abfa1b1c1a1a8ed7483615..1499eff7c7e1053a63d625a90cf9994c23c4f928 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 2a40c369b12a576e9f2bb0256be640a2c13f8499..740cdb5f5573f6da0b55d94e56f4f69c5d7e5813 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 c24789524ff0b9b20953f04a35e289406d42218d..acee5b6830c4bb7c2831fccfe114d9964f6f37c5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 95ec293d6c3e2ad81effe0569f45562f56a1de7c..bb6d91ef94f7c359451b7a53b5f370e2dfb5b094 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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
old mode 100755 (executable)
new mode 100644 (file)
index 4f9b759..1248a5f
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 557b06550b452ffae04e62de60e6c81f70fbf0cb..de877edaf8ef7f6419a2b0acb171a9a8d01a1308 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 02cd4fd07b21ee1a65cd26c5224d6cc7b5d700b7..db68b6c30dbdab48d5406b13542419169a021d02 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 138f867b1c9c3abf4887fcc20f7ad2e1017f034b..37273380527246b201086e5e3239588328ee2fdc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 773ac15e219da9baf671e1f97095e319be6d9e59..0ff3d42b4bedc0fc025125961baaf648aa5cd541 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 ac51b671f14bdfefd2edb312f59c22b837e51394..50373254a98d75e79a17db8e96ba111663e1e98f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 01619d19febe90cf1468b79089312deac21a8373..c6c7491f754999ca52b2e00c7be3eb4b0c7e22cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 37348e5402dce0651b567cb9715e3e15f94c5805..cfc44a579e1f8cba39e1d1805cd1dc582b3a6e47 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 900b6f3d8f4ec5eb3cbeac4c2fb3adf2afc86fe5..c09bac80c1e058a146b1ebefe62a351a4bf20c0a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 98665575d7b5b50c48ffd127ee0058813099f803..db607f2768556fdb319f70db6ad84f0984d6e97c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 a83108aa80a089e19d13bce91f01249bb5ee9247..8a3e58aec6012dc4e7119ee474df43f5a06f275a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 6b625820accb05fb1975e8d4a26a7df77c0f56bf..15aaf1ef81cd6f5bf18bd8e485b2e9ab55ee81fb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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 4723aa824b3b7e5e9844a13926d5eaaf177f3a37..3753ab458bb21203bc5449e6e974a4122a161f50 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 5b59f3d23f6647f7965d9554c8eaca71d250fb5c..a9df4909a24428b054381fa43c671377f3585d65 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 1477e9d02abe24b99fa547d7067d813e266b5c64..1a5e6ec24de3413744e499772bb9d504c8f10a03 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 203c3b02dfc3415820d66453cd9a4e681d002d71..eaf543427314ca63b108038450917c8c90c34d7b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 bd5ba6d827270d3e964a126a3d90a7a2775a90c7..9761942c4a33f294b036ada1ca0cb5868e7b1fac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 0873ffb9682712319ee7f0df66bcfafcae2fe3f9..527b7e5de05b13f80b1092ee1c66588ba48cfbf0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 f2cdbe82e8ae988dafaf5bb6e0710a1da0d8ccd5..64b8be53e4869f082e2014024d068ab2aa0accb9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 159d098992a085617c8e09b92e61a3521f07571f..41a5cf9940cf9df9436818b793bceb7b930e2078 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 f186102618ef1b97c56c5f6d53d6851ed781d739..323e80676d051bb7035e28e0f728298f667022fc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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 b08c4bd6410295d5d5cc087e942ccb958efa8601..ee8a6306d36766967f7751bc742c75a95ed3ceba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  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 af03ded21eef26f8486bfad8d292d0dbc7c9673e..f948ea8a1ca64e519d010896ec1c62b4c5b043c4 100644 (file)
@@ -1,23 +1,3 @@
-<!--
-  Copyright (C) 2009-2016  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
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-
-  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-
--->
 <document>
   <section name="JOBMANAGER">
     <!-- Major module parameters -->
index 50b7a82e05c7a43ca27356e7c904aaa1be9d8402..3a6cacb4802da4ffbc8958cccbe7ce7b2ed1ddd0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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 31bc64ca1c0d7efd02e97bc57f434bea330e1080..06c465c6c55435c3e3cdca7177ba594b2cdb9626 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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
old mode 100644 (file)
new mode 100755 (executable)
index a02fd2f..c639949
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2019  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 7cb33ce0e7fb5aac2933d0868ea8a505be1ddf94..f40ca9b0a19722f00457c89ba878f801f186476d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 1fec91a568049cb96bbecea872b07d7efaa860fc..306bd2a9807912ac81a9f65f919a38eec358c73b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 a9f09cfef5f06695dc0cbb596fa40525be334084..1ad17188dcb7315573d6c70aec42432ce99b4ef5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 74c784ee441799812572742037d77026117766da..c66b6d8210050e93db68b0c97950f45c332cea29 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 7462faede9e8d10bbd18c8133e372493a2533f12..00c6fe6d8032aaecea07b19cb3989c4b68c852af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  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 ec015236df43a9b389e59ad1f3e5b2d78a2c952a..cb9f7b5f2baddcdd1bc87b045b9d356dd8a44086 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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