From ba2147808bc21a3ca51f6676e4b5bd9a30d83895 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 22 Mar 2016 19:49:16 +0300 Subject: [PATCH 1/1] Copyright update: 2016 --- CMakeLists.txt | 2 +- INSTALL | 2 +- README | 2 +- SalomeXTPLUGINConfig.cmake.in | 2 +- XTPlugin_version.h.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/cmake_files/CMakeLists.txt | 2 +- adm_local/cmake_files/FindSalomeXT.cmake | 2 +- adm_local/cmake_files/FindSalomeXTPLUGIN.cmake | 2 +- adm_local/cmake_files/FindXT.cmake | 2 +- doc/CMakeLists.txt | 2 +- doc/salome/CMakeLists.txt | 2 +- doc/salome/examples/CMakeLists.txt | 2 +- doc/salome/gui/CMakeLists.txt | 2 +- doc/salome/gui/XTPLUGIN/CMakeLists.txt | 2 +- doc/salome/gui/XTPLUGIN/doxyfile.in | 2 +- doc/salome/gui/XTPLUGIN/doxyfile_py.in | 2 +- doc/salome/gui/XTPLUGIN/static/footer.html | 2 +- idl/CMakeLists.txt | 2 +- idl/XTPlugin.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/SalomeApp.xml | 2 +- resources/XTPlugin.xml | 2 +- src/CMakeLists.txt | 2 +- src/XTPluginBuilder.py | 2 +- src/XTPlugin_Engine.cxx | 2 +- src/XTPlugin_Engine.hxx | 2 +- src/XTPlugin_GUI.cxx | 2 +- src/XTPlugin_GUI.h | 2 +- src/XTPlugin_IECallBack.cxx | 2 +- src/XTPlugin_IECallBack.hxx | 2 +- src/XTPlugin_IImport.hxx | 2 +- src/XTPlugin_IOperations.cxx | 2 +- src/XTPlugin_IOperations.hxx | 2 +- src/XTPlugin_IOperations_i.cc | 2 +- src/XTPlugin_IOperations_i.hh | 2 +- src/XTPlugin_ImportDriver.cxx | 2 +- src/XTPlugin_ImportDriver.hxx | 2 +- src/XTPlugin_OperationsCreator.cxx | 2 +- src/XTPlugin_OperationsCreator.hxx | 2 +- src/XTPlugin_license.h.in | 2 +- src/__init__.py | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40b30c1..d99316f 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 389b76a..66d7bef 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 b0e5aff..e29fa9f 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/SalomeXTPLUGINConfig.cmake.in b/SalomeXTPLUGINConfig.cmake.in index cc74a81..6413b66 100644 --- a/SalomeXTPLUGINConfig.cmake.in +++ b/SalomeXTPLUGINConfig.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/XTPlugin_version.h.in b/XTPlugin_version.h.in index 7def155..45e37f2 100644 --- a/XTPlugin_version.h.in +++ b/XTPlugin_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/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 b33632f..05aefb8 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/FindSalomeXT.cmake b/adm_local/cmake_files/FindSalomeXT.cmake index 106aeb2..231c020 100644 --- a/adm_local/cmake_files/FindSalomeXT.cmake +++ b/adm_local/cmake_files/FindSalomeXT.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/FindSalomeXTPLUGIN.cmake b/adm_local/cmake_files/FindSalomeXTPLUGIN.cmake index 0e9ed17..b2d8694 100644 --- a/adm_local/cmake_files/FindSalomeXTPLUGIN.cmake +++ b/adm_local/cmake_files/FindSalomeXTPLUGIN.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/FindXT.cmake b/adm_local/cmake_files/FindXT.cmake index b602334..4fbc894 100644 --- a/adm_local/cmake_files/FindXT.cmake +++ b/adm_local/cmake_files/FindXT.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/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 dd10956..9debe24 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/CMakeLists.txt b/doc/salome/gui/CMakeLists.txt index 3b0fece..29a92ea 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/doc/salome/gui/XTPLUGIN/CMakeLists.txt b/doc/salome/gui/XTPLUGIN/CMakeLists.txt index 2c992a8..b386943 100644 --- a/doc/salome/gui/XTPLUGIN/CMakeLists.txt +++ b/doc/salome/gui/XTPLUGIN/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/XTPLUGIN/doxyfile.in b/doc/salome/gui/XTPLUGIN/doxyfile.in index 868181e..3d89276 100644 --- a/doc/salome/gui/XTPLUGIN/doxyfile.in +++ b/doc/salome/gui/XTPLUGIN/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/XTPLUGIN/doxyfile_py.in b/doc/salome/gui/XTPLUGIN/doxyfile_py.in index 0b353e2..c854bf9 100644 --- a/doc/salome/gui/XTPLUGIN/doxyfile_py.in +++ b/doc/salome/gui/XTPLUGIN/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/XTPLUGIN/static/footer.html b/doc/salome/gui/XTPLUGIN/static/footer.html index a9dd3c1..fada008 100644 --- a/doc/salome/gui/XTPLUGIN/static/footer.html +++ b/doc/salome/gui/XTPLUGIN/static/footer.html @@ -4,7 +4,7 @@ diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index 35aa622..afb55c0 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/idl/XTPlugin.idl b/idl/XTPlugin.idl index 8749783..7cd852d 100644 --- a/idl/XTPlugin.idl +++ b/idl/XTPlugin.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/resources/CMakeLists.txt b/resources/CMakeLists.txt index aef9146..af5d6f2 100644 --- a/resources/CMakeLists.txt +++ b/resources/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/SalomeApp.xml b/resources/SalomeApp.xml index c48176a..1a1df88 100644 --- a/resources/SalomeApp.xml +++ b/resources/SalomeApp.xml @@ -1,5 +1,5 @@