From 002325475b17a7b93c51d8946e884a1404024a68 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 5 May 2022 17:02:37 +0300 Subject: [PATCH] Copyright update 2022 --- 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_NamingService_Wrapper.cxx | 2 +- src/engine/BL_NamingService_Wrapper.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 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65186b7..9a0fc24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 20f56d9..a941a04 100644 --- a/JOBMANAGER_version.h.in +++ b/JOBMANAGER_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 91705e3..b17eb77 100644 --- a/SalomeJOBMANAGERConfig.cmake.in +++ b/SalomeJOBMANAGERConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2021 CEA/DEN, EDF R&D +# Copyright (C) 2013-2022 CEA/DEN, EDF 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 26f18ec..22e2e24 100644 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2021 CEA/DEN, EDF R&D +# Copyright (C) 2007-2022 CEA/DEN, EDF 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 1bcb79c..70f4630 100644 --- a/adm_local/unix/CMakeLists.txt +++ b/adm_local/unix/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 67bff69..634cf73 100644 --- a/adm_local/unix/config_files/CMakeLists.txt +++ b/adm_local/unix/config_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2021 CEA/DEN, EDF R&D +# Copyright (C) 2007-2022 CEA/DEN, EDF 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 752379d..d13bc47 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 1946623..1b5db00 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 b6087e9..479e85e 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 db6df17..9765692 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 1cb60aa..c687f67 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 a06d580..1446b94 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 6a1f2a6..81966de 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 ee07e4f..55c7d5b 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 61a5a68..717c5a0 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-2021 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2022 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 859806c..6b2d774 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 4f13616..3affbff 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-2021 CEA/DEN, EDF R&D, A. Ribes' +copyright = '2010-2022 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 9a050fb..db6db42 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 4ed9ca4..5c6f145 100644 --- a/idl/JOBMANAGER_IDL.idl +++ b/idl/JOBMANAGER_IDL.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 0af530a..eb8b677 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 1735248..79e7465 100644 --- a/src/bases/BL_Exception.cxx +++ b/src/bases/BL_Exception.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 0400684..fdcfdf2 100644 --- a/src/bases/BL_Exception.hxx +++ b/src/bases/BL_Exception.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 c731761..677f504 100644 --- a/src/bases/BL_Traces.hxx +++ b/src/bases/BL_Traces.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 c0575ee..5d96425 100644 --- a/src/bases/CMakeLists.txt +++ b/src/bases/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 7b1fd05..b8d1391 100644 --- a/src/engine/BL_Engine.hxx +++ b/src/engine/BL_Engine.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 7c6b3aa..658fc0b 100644 --- a/src/engine/BL_Job.cxx +++ b/src/engine/BL_Job.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 69f87be..991fadb 100644 --- a/src/engine/BL_Job.hxx +++ b/src/engine/BL_Job.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 8fdf7c2..cf3b75d 100644 --- a/src/engine/BL_JobsManager.cxx +++ b/src/engine/BL_JobsManager.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 bd2ba30..cf69d98 100644 --- a/src/engine/BL_JobsManager.hxx +++ b/src/engine/BL_JobsManager.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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_NamingService_Wrapper.cxx b/src/engine/BL_NamingService_Wrapper.cxx index 1e2322e..d39d721 100644 --- a/src/engine/BL_NamingService_Wrapper.cxx +++ b/src/engine/BL_NamingService_Wrapper.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2021 CEA/DEN, EDF R&D +// Copyright (C) 2021-2022 CEA/DEN, EDF 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_NamingService_Wrapper.hxx b/src/engine/BL_NamingService_Wrapper.hxx index dad3d98..200ee56 100644 --- a/src/engine/BL_NamingService_Wrapper.hxx +++ b/src/engine/BL_NamingService_Wrapper.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2021 CEA/DEN, EDF R&D +// Copyright (C) 2021-2022 CEA/DEN, EDF 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 ab2b9cc..8568d46 100644 --- a/src/engine/BL_Observer.hxx +++ b/src/engine/BL_Observer.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 ff67bd0..75aa069 100644 --- a/src/engine/BL_SALOMEServices.cxx +++ b/src/engine/BL_SALOMEServices.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 dd7e0f6..89273d8 100644 --- a/src/engine/BL_SALOMEServices.hxx +++ b/src/engine/BL_SALOMEServices.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 94ada39..90b1cfb 100644 --- a/src/engine/CMakeLists.txt +++ b/src/engine/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 35763c2..59ae658 100644 --- a/src/genericgui/BL_Buttons.cxx +++ b/src/genericgui/BL_Buttons.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 392c484..bfc610c 100644 --- a/src/genericgui/BL_Buttons.hxx +++ b/src/genericgui/BL_Buttons.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 bad7e82..0098cb9 100644 --- a/src/genericgui/BL_CreateJobWizard.cxx +++ b/src/genericgui/BL_CreateJobWizard.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 a98c50e..9217744 100644 --- a/src/genericgui/BL_CreateJobWizard.hxx +++ b/src/genericgui/BL_CreateJobWizard.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 6b5d213..01d0020 100644 --- a/src/genericgui/BL_GenericGui.cxx +++ b/src/genericgui/BL_GenericGui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 c8580b3..74b0e49 100644 --- a/src/genericgui/BL_GenericGui.hxx +++ b/src/genericgui/BL_GenericGui.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 44988a2..f1f26db 100644 --- a/src/genericgui/BL_GenericGuiDefines.hxx +++ b/src/genericgui/BL_GenericGuiDefines.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 6ed2d61..e51eb81 100644 --- a/src/genericgui/BL_JobTab.cxx +++ b/src/genericgui/BL_JobTab.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 ac8a4df..9c1c6df 100644 --- a/src/genericgui/BL_JobTab.hxx +++ b/src/genericgui/BL_JobTab.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 ae4e61f..f195510 100644 --- a/src/genericgui/BL_JobsManager_QT.cxx +++ b/src/genericgui/BL_JobsManager_QT.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 520f560..d79ab5c 100644 --- a/src/genericgui/BL_JobsManager_QT.hxx +++ b/src/genericgui/BL_JobsManager_QT.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 1bbbf30..2ec7488 100644 --- a/src/genericgui/BL_JobsTable.cxx +++ b/src/genericgui/BL_JobsTable.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 ac111be..963b940 100644 --- a/src/genericgui/BL_JobsTable.hxx +++ b/src/genericgui/BL_JobsTable.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 d6aec9e..8142fb9 100644 --- a/src/genericgui/BL_QModelManager.cxx +++ b/src/genericgui/BL_QModelManager.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 53634c2..572cb70 100644 --- a/src/genericgui/BL_QModelManager.hxx +++ b/src/genericgui/BL_QModelManager.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 bc0c65e..fbd8c3c 100644 --- a/src/genericgui/BL_Summary.cxx +++ b/src/genericgui/BL_Summary.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 cffdd3e..1bc0741 100644 --- a/src/genericgui/BL_Summary.hxx +++ b/src/genericgui/BL_Summary.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 768af7c..d5a5686 100644 --- a/src/genericgui/CMakeLists.txt +++ b/src/genericgui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 1da4d29..64385a8 100644 --- a/src/genericgui/JM_EditSalomeResource.cxx +++ b/src/genericgui/JM_EditSalomeResource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 8e2e874..404f513 100644 --- a/src/genericgui/JM_EditSalomeResource.hxx +++ b/src/genericgui/JM_EditSalomeResource.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 78b0157..7b99761 100644 --- a/src/genericgui/JM_ResourceCatalog.cxx +++ b/src/genericgui/JM_ResourceCatalog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 e50a3b6..0c4b369 100644 --- a/src/genericgui/JM_ResourceCatalog.hxx +++ b/src/genericgui/JM_ResourceCatalog.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 d1b4455..da93551 100644 --- a/src/genericgui/JM_SalomeResource.cxx +++ b/src/genericgui/JM_SalomeResource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 380ad6b..508b7d8 100644 --- a/src/genericgui/JM_SalomeResource.hxx +++ b/src/genericgui/JM_SalomeResource.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 34c5318..b221da1 100644 --- a/src/salomegui/BL_SalomeGui.cxx +++ b/src/salomegui/BL_SalomeGui.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 f94aba2..3bce607 100644 --- a/src/salomegui/BL_SalomeGui.hxx +++ b/src/salomegui/BL_SalomeGui.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 7cb164e..8af6a9a 100644 --- a/src/salomegui/CMakeLists.txt +++ b/src/salomegui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 74c67d9..d241c52 100644 --- a/src/salomegui/JOBMANAGER_version.h.in +++ b/src/salomegui/JOBMANAGER_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2021 CEA/DEN, EDF R&D +// Copyright (C) 2007-2022 CEA/DEN, EDF 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 2316251..75ea849 100644 --- a/src/standalone/CMakeLists.txt +++ b/src/standalone/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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 85e9077..63bf301 100644 --- a/src/standalone/main.cxx +++ b/src/standalone/main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 1272d95..dd42a92 100755 --- a/src/standalone/start_jobmanager.sh.in +++ b/src/standalone/start_jobmanager.sh.in @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2009-2021 CEA/DEN, EDF R&D +# Copyright (C) 2009-2022 CEA/DEN, EDF 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 5d806a6..7f5b65a 100644 --- a/src/wrappers/BL_MainWindows_Qt.cxx +++ b/src/wrappers/BL_MainWindows_Qt.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 d497fc9..20c1ec0 100644 --- a/src/wrappers/BL_MainWindows_Qt.hxx +++ b/src/wrappers/BL_MainWindows_Qt.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 6bd0bc9..cd38788 100644 --- a/src/wrappers/BL_MainWindows_SALOME.cxx +++ b/src/wrappers/BL_MainWindows_SALOME.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 818a9da..503f3f4 100644 --- a/src/wrappers/BL_MainWindows_SALOME.hxx +++ b/src/wrappers/BL_MainWindows_SALOME.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 eeb8b93..1202ca6 100644 --- a/src/wrappers/BL_MainWindows_Wrap.hxx +++ b/src/wrappers/BL_MainWindows_Wrap.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2021 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 CEA/DEN, EDF 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 12265ae..f2f4cce 100644 --- a/src/wrappers/CMakeLists.txt +++ b/src/wrappers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 CEA/DEN, EDF 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