From 2fcaf11d27a6ca0830c1152427098215cffc0854 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 24 Mar 2021 17:46:45 +0300 Subject: [PATCH] Copyright update 2021 --- 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 da3ef3e..182cb40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 14760d7..20f56d9 100644 --- a/JOBMANAGER_version.h.in +++ b/JOBMANAGER_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 16508ee..91705e3 100644 --- a/SalomeJOBMANAGERConfig.cmake.in +++ b/SalomeJOBMANAGERConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2020 CEA/DEN, EDF R&D +# Copyright (C) 2013-2021 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 719d911..26f18ec 100644 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2020 CEA/DEN, EDF R&D +# Copyright (C) 2007-2021 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 e58b44b..1bcb79c 100644 --- a/adm_local/unix/CMakeLists.txt +++ b/adm_local/unix/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 3b7a0f5..67bff69 100644 --- a/adm_local/unix/config_files/CMakeLists.txt +++ b/adm_local/unix/config_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2020 CEA/DEN, EDF R&D +# Copyright (C) 2007-2021 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 c638b4b..752379d 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 3368794..1946623 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 bec1d8f..b6087e9 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 03a03d8..db6df17 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 74faee4..1cb60aa 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 ca76174..a06d580 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 315e5d0..6a1f2a6 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 6cb457d..ee07e4f 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 1b193f6..61a5a68 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-2020 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2021 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 7940d59..859806c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 a4f13c9..4f13616 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-2020 CEA/DEN, EDF R&D, A. Ribes' +copyright = '2010-2021 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 3cf89bd..9a050fb 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 ca155de..4ed9ca4 100644 --- a/idl/JOBMANAGER_IDL.idl +++ b/idl/JOBMANAGER_IDL.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 36fcdb4..0af530a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 6d659dd..1735248 100644 --- a/src/bases/BL_Exception.cxx +++ b/src/bases/BL_Exception.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 688cfcb..0400684 100644 --- a/src/bases/BL_Exception.hxx +++ b/src/bases/BL_Exception.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 06e4076..c731761 100644 --- a/src/bases/BL_Traces.hxx +++ b/src/bases/BL_Traces.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 bc04f30..c0575ee 100644 --- a/src/bases/CMakeLists.txt +++ b/src/bases/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 101780d..7b1fd05 100644 --- a/src/engine/BL_Engine.hxx +++ b/src/engine/BL_Engine.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 00a20c5..7c6b3aa 100644 --- a/src/engine/BL_Job.cxx +++ b/src/engine/BL_Job.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 b57dd19..69f87be 100644 --- a/src/engine/BL_Job.hxx +++ b/src/engine/BL_Job.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 1addcf3..8fdf7c2 100644 --- a/src/engine/BL_JobsManager.cxx +++ b/src/engine/BL_JobsManager.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 95d7124..bd2ba30 100644 --- a/src/engine/BL_JobsManager.hxx +++ b/src/engine/BL_JobsManager.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 4baba81..ab2b9cc 100644 --- a/src/engine/BL_Observer.hxx +++ b/src/engine/BL_Observer.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 331040c..25cbb0f 100644 --- a/src/engine/BL_SALOMEServices.cxx +++ b/src/engine/BL_SALOMEServices.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 b76e0b0..83f141a 100644 --- a/src/engine/BL_SALOMEServices.hxx +++ b/src/engine/BL_SALOMEServices.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 706ca84..d1e9493 100644 --- a/src/engine/CMakeLists.txt +++ b/src/engine/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 6fd4e5a..35763c2 100644 --- a/src/genericgui/BL_Buttons.cxx +++ b/src/genericgui/BL_Buttons.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 240bc1e..392c484 100644 --- a/src/genericgui/BL_Buttons.hxx +++ b/src/genericgui/BL_Buttons.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 039303a..bad7e82 100644 --- a/src/genericgui/BL_CreateJobWizard.cxx +++ b/src/genericgui/BL_CreateJobWizard.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 e88c82b..a98c50e 100644 --- a/src/genericgui/BL_CreateJobWizard.hxx +++ b/src/genericgui/BL_CreateJobWizard.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 54764bd..6b5d213 100644 --- a/src/genericgui/BL_GenericGui.cxx +++ b/src/genericgui/BL_GenericGui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 d9e52ef..c8580b3 100644 --- a/src/genericgui/BL_GenericGui.hxx +++ b/src/genericgui/BL_GenericGui.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 c0edcac..44988a2 100644 --- a/src/genericgui/BL_GenericGuiDefines.hxx +++ b/src/genericgui/BL_GenericGuiDefines.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 765fb47..6ed2d61 100644 --- a/src/genericgui/BL_JobTab.cxx +++ b/src/genericgui/BL_JobTab.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 939e055..ac8a4df 100644 --- a/src/genericgui/BL_JobTab.hxx +++ b/src/genericgui/BL_JobTab.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 c010400..ae4e61f 100644 --- a/src/genericgui/BL_JobsManager_QT.cxx +++ b/src/genericgui/BL_JobsManager_QT.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 9f0b54c..520f560 100644 --- a/src/genericgui/BL_JobsManager_QT.hxx +++ b/src/genericgui/BL_JobsManager_QT.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 9872980..1bbbf30 100644 --- a/src/genericgui/BL_JobsTable.cxx +++ b/src/genericgui/BL_JobsTable.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 f1fefcb..ac111be 100644 --- a/src/genericgui/BL_JobsTable.hxx +++ b/src/genericgui/BL_JobsTable.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 05c6ada..d6aec9e 100644 --- a/src/genericgui/BL_QModelManager.cxx +++ b/src/genericgui/BL_QModelManager.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 fdbdb20..53634c2 100644 --- a/src/genericgui/BL_QModelManager.hxx +++ b/src/genericgui/BL_QModelManager.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 99b929e..bc0c65e 100644 --- a/src/genericgui/BL_Summary.cxx +++ b/src/genericgui/BL_Summary.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 c72cf8f..cffdd3e 100644 --- a/src/genericgui/BL_Summary.hxx +++ b/src/genericgui/BL_Summary.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 fea9caf..768af7c 100644 --- a/src/genericgui/CMakeLists.txt +++ b/src/genericgui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 250db22..1da4d29 100644 --- a/src/genericgui/JM_EditSalomeResource.cxx +++ b/src/genericgui/JM_EditSalomeResource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 7c5e404..8e2e874 100644 --- a/src/genericgui/JM_EditSalomeResource.hxx +++ b/src/genericgui/JM_EditSalomeResource.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 757cdcf..78b0157 100644 --- a/src/genericgui/JM_ResourceCatalog.cxx +++ b/src/genericgui/JM_ResourceCatalog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 7c5b066..e50a3b6 100644 --- a/src/genericgui/JM_ResourceCatalog.hxx +++ b/src/genericgui/JM_ResourceCatalog.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 65abefe..d1b4455 100644 --- a/src/genericgui/JM_SalomeResource.cxx +++ b/src/genericgui/JM_SalomeResource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 af46ab7..380ad6b 100644 --- a/src/genericgui/JM_SalomeResource.hxx +++ b/src/genericgui/JM_SalomeResource.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 86e45c0..34c5318 100644 --- a/src/salomegui/BL_SalomeGui.cxx +++ b/src/salomegui/BL_SalomeGui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 61255fa..f94aba2 100644 --- a/src/salomegui/BL_SalomeGui.hxx +++ b/src/salomegui/BL_SalomeGui.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 4791fc3..460aaba 100644 --- a/src/salomegui/CMakeLists.txt +++ b/src/salomegui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 86c4d74..74c67d9 100644 --- a/src/salomegui/JOBMANAGER_version.h.in +++ b/src/salomegui/JOBMANAGER_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 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 d8b5c68..2316251 100644 --- a/src/standalone/CMakeLists.txt +++ b/src/standalone/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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 3fc07d8..85e9077 100644 --- a/src/standalone/main.cxx +++ b/src/standalone/main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 4e79d23..1272d95 100755 --- a/src/standalone/start_jobmanager.sh.in +++ b/src/standalone/start_jobmanager.sh.in @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2009-2020 CEA/DEN, EDF R&D +# Copyright (C) 2009-2021 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 d188c5b..5d806a6 100644 --- a/src/wrappers/BL_MainWindows_Qt.cxx +++ b/src/wrappers/BL_MainWindows_Qt.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 d4410cd..d497fc9 100644 --- a/src/wrappers/BL_MainWindows_Qt.hxx +++ b/src/wrappers/BL_MainWindows_Qt.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 c4d610c..6bd0bc9 100644 --- a/src/wrappers/BL_MainWindows_SALOME.cxx +++ b/src/wrappers/BL_MainWindows_SALOME.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 a2d7d10..818a9da 100644 --- a/src/wrappers/BL_MainWindows_SALOME.hxx +++ b/src/wrappers/BL_MainWindows_SALOME.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 f388745..eeb8b93 100644 --- a/src/wrappers/BL_MainWindows_Wrap.hxx +++ b/src/wrappers/BL_MainWindows_Wrap.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 2959019..12265ae 100644 --- a/src/wrappers/CMakeLists.txt +++ b/src/wrappers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 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.39.2