From f0480a664feded8f0c8714c5e5666553a99047b3 Mon Sep 17 00:00:00 2001 From: akl Date: Mon, 16 Feb 2015 16:35:15 +0400 Subject: [PATCH] Copyrights update 2015. --- CMakeLists.txt | 2 +- COMPONENT_version.h.in | 2 +- SalomeCOMPONENTConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/cmake_files/CMakeLists.txt | 2 +- adm_local/cmake_files/FindSalomeCOMPONENT.cmake | 2 +- adm_local/unix/CMakeLists.txt | 2 +- adm_local/unix/config_files/CMakeLists.txt | 2 +- adm_local/unix/config_files/check_COMPONENT.m4 | 2 +- bin/CMakeLists.txt | 2 +- idl/AddComponent.idl | 2 +- idl/AdditionComponent.idl | 2 +- idl/CMakeLists.txt | 2 +- idl/Calculator.idl | 2 +- idl/DataStreamComponent.idl | 2 +- idl/DivComponent.idl | 2 +- idl/FactorialComponent.idl | 2 +- idl/MulComponent.idl | 2 +- idl/SIGNALSComponent.idl | 2 +- idl/SubComponent.idl | 2 +- idl/SyrComponent.idl | 2 +- idl/SyrControlComponent.idl | 2 +- idl/TypesCheck.idl | 2 +- idl/UndefinedSymbolComponent.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/COMPONENTCatalog.xml.in | 2 +- resources/SalomeApp.xml.in | 2 +- src/AddComponent/AddComponent.hxx | 2 +- src/AddComponent/AddComponent_CheckOfUndefined.cxx | 2 +- src/AddComponent/AddComponent_Impl.cxx | 2 +- src/AddComponent/AddComponent_Impl.hxx | 2 +- src/AddComponent/Adder_Impl.cxx | 2 +- src/AddComponent/Adder_Impl.hxx | 2 +- src/AddComponent/CMakeLists.txt | 2 +- src/AddComponent/HandleServerSideSignals.cxx | 2 +- src/AdditionComponent/AdditionComponent.hxx | 2 +- src/AdditionComponent/AdditionComponent_CheckOfUndefined.cxx | 2 +- src/AdditionComponent/AdditionComponent_Impl.cxx | 2 +- src/AdditionComponent/AdditionComponent_Impl.hxx | 2 +- src/AdditionComponent/Addition_Adder_Impl.cxx | 2 +- src/AdditionComponent/Addition_Adder_Impl.hxx | 2 +- src/AdditionComponent/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- src/DataStreamComponent/CMakeLists.txt | 2 +- .../DataStreamComponent_CheckOfUndefined.cxx | 2 +- src/DataStreamComponent/DataStreamComponent_Impl.cxx | 2 +- src/DataStreamComponent/DataStreamComponent_Impl.hxx | 2 +- src/DivComponent/CMakeLists.txt | 2 +- src/DivComponent/DivComponent.cxx | 2 +- src/DivComponent/DivComponent.hxx | 2 +- src/FactorialComponent/CMakeLists.txt | 2 +- src/FactorialComponent/FactorialComponent.py | 2 +- src/MulComponent/CMakeLists.txt | 2 +- src/MulComponent/MulComponent.cxx | 2 +- src/MulComponent/MulComponent.hxx | 2 +- src/SIGNALSComponent/CMakeLists.txt | 2 +- src/SIGNALSComponent/HandleServerSideSignals.cxx | 2 +- src/SIGNALSComponent/SIGNALSComponent.cxx | 2 +- src/SIGNALSComponent/SIGNALSComponent.hxx | 2 +- src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx | 2 +- src/SIGNALSComponent/SIGNALSComponent_Impl.cxx | 2 +- src/SIGNALSComponent/SIGNALSComponent_Impl.hxx | 2 +- src/SIGNALSComponent/SIGNALSComponent_defines.hxx | 2 +- src/SIGNALSComponent_Swig/CMakeLists.txt | 2 +- src/SIGNALSComponent_Swig/libSIGNALSComponent_Swig.i | 2 +- src/SubComponent/CMakeLists.txt | 2 +- src/SubComponent/SubComponent.cxx | 2 +- src/SubComponent/SubComponent.hxx | 2 +- src/SyrComponent/CMakeLists.txt | 2 +- src/SyrComponent/COMPONENT_shared_modules.py | 2 +- src/SyrComponent/SyrComponent_CheckOfUndefined.cxx | 2 +- src/SyrComponent/SyrComponent_Impl.cxx | 2 +- src/SyrComponent/SyrComponent_Impl.hxx | 2 +- src/SyrControlComponent/CMakeLists.txt | 2 +- src/SyrControlComponent/SyrControlComponent.py | 2 +- src/TestFunctions/CMakeLists.txt | 2 +- src/TestFunctions/DynInvoke.cxx | 2 +- src/TestFunctions/DynInvoke.hxx | 2 +- src/TestFunctions/GEOM.py | 2 +- src/TestFunctions/TestFunctions.cxx | 2 +- src/TestFunctions/TestFunctions.py | 2 +- src/TestFunctions/TestFunctionsMemory.cxx | 2 +- src/TestFunctions/TestFunctionsMemory1.cxx | 2 +- src/TestFunctions/TestFunctionsMemory2.cxx | 2 +- src/TestFunctions/TestFunctionsMemory3.cxx | 2 +- src/TestFunctions/TestFunctionsMemory4.cxx | 2 +- src/TypesCheck/CMakeLists.txt | 2 +- src/TypesCheck/TypesCheck_CheckOfUndefined.cxx | 2 +- src/TypesCheck/TypesCheck_Impl.cxx | 2 +- src/TypesCheck/TypesCheck_Impl.hxx | 2 +- src/UndefinedSymbolComponent/CMakeLists.txt | 2 +- src/UndefinedSymbolComponent/UndefinedSymbolComponent.cxx | 2 +- src/UndefinedSymbolComponent/UndefinedSymbolComponent.hxx | 2 +- 93 files changed, 93 insertions(+), 93 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cf9a2e..bb3560e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2015 CEA/DEN, EDF R&D, 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/COMPONENT_version.h.in b/COMPONENT_version.h.in index 96a4571..8cbbbb2 100644 --- a/COMPONENT_version.h.in +++ b/COMPONENT_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/SalomeCOMPONENTConfig.cmake.in b/SalomeCOMPONENTConfig.cmake.in index 5f28dbf..80d7604 100644 --- a/SalomeCOMPONENTConfig.cmake.in +++ b/SalomeCOMPONENTConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2015 CEA/DEN, EDF R&D, 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 bedde74..3f18151 100755 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/adm_local/cmake_files/CMakeLists.txt b/adm_local/cmake_files/CMakeLists.txt index 6eeb17f..9806522 100755 --- a/adm_local/cmake_files/CMakeLists.txt +++ b/adm_local/cmake_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2015 CEA/DEN, EDF R&D, 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/FindSalomeCOMPONENT.cmake b/adm_local/cmake_files/FindSalomeCOMPONENT.cmake index 582bab9..8852ef5 100644 --- a/adm_local/cmake_files/FindSalomeCOMPONENT.cmake +++ b/adm_local/cmake_files/FindSalomeCOMPONENT.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, 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/unix/CMakeLists.txt b/adm_local/unix/CMakeLists.txt index 8b89ce1..b07e95b 100755 --- a/adm_local/unix/CMakeLists.txt +++ b/adm_local/unix/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2015 CEA/DEN, EDF R&D, 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/unix/config_files/CMakeLists.txt b/adm_local/unix/config_files/CMakeLists.txt index f5755f0..625b979 100755 --- a/adm_local/unix/config_files/CMakeLists.txt +++ b/adm_local/unix/config_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/adm_local/unix/config_files/check_COMPONENT.m4 b/adm_local/unix/config_files/check_COMPONENT.m4 index a3370bf..1dbcbc5 100755 --- a/adm_local/unix/config_files/check_COMPONENT.m4 +++ b/adm_local/unix/config_files/check_COMPONENT.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +dnl Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE dnl dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 93d2196..44b5c7e 100755 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2015 CEA/DEN, EDF R&D, 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/AddComponent.idl b/idl/AddComponent.idl index c094d9f..523f1ba 100644 --- a/idl/AddComponent.idl +++ b/idl/AddComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/AdditionComponent.idl b/idl/AdditionComponent.idl index 379ecb4..3bf2fb5 100644 --- a/idl/AdditionComponent.idl +++ b/idl/AdditionComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index e54de33..202a0a2 100755 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2015 CEA/DEN, EDF R&D, 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/Calculator.idl b/idl/Calculator.idl index 8303259..3f51170 100644 --- a/idl/Calculator.idl +++ b/idl/Calculator.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/DataStreamComponent.idl b/idl/DataStreamComponent.idl index 793a5bf..52046de 100644 --- a/idl/DataStreamComponent.idl +++ b/idl/DataStreamComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/DivComponent.idl b/idl/DivComponent.idl index 0f63bac..7cf894f 100644 --- a/idl/DivComponent.idl +++ b/idl/DivComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/FactorialComponent.idl b/idl/FactorialComponent.idl index 886b341..792dabc 100644 --- a/idl/FactorialComponent.idl +++ b/idl/FactorialComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/MulComponent.idl b/idl/MulComponent.idl index b126007..ca66f02 100644 --- a/idl/MulComponent.idl +++ b/idl/MulComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/SIGNALSComponent.idl b/idl/SIGNALSComponent.idl index 89a387c..a103579 100755 --- a/idl/SIGNALSComponent.idl +++ b/idl/SIGNALSComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/SubComponent.idl b/idl/SubComponent.idl index c980848..039e8cb 100644 --- a/idl/SubComponent.idl +++ b/idl/SubComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/SyrComponent.idl b/idl/SyrComponent.idl index 70a1783..c548720 100755 --- a/idl/SyrComponent.idl +++ b/idl/SyrComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/SyrControlComponent.idl b/idl/SyrControlComponent.idl index 6615bc9..89cd67a 100644 --- a/idl/SyrControlComponent.idl +++ b/idl/SyrControlComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/TypesCheck.idl b/idl/TypesCheck.idl index 891fc3c..8bf322d 100644 --- a/idl/TypesCheck.idl +++ b/idl/TypesCheck.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/idl/UndefinedSymbolComponent.idl b/idl/UndefinedSymbolComponent.idl index add1fc9..033e3d8 100755 --- a/idl/UndefinedSymbolComponent.idl +++ b/idl/UndefinedSymbolComponent.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 36794fd..8094fe5 100755 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/resources/COMPONENTCatalog.xml.in b/resources/COMPONENTCatalog.xml.in index fb17403..4f2c5c5 100644 --- a/resources/COMPONENTCatalog.xml.in +++ b/resources/COMPONENTCatalog.xml.in @@ -1,6 +1,6 @@