From a21bc7e9510736b958d8aec8c4df76cb1b46c2c6 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 16 Apr 2020 10:20:56 +0300 Subject: [PATCH] Copyright update 2020 --- CMakeLists.txt | 2 +- JOBMANAGER_version.h.in | 2 +- SalomeJOBMANAGERConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/unix/CMakeLists.txt | 2 +- adm_local/unix/config_files/CMakeLists.txt | 2 +- adm_local/unix/config_files/ac_cxx_option.m4 | 2 +- adm_local/unix/config_files/ac_linker_options.m4 | 2 +- adm_local/unix/config_files/acx_pthread.m4 | 2 +- adm_local/unix/config_files/check_boost.m4 | 2 +- adm_local/unix/config_files/check_omniorb.m4 | 2 +- adm_local/unix/config_files/check_salome.m4 | 2 +- adm_local/unix/config_files/check_sphinx.m4 | 2 +- adm_local/unix/config_files/i2_check_qt4.m4 | 2 +- adm_local/unix/config_files/production.m4 | 2 +- doc/CMakeLists.txt | 2 +- doc/conf.py.in | 2 +- idl/CMakeLists.txt | 2 +- idl/JOBMANAGER_IDL.idl | 2 +- src/CMakeLists.txt | 2 +- src/bases/BL_Exception.cxx | 2 +- src/bases/BL_Exception.hxx | 2 +- src/bases/BL_Traces.hxx | 2 +- src/bases/CMakeLists.txt | 2 +- src/engine/BL_Engine.hxx | 2 +- src/engine/BL_Job.cxx | 2 +- src/engine/BL_Job.hxx | 2 +- src/engine/BL_JobsManager.cxx | 2 +- src/engine/BL_JobsManager.hxx | 2 +- src/engine/BL_Observer.hxx | 2 +- src/engine/BL_SALOMEServices.cxx | 2 +- src/engine/BL_SALOMEServices.hxx | 2 +- src/engine/CMakeLists.txt | 2 +- src/genericgui/BL_Buttons.cxx | 2 +- src/genericgui/BL_Buttons.hxx | 2 +- src/genericgui/BL_CreateJobWizard.cxx | 2 +- src/genericgui/BL_CreateJobWizard.hxx | 2 +- src/genericgui/BL_GenericGui.cxx | 2 +- src/genericgui/BL_GenericGui.hxx | 2 +- src/genericgui/BL_GenericGuiDefines.hxx | 2 +- src/genericgui/BL_JobTab.cxx | 2 +- src/genericgui/BL_JobTab.hxx | 2 +- src/genericgui/BL_JobsManager_QT.cxx | 2 +- src/genericgui/BL_JobsManager_QT.hxx | 2 +- src/genericgui/BL_JobsTable.cxx | 2 +- src/genericgui/BL_JobsTable.hxx | 2 +- src/genericgui/BL_QModelManager.cxx | 2 +- src/genericgui/BL_QModelManager.hxx | 2 +- src/genericgui/BL_Summary.cxx | 2 +- src/genericgui/BL_Summary.hxx | 2 +- src/genericgui/CMakeLists.txt | 2 +- src/genericgui/JM_EditSalomeResource.cxx | 2 +- src/genericgui/JM_EditSalomeResource.hxx | 2 +- src/genericgui/JM_ResourceCatalog.cxx | 2 +- src/genericgui/JM_ResourceCatalog.hxx | 2 +- src/genericgui/JM_SalomeResource.cxx | 2 +- src/genericgui/JM_SalomeResource.hxx | 2 +- src/salomegui/BL_SalomeGui.cxx | 2 +- src/salomegui/BL_SalomeGui.hxx | 2 +- src/salomegui/CMakeLists.txt | 2 +- src/salomegui/JOBMANAGER_version.h.in | 2 +- src/standalone/CMakeLists.txt | 2 +- src/standalone/main.cxx | 2 +- src/standalone/start_jobmanager.sh.in | 2 +- src/wrappers/BL_MainWindows_Qt.cxx | 2 +- src/wrappers/BL_MainWindows_Qt.hxx | 2 +- src/wrappers/BL_MainWindows_SALOME.cxx | 2 +- src/wrappers/BL_MainWindows_SALOME.hxx | 2 +- src/wrappers/BL_MainWindows_Wrap.hxx | 2 +- src/wrappers/CMakeLists.txt | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 689a741..6c9e63a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/JOBMANAGER_version.h.in b/JOBMANAGER_version.h.in index 82c9b0d..14760d7 100644 --- a/JOBMANAGER_version.h.in +++ b/JOBMANAGER_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/SalomeJOBMANAGERConfig.cmake.in b/SalomeJOBMANAGERConfig.cmake.in index 3bd2b0b..16508ee 100644 --- a/SalomeJOBMANAGERConfig.cmake.in +++ b/SalomeJOBMANAGERConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D +# Copyright (C) 2013-2020 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 diff --git a/adm_local/CMakeLists.txt b/adm_local/CMakeLists.txt index 9e5fb80..719d911 100644 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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 diff --git a/adm_local/unix/CMakeLists.txt b/adm_local/unix/CMakeLists.txt index b2db40d..e58b44b 100644 --- a/adm_local/unix/CMakeLists.txt +++ b/adm_local/unix/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/adm_local/unix/config_files/CMakeLists.txt b/adm_local/unix/config_files/CMakeLists.txt index c84aebb..3b7a0f5 100644 --- a/adm_local/unix/config_files/CMakeLists.txt +++ b/adm_local/unix/config_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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 diff --git a/adm_local/unix/config_files/ac_cxx_option.m4 b/adm_local/unix/config_files/ac_cxx_option.m4 index a58bf97..c638b4b 100644 --- a/adm_local/unix/config_files/ac_cxx_option.m4 +++ b/adm_local/unix/config_files/ac_cxx_option.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/ac_linker_options.m4 b/adm_local/unix/config_files/ac_linker_options.m4 index 51512e1..3368794 100644 --- a/adm_local/unix/config_files/ac_linker_options.m4 +++ b/adm_local/unix/config_files/ac_linker_options.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/acx_pthread.m4 b/adm_local/unix/config_files/acx_pthread.m4 index 819a6ed..bec1d8f 100644 --- a/adm_local/unix/config_files/acx_pthread.m4 +++ b/adm_local/unix/config_files/acx_pthread.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/check_boost.m4 b/adm_local/unix/config_files/check_boost.m4 index 922dd29..03a03d8 100644 --- a/adm_local/unix/config_files/check_boost.m4 +++ b/adm_local/unix/config_files/check_boost.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/check_omniorb.m4 b/adm_local/unix/config_files/check_omniorb.m4 index a9f7c87..74faee4 100644 --- a/adm_local/unix/config_files/check_omniorb.m4 +++ b/adm_local/unix/config_files/check_omniorb.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/check_salome.m4 b/adm_local/unix/config_files/check_salome.m4 index de0b214..ca76174 100644 --- a/adm_local/unix/config_files/check_salome.m4 +++ b/adm_local/unix/config_files/check_salome.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/check_sphinx.m4 b/adm_local/unix/config_files/check_sphinx.m4 index 53ef660..315e5d0 100644 --- a/adm_local/unix/config_files/check_sphinx.m4 +++ b/adm_local/unix/config_files/check_sphinx.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/i2_check_qt4.m4 b/adm_local/unix/config_files/i2_check_qt4.m4 index 6d0a747..6cb457d 100644 --- a/adm_local/unix/config_files/i2_check_qt4.m4 +++ b/adm_local/unix/config_files/i2_check_qt4.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/adm_local/unix/config_files/production.m4 b/adm_local/unix/config_files/production.m4 index a7d0785..1b193f6 100644 --- a/adm_local/unix/config_files/production.m4 +++ b/adm_local/unix/config_files/production.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2020 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 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 5c517f5..7940d59 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/doc/conf.py.in b/doc/conf.py.in index 3be9793..a4f13c9 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -46,7 +46,7 @@ master_doc = 'index' # General information about the project. project = 'jobmanager' -copyright = '2010-2017 CEA/DEN, EDF R&D, A. Ribes' +copyright = '2010-2020 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 diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index ab4c19a..3cf89bd 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/idl/JOBMANAGER_IDL.idl b/idl/JOBMANAGER_IDL.idl index cee2787..ca155de 100644 --- a/idl/JOBMANAGER_IDL.idl +++ b/idl/JOBMANAGER_IDL.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cb52479..36fcdb4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/src/bases/BL_Exception.cxx b/src/bases/BL_Exception.cxx index 3a725e1..5f867e9 100644 --- a/src/bases/BL_Exception.cxx +++ b/src/bases/BL_Exception.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/bases/BL_Exception.hxx b/src/bases/BL_Exception.hxx index 931288a..c93414e 100644 --- a/src/bases/BL_Exception.hxx +++ b/src/bases/BL_Exception.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/bases/BL_Traces.hxx b/src/bases/BL_Traces.hxx index 637c496..06e4076 100644 --- a/src/bases/BL_Traces.hxx +++ b/src/bases/BL_Traces.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/bases/CMakeLists.txt b/src/bases/CMakeLists.txt index 95e33bc..bc04f30 100644 --- a/src/bases/CMakeLists.txt +++ b/src/bases/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/src/engine/BL_Engine.hxx b/src/engine/BL_Engine.hxx index 9217ab2..101780d 100644 --- a/src/engine/BL_Engine.hxx +++ b/src/engine/BL_Engine.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/BL_Job.cxx b/src/engine/BL_Job.cxx index 16d670d..00a20c5 100644 --- a/src/engine/BL_Job.cxx +++ b/src/engine/BL_Job.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/BL_Job.hxx b/src/engine/BL_Job.hxx index dbb98cc..b57dd19 100644 --- a/src/engine/BL_Job.hxx +++ b/src/engine/BL_Job.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/BL_JobsManager.cxx b/src/engine/BL_JobsManager.cxx index ab8019c..1addcf3 100644 --- a/src/engine/BL_JobsManager.cxx +++ b/src/engine/BL_JobsManager.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/BL_JobsManager.hxx b/src/engine/BL_JobsManager.hxx index 3d3d35c..95d7124 100644 --- a/src/engine/BL_JobsManager.hxx +++ b/src/engine/BL_JobsManager.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/BL_Observer.hxx b/src/engine/BL_Observer.hxx index 92443cd..4baba81 100644 --- a/src/engine/BL_Observer.hxx +++ b/src/engine/BL_Observer.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/BL_SALOMEServices.cxx b/src/engine/BL_SALOMEServices.cxx index 029c0e0..331040c 100644 --- a/src/engine/BL_SALOMEServices.cxx +++ b/src/engine/BL_SALOMEServices.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/BL_SALOMEServices.hxx b/src/engine/BL_SALOMEServices.hxx index 8e7f9f6..b76e0b0 100644 --- a/src/engine/BL_SALOMEServices.hxx +++ b/src/engine/BL_SALOMEServices.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/engine/CMakeLists.txt b/src/engine/CMakeLists.txt index d9a60fa..706ca84 100644 --- a/src/engine/CMakeLists.txt +++ b/src/engine/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/src/genericgui/BL_Buttons.cxx b/src/genericgui/BL_Buttons.cxx index 41226a4..6fd4e5a 100644 --- a/src/genericgui/BL_Buttons.cxx +++ b/src/genericgui/BL_Buttons.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_Buttons.hxx b/src/genericgui/BL_Buttons.hxx index 3503962..240bc1e 100644 --- a/src/genericgui/BL_Buttons.hxx +++ b/src/genericgui/BL_Buttons.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_CreateJobWizard.cxx b/src/genericgui/BL_CreateJobWizard.cxx index 1499eff..64f4f14 100644 --- a/src/genericgui/BL_CreateJobWizard.cxx +++ b/src/genericgui/BL_CreateJobWizard.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_CreateJobWizard.hxx b/src/genericgui/BL_CreateJobWizard.hxx index 740cdb5..e88c82b 100644 --- a/src/genericgui/BL_CreateJobWizard.hxx +++ b/src/genericgui/BL_CreateJobWizard.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_GenericGui.cxx b/src/genericgui/BL_GenericGui.cxx index acee5b6..54764bd 100644 --- a/src/genericgui/BL_GenericGui.cxx +++ b/src/genericgui/BL_GenericGui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_GenericGui.hxx b/src/genericgui/BL_GenericGui.hxx index bb6d91e..d9e52ef 100644 --- a/src/genericgui/BL_GenericGui.hxx +++ b/src/genericgui/BL_GenericGui.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_GenericGuiDefines.hxx b/src/genericgui/BL_GenericGuiDefines.hxx index 1248a5f..c0edcac 100644 --- a/src/genericgui/BL_GenericGuiDefines.hxx +++ b/src/genericgui/BL_GenericGuiDefines.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_JobTab.cxx b/src/genericgui/BL_JobTab.cxx index de877ed..765fb47 100644 --- a/src/genericgui/BL_JobTab.cxx +++ b/src/genericgui/BL_JobTab.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_JobTab.hxx b/src/genericgui/BL_JobTab.hxx index db68b6c..939e055 100644 --- a/src/genericgui/BL_JobTab.hxx +++ b/src/genericgui/BL_JobTab.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_JobsManager_QT.cxx b/src/genericgui/BL_JobsManager_QT.cxx index 3727338..c010400 100644 --- a/src/genericgui/BL_JobsManager_QT.cxx +++ b/src/genericgui/BL_JobsManager_QT.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_JobsManager_QT.hxx b/src/genericgui/BL_JobsManager_QT.hxx index 0ff3d42..9f0b54c 100644 --- a/src/genericgui/BL_JobsManager_QT.hxx +++ b/src/genericgui/BL_JobsManager_QT.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_JobsTable.cxx b/src/genericgui/BL_JobsTable.cxx index 283d182..9872980 100644 --- a/src/genericgui/BL_JobsTable.cxx +++ b/src/genericgui/BL_JobsTable.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_JobsTable.hxx b/src/genericgui/BL_JobsTable.hxx index c6c7491..f1fefcb 100644 --- a/src/genericgui/BL_JobsTable.hxx +++ b/src/genericgui/BL_JobsTable.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_QModelManager.cxx b/src/genericgui/BL_QModelManager.cxx index cfc44a5..05c6ada 100644 --- a/src/genericgui/BL_QModelManager.cxx +++ b/src/genericgui/BL_QModelManager.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_QModelManager.hxx b/src/genericgui/BL_QModelManager.hxx index c09bac8..fdbdb20 100644 --- a/src/genericgui/BL_QModelManager.hxx +++ b/src/genericgui/BL_QModelManager.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_Summary.cxx b/src/genericgui/BL_Summary.cxx index db607f2..99b929e 100644 --- a/src/genericgui/BL_Summary.cxx +++ b/src/genericgui/BL_Summary.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/BL_Summary.hxx b/src/genericgui/BL_Summary.hxx index 8a3e58a..c72cf8f 100644 --- a/src/genericgui/BL_Summary.hxx +++ b/src/genericgui/BL_Summary.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/CMakeLists.txt b/src/genericgui/CMakeLists.txt index 15aaf1e..fea9caf 100644 --- a/src/genericgui/CMakeLists.txt +++ b/src/genericgui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/src/genericgui/JM_EditSalomeResource.cxx b/src/genericgui/JM_EditSalomeResource.cxx index 3753ab4..250db22 100644 --- a/src/genericgui/JM_EditSalomeResource.cxx +++ b/src/genericgui/JM_EditSalomeResource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/JM_EditSalomeResource.hxx b/src/genericgui/JM_EditSalomeResource.hxx index a9df490..7c5e404 100644 --- a/src/genericgui/JM_EditSalomeResource.hxx +++ b/src/genericgui/JM_EditSalomeResource.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/JM_ResourceCatalog.cxx b/src/genericgui/JM_ResourceCatalog.cxx index 1a5e6ec..757cdcf 100644 --- a/src/genericgui/JM_ResourceCatalog.cxx +++ b/src/genericgui/JM_ResourceCatalog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/JM_ResourceCatalog.hxx b/src/genericgui/JM_ResourceCatalog.hxx index eaf5434..7c5b066 100644 --- a/src/genericgui/JM_ResourceCatalog.hxx +++ b/src/genericgui/JM_ResourceCatalog.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/JM_SalomeResource.cxx b/src/genericgui/JM_SalomeResource.cxx index 9761942..65abefe 100644 --- a/src/genericgui/JM_SalomeResource.cxx +++ b/src/genericgui/JM_SalomeResource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/genericgui/JM_SalomeResource.hxx b/src/genericgui/JM_SalomeResource.hxx index 527b7e5..af46ab7 100644 --- a/src/genericgui/JM_SalomeResource.hxx +++ b/src/genericgui/JM_SalomeResource.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/salomegui/BL_SalomeGui.cxx b/src/salomegui/BL_SalomeGui.cxx index 64b8be5..86e45c0 100644 --- a/src/salomegui/BL_SalomeGui.cxx +++ b/src/salomegui/BL_SalomeGui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/salomegui/BL_SalomeGui.hxx b/src/salomegui/BL_SalomeGui.hxx index 41a5cf9..61255fa 100644 --- a/src/salomegui/BL_SalomeGui.hxx +++ b/src/salomegui/BL_SalomeGui.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/salomegui/CMakeLists.txt b/src/salomegui/CMakeLists.txt index 323e806..4791fc3 100644 --- a/src/salomegui/CMakeLists.txt +++ b/src/salomegui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/src/salomegui/JOBMANAGER_version.h.in b/src/salomegui/JOBMANAGER_version.h.in index ee8a630..86c4d74 100644 --- a/src/salomegui/JOBMANAGER_version.h.in +++ b/src/salomegui/JOBMANAGER_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 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 diff --git a/src/standalone/CMakeLists.txt b/src/standalone/CMakeLists.txt index 3a6cacb..d8b5c68 100644 --- a/src/standalone/CMakeLists.txt +++ b/src/standalone/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 diff --git a/src/standalone/main.cxx b/src/standalone/main.cxx index 06c465c..3fc07d8 100644 --- a/src/standalone/main.cxx +++ b/src/standalone/main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/standalone/start_jobmanager.sh.in b/src/standalone/start_jobmanager.sh.in index c639949..4e79d23 100755 --- a/src/standalone/start_jobmanager.sh.in +++ b/src/standalone/start_jobmanager.sh.in @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2009-2019 CEA/DEN, EDF R&D +# Copyright (C) 2009-2020 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 diff --git a/src/wrappers/BL_MainWindows_Qt.cxx b/src/wrappers/BL_MainWindows_Qt.cxx index f40ca9b..d188c5b 100644 --- a/src/wrappers/BL_MainWindows_Qt.cxx +++ b/src/wrappers/BL_MainWindows_Qt.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/wrappers/BL_MainWindows_Qt.hxx b/src/wrappers/BL_MainWindows_Qt.hxx index 306bd2a..d4410cd 100644 --- a/src/wrappers/BL_MainWindows_Qt.hxx +++ b/src/wrappers/BL_MainWindows_Qt.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/wrappers/BL_MainWindows_SALOME.cxx b/src/wrappers/BL_MainWindows_SALOME.cxx index 1ad1718..c4d610c 100644 --- a/src/wrappers/BL_MainWindows_SALOME.cxx +++ b/src/wrappers/BL_MainWindows_SALOME.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/wrappers/BL_MainWindows_SALOME.hxx b/src/wrappers/BL_MainWindows_SALOME.hxx index c66b6d8..a2d7d10 100644 --- a/src/wrappers/BL_MainWindows_SALOME.hxx +++ b/src/wrappers/BL_MainWindows_SALOME.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/wrappers/BL_MainWindows_Wrap.hxx b/src/wrappers/BL_MainWindows_Wrap.hxx index 00c6fe6..f388745 100644 --- a/src/wrappers/BL_MainWindows_Wrap.hxx +++ b/src/wrappers/BL_MainWindows_Wrap.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 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 diff --git a/src/wrappers/CMakeLists.txt b/src/wrappers/CMakeLists.txt index cb9f7b5..2959019 100644 --- a/src/wrappers/CMakeLists.txt +++ b/src/wrappers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 -- 2.30.2