From e7930a72cc674a1cd8863878452f1ed444679b28 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 22 Mar 2016 19:47:39 +0300 Subject: [PATCH] Copyright update: 2016 --- ACISPlugin_version.h.in | 2 +- CMakeLists.txt | 2 +- INSTALL | 2 +- README | 2 +- SalomeACISPLUGINConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/cmake_files/CMakeLists.txt | 2 +- adm_local/cmake_files/FindACIS.cmake | 2 +- adm_local/cmake_files/FindSalomeACIS.cmake | 2 +- adm_local/cmake_files/FindSalomeACISPLUGIN.cmake | 2 +- doc/CMakeLists.txt | 2 +- doc/salome/CMakeLists.txt | 2 +- doc/salome/examples/CMakeLists.txt | 2 +- doc/salome/gui/ACISPLUGIN/CMakeLists.txt | 2 +- doc/salome/gui/ACISPLUGIN/doxyfile.in | 2 +- doc/salome/gui/ACISPLUGIN/doxyfile_py.in | 2 +- doc/salome/gui/ACISPLUGIN/static/footer.html | 2 +- doc/salome/gui/CMakeLists.txt | 2 +- idl/ACISPlugin.idl | 2 +- idl/CMakeLists.txt | 2 +- resources/ACISPlugin.xml | 2 +- resources/CMakeLists.txt | 2 +- resources/SalomeApp.xml | 2 +- src/ACISPluginBuilder.py | 2 +- src/ACISPlugin_Engine.cxx | 2 +- src/ACISPlugin_Engine.hxx | 2 +- src/ACISPlugin_ExportDriver.cxx | 2 +- src/ACISPlugin_ExportDriver.hxx | 2 +- src/ACISPlugin_GUI.cxx | 2 +- src/ACISPlugin_GUI.h | 2 +- src/ACISPlugin_IECallBack.cxx | 2 +- src/ACISPlugin_IECallBack.hxx | 2 +- src/ACISPlugin_IExport.hxx | 2 +- src/ACISPlugin_IImport.hxx | 2 +- src/ACISPlugin_IOperations.cxx | 2 +- src/ACISPlugin_IOperations.hxx | 2 +- src/ACISPlugin_IOperations_i.cc | 2 +- src/ACISPlugin_IOperations_i.hh | 2 +- src/ACISPlugin_ImportDriver.cxx | 2 +- src/ACISPlugin_ImportDriver.hxx | 2 +- src/ACISPlugin_OperationsCreator.cxx | 2 +- src/ACISPlugin_OperationsCreator.hxx | 2 +- src/ACISPlugin_license.h.in | 2 +- src/CMakeLists.txt | 2 +- src/__init__.py | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/ACISPlugin_version.h.in b/ACISPlugin_version.h.in index 3261ed1..0220afe 100644 --- a/ACISPlugin_version.h.in +++ b/ACISPlugin_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 12f3784..89ad57d 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 df15d83..158af46 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 f99fafa..0159cf8 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/SalomeACISPLUGINConfig.cmake.in b/SalomeACISPLUGINConfig.cmake.in index 33293a6..f2c57e8 100644 --- a/SalomeACISPLUGINConfig.cmake.in +++ b/SalomeACISPLUGINConfig.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 8e9b376..ea10074 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/FindACIS.cmake b/adm_local/cmake_files/FindACIS.cmake index 60eda27..9556ab8 100644 --- a/adm_local/cmake_files/FindACIS.cmake +++ b/adm_local/cmake_files/FindACIS.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/FindSalomeACIS.cmake b/adm_local/cmake_files/FindSalomeACIS.cmake index eb46592..65178dc 100644 --- a/adm_local/cmake_files/FindSalomeACIS.cmake +++ b/adm_local/cmake_files/FindSalomeACIS.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/FindSalomeACISPLUGIN.cmake b/adm_local/cmake_files/FindSalomeACISPLUGIN.cmake index ec6d514..7465baf 100644 --- a/adm_local/cmake_files/FindSalomeACISPLUGIN.cmake +++ b/adm_local/cmake_files/FindSalomeACISPLUGIN.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 2657c88..ee073eb 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/ACISPLUGIN/CMakeLists.txt b/doc/salome/gui/ACISPLUGIN/CMakeLists.txt index 9aea1ed..cc8ea1f 100644 --- a/doc/salome/gui/ACISPLUGIN/CMakeLists.txt +++ b/doc/salome/gui/ACISPLUGIN/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/ACISPLUGIN/doxyfile.in b/doc/salome/gui/ACISPLUGIN/doxyfile.in index bff5c3a..d8e9285 100644 --- a/doc/salome/gui/ACISPLUGIN/doxyfile.in +++ b/doc/salome/gui/ACISPLUGIN/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/ACISPLUGIN/doxyfile_py.in b/doc/salome/gui/ACISPLUGIN/doxyfile_py.in index 00779e4..c419c20 100644 --- a/doc/salome/gui/ACISPLUGIN/doxyfile_py.in +++ b/doc/salome/gui/ACISPLUGIN/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/ACISPLUGIN/static/footer.html b/doc/salome/gui/ACISPLUGIN/static/footer.html index a9dd3c1..fada008 100644 --- a/doc/salome/gui/ACISPLUGIN/static/footer.html +++ b/doc/salome/gui/ACISPLUGIN/static/footer.html @@ -4,7 +4,7 @@ diff --git a/doc/salome/gui/CMakeLists.txt b/doc/salome/gui/CMakeLists.txt index 1f591b5..b222dcb 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/ACISPlugin.idl b/idl/ACISPlugin.idl index 7a96a37..93eae7d 100644 --- a/idl/ACISPlugin.idl +++ b/idl/ACISPlugin.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 aaa6a75..8e249d2 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/ACISPlugin.xml b/resources/ACISPlugin.xml index 4d6dcc3..4d39277 100644 --- a/resources/ACISPlugin.xml +++ b/resources/ACISPlugin.xml @@ -1,7 +1,7 @@