From b3272760562056d0dcda7751b9da3d143c5d6cc9 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 22 Mar 2016 19:52:28 +0300 Subject: [PATCH] Copyright update: 2016 --- CANRECPlugin_version.h.in | 2 +- CMakeLists.txt | 2 +- INSTALL | 2 +- README | 2 +- SalomeCANRECPLUGINConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/cmake_files/CMakeLists.txt | 2 +- adm_local/cmake_files/FindCR.cmake | 2 +- adm_local/cmake_files/FindSalomeCANRECPLUGIN.cmake | 2 +- adm_local/cmake_files/FindSalomeCR.cmake | 2 +- doc/CMakeLists.txt | 2 +- doc/salome/CMakeLists.txt | 2 +- doc/salome/examples/CMakeLists.txt | 2 +- doc/salome/gui/CANRECPLUGIN/CMakeLists.txt | 2 +- doc/salome/gui/CANRECPLUGIN/doxyfile.in | 2 +- doc/salome/gui/CANRECPLUGIN/doxyfile_py.in | 2 +- doc/salome/gui/CANRECPLUGIN/static/footer.html | 2 +- doc/salome/gui/CMakeLists.txt | 2 +- idl/CANRECPlugin.idl | 2 +- idl/CMakeLists.txt | 2 +- resources/CANRECPlugin.xml | 2 +- resources/CMakeLists.txt | 2 +- resources/SalomeApp.xml | 2 +- src/CANRECPLUGINEngine/CANRECPluginEngine.cxx | 2 +- src/CANRECPLUGINEngine/CANRECPluginEngine.hxx | 2 +- src/CANRECPLUGINEngine/CANRECPluginEngine_IOperations_i.cc | 2 +- src/CANRECPLUGINEngine/CANRECPluginEngine_IOperations_i.hh | 2 +- src/CANRECPLUGINEngine/CANRECPluginEngine_OperationsCreator.cc | 3 ++- src/CANRECPLUGINEngine/CANRECPluginEngine_OperationsCreator.hh | 3 ++- src/CANRECPLUGINEngine/CANRECPluginImpl_Driver.cxx | 3 ++- src/CANRECPLUGINEngine/CANRECPluginImpl_Driver.hxx | 2 +- src/CANRECPLUGINEngine/CANRECPluginImpl_ICanRec.hxx | 2 +- src/CANRECPLUGINEngine/CANRECPluginImpl_IOperations.cxx | 2 +- src/CANRECPLUGINEngine/CANRECPluginImpl_IOperations.hxx | 2 +- src/CANRECPLUGINEngine/CANRECPluginImpl_Types.hxx | 3 ++- src/CANRECPLUGINEngine/CANRECPluginImpl_license.h.in | 2 +- src/CANRECPLUGINEngine/CMakeLists.txt | 2 +- src/CANRECPLUGINGUI/CANRECPluginGUI.cxx | 2 +- src/CANRECPLUGINGUI/CANRECPluginGUI.h | 2 +- .../CANRECPluginGUI_CanonicalRecognitionDlg.cxx | 2 +- src/CANRECPLUGINGUI/CANRECPluginGUI_CanonicalRecognitionDlg.h | 2 +- src/CANRECPLUGINGUI/CMakeLists.txt | 2 +- src/CANRECPLUGIN_PY/CANRECPluginBuilder.py | 2 +- src/CANRECPLUGIN_PY/CMakeLists.txt | 2 +- src/CANRECPLUGIN_PY/__init__.py | 2 +- src/CMakeLists.txt | 2 +- 46 files changed, 50 insertions(+), 46 deletions(-) diff --git a/CANRECPlugin_version.h.in b/CANRECPlugin_version.h.in index 7baffbc..27c3191 100644 --- a/CANRECPlugin_version.h.in +++ b/CANRECPlugin_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2015 OPEN CASCADE +// Copyright (C) 2014-2016 OPEN CASCADE // // 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/CMakeLists.txt b/CMakeLists.txt index 50c4252..7160ce5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/INSTALL b/INSTALL index c92f465..105e272 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Installation Instructions ************************* -Copyright (C) 2014-2015 OPEN CASCADE +Copyright (C) 2014-2016 OPEN CASCADE 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/README b/README index 898d7be..41ea9a8 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ README ****** -Copyright (C) 2014-2015 OPEN CASCADE +Copyright (C) 2014-2016 OPEN CASCADE 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/SalomeCANRECPLUGINConfig.cmake.in b/SalomeCANRECPLUGINConfig.cmake.in index cd42263..95b6ee5 100644 --- a/SalomeCANRECPLUGINConfig.cmake.in +++ b/SalomeCANRECPLUGINConfig.cmake.in @@ -5,7 +5,7 @@ # ############################################################### -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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 aa826d5..9697ec4 100644 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/cmake_files/CMakeLists.txt b/adm_local/cmake_files/CMakeLists.txt index 69122b0..e5efb2c 100644 --- a/adm_local/cmake_files/CMakeLists.txt +++ b/adm_local/cmake_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/cmake_files/FindCR.cmake b/adm_local/cmake_files/FindCR.cmake index 3f7544b..ffc1203 100644 --- a/adm_local/cmake_files/FindCR.cmake +++ b/adm_local/cmake_files/FindCR.cmake @@ -5,7 +5,7 @@ # ######################################################################### -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/cmake_files/FindSalomeCANRECPLUGIN.cmake b/adm_local/cmake_files/FindSalomeCANRECPLUGIN.cmake index b6c3593..ef27ff1 100644 --- a/adm_local/cmake_files/FindSalomeCANRECPLUGIN.cmake +++ b/adm_local/cmake_files/FindSalomeCANRECPLUGIN.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/cmake_files/FindSalomeCR.cmake b/adm_local/cmake_files/FindSalomeCR.cmake index 4be5750..8e9af43 100644 --- a/adm_local/cmake_files/FindSalomeCR.cmake +++ b/adm_local/cmake_files/FindSalomeCR.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/CMakeLists.txt b/doc/CMakeLists.txt index 0fd283b..0e8bd22 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/salome/CMakeLists.txt b/doc/salome/CMakeLists.txt index 9965b85..148e1a6 100644 --- a/doc/salome/CMakeLists.txt +++ b/doc/salome/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/salome/examples/CMakeLists.txt b/doc/salome/examples/CMakeLists.txt index 4615f07..05784d4 100644 --- a/doc/salome/examples/CMakeLists.txt +++ b/doc/salome/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/salome/gui/CANRECPLUGIN/CMakeLists.txt b/doc/salome/gui/CANRECPLUGIN/CMakeLists.txt index 3174136..6105b47 100644 --- a/doc/salome/gui/CANRECPLUGIN/CMakeLists.txt +++ b/doc/salome/gui/CANRECPLUGIN/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/salome/gui/CANRECPLUGIN/doxyfile.in b/doc/salome/gui/CANRECPLUGIN/doxyfile.in index b9b1884..4d38111 100644 --- a/doc/salome/gui/CANRECPLUGIN/doxyfile.in +++ b/doc/salome/gui/CANRECPLUGIN/doxyfile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/salome/gui/CANRECPLUGIN/doxyfile_py.in b/doc/salome/gui/CANRECPLUGIN/doxyfile_py.in index 4d83e28..a96d9da 100644 --- a/doc/salome/gui/CANRECPLUGIN/doxyfile_py.in +++ b/doc/salome/gui/CANRECPLUGIN/doxyfile_py.in @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/salome/gui/CANRECPLUGIN/static/footer.html b/doc/salome/gui/CANRECPLUGIN/static/footer.html index a9dd3c1..fada008 100644 --- a/doc/salome/gui/CANRECPLUGIN/static/footer.html +++ b/doc/salome/gui/CANRECPLUGIN/static/footer.html @@ -4,7 +4,7 @@ diff --git a/doc/salome/gui/CMakeLists.txt b/doc/salome/gui/CMakeLists.txt index 3c315a2..2684716 100644 --- a/doc/salome/gui/CMakeLists.txt +++ b/doc/salome/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/CANRECPlugin.idl b/idl/CANRECPlugin.idl index 3d57c46..21eef27 100644 --- a/idl/CANRECPlugin.idl +++ b/idl/CANRECPlugin.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2015 OPEN CASCADE +// Copyright (C) 2014-2016 OPEN CASCADE // // 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/CMakeLists.txt b/idl/CMakeLists.txt index 2da6653..87fc317 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 OPEN CASCADE +# Copyright (C) 2014-2016 OPEN CASCADE # # 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/resources/CANRECPlugin.xml b/resources/CANRECPlugin.xml index e3d34a7..9e1549f 100644 --- a/resources/CANRECPlugin.xml +++ b/resources/CANRECPlugin.xml @@ -1,7 +1,7 @@