From 1669d484bc7f2680d37606376a168247f995ae5e Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 14 Feb 2019 18:12:09 +0300 Subject: [PATCH] Update copyrights --- CMakeLists.txt | 2 +- SalomePYCALCULATORConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/cmake_files/CMakeLists.txt | 2 +- .../cmake_files/FindSalomePYCALCULATOR.cmake | 2 +- bin/CMakeLists.txt | 2 +- bin/VERSION.in | 0 doc/CMakeLists.txt | 2 +- doc/salome/CMakeLists.txt | 2 +- doc/salome/tui/CMakeLists.txt | 2 +- doc/salome/tui/doxyfile.in | 22 ---------------- doc/salome/tui/images/application.gif | Bin doc/salome/tui/images/head.png | Bin doc/salome/tui/images/logocorp.gif | Bin doc/salome/tui/static/footer.html | 2 +- doc/salome/tui/static/header.html.in | 0 idl/CMakeLists.txt | 2 +- idl/PYCALCULATOR_Gen.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/PYCALCULATORCatalog.xml.in | 24 ------------------ resources/SalomeApp.xml.in | 23 ----------------- src/CMakeLists.txt | 2 +- src/PYCALCULATOR/CMakeLists.txt | 2 +- src/PYCALCULATOR/PYCALCULATOR.py | 2 +- src/PYCALCULATOR/PYCALCULATOR_TEST.py | 2 +- 25 files changed, 17 insertions(+), 86 deletions(-) mode change 100755 => 100644 CMakeLists.txt mode change 100755 => 100644 adm_local/CMakeLists.txt mode change 100755 => 100644 adm_local/cmake_files/CMakeLists.txt mode change 100755 => 100644 bin/VERSION.in mode change 100755 => 100644 doc/CMakeLists.txt mode change 100755 => 100644 doc/salome/CMakeLists.txt mode change 100755 => 100644 doc/salome/tui/CMakeLists.txt mode change 100755 => 100644 doc/salome/tui/doxyfile.in mode change 100755 => 100644 doc/salome/tui/images/application.gif mode change 100755 => 100644 doc/salome/tui/images/head.png mode change 100755 => 100644 doc/salome/tui/images/logocorp.gif mode change 100755 => 100644 doc/salome/tui/static/footer.html mode change 100755 => 100644 doc/salome/tui/static/header.html.in mode change 100755 => 100644 idl/CMakeLists.txt mode change 100755 => 100644 resources/CMakeLists.txt mode change 100755 => 100644 src/CMakeLists.txt mode change 100755 => 100644 src/PYCALCULATOR/PYCALCULATOR.py mode change 100755 => 100644 src/PYCALCULATOR/PYCALCULATOR_TEST.py diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 index dd45883..6efdff5 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 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/SalomePYCALCULATORConfig.cmake.in b/SalomePYCALCULATORConfig.cmake.in index 3716ff0..4aa1b28 100644 --- a/SalomePYCALCULATORConfig.cmake.in +++ b/SalomePYCALCULATORConfig.cmake.in @@ -5,7 +5,7 @@ # ############################################################### -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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/CMakeLists.txt b/adm_local/CMakeLists.txt old mode 100755 new mode 100644 index aaf88c8..f0cfc0f --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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 old mode 100755 new mode 100644 index fa4c882..5bd970d --- a/adm_local/cmake_files/CMakeLists.txt +++ b/adm_local/cmake_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 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/FindSalomePYCALCULATOR.cmake b/adm_local/cmake_files/FindSalomePYCALCULATOR.cmake index 001062f..7b792b5 100644 --- a/adm_local/cmake_files/FindSalomePYCALCULATOR.cmake +++ b/adm_local/cmake_files/FindSalomePYCALCULATOR.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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/bin/CMakeLists.txt b/bin/CMakeLists.txt index ee5f324..ebc02ca 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 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/bin/VERSION.in b/bin/VERSION.in old mode 100755 new mode 100644 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt old mode 100755 new mode 100644 index 49275ca..c0a9c0f --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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/doc/salome/CMakeLists.txt b/doc/salome/CMakeLists.txt old mode 100755 new mode 100644 index 4c2d1c1..829818f --- a/doc/salome/CMakeLists.txt +++ b/doc/salome/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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/doc/salome/tui/CMakeLists.txt b/doc/salome/tui/CMakeLists.txt old mode 100755 new mode 100644 index 609bfd2..d9e5153 --- a/doc/salome/tui/CMakeLists.txt +++ b/doc/salome/tui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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/doc/salome/tui/doxyfile.in b/doc/salome/tui/doxyfile.in old mode 100755 new mode 100644 index bac5450..a600dbd --- a/doc/salome/tui/doxyfile.in +++ b/doc/salome/tui/doxyfile.in @@ -1,25 +1,3 @@ -# Copyright (C) 2007-2016 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 -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- diff --git a/doc/salome/tui/images/application.gif b/doc/salome/tui/images/application.gif old mode 100755 new mode 100644 diff --git a/doc/salome/tui/images/head.png b/doc/salome/tui/images/head.png old mode 100755 new mode 100644 diff --git a/doc/salome/tui/images/logocorp.gif b/doc/salome/tui/images/logocorp.gif old mode 100755 new mode 100644 diff --git a/doc/salome/tui/static/footer.html b/doc/salome/tui/static/footer.html old mode 100755 new mode 100644 index 7cf11fe..0c4d205 --- a/doc/salome/tui/static/footer.html +++ b/doc/salome/tui/static/footer.html @@ -4,7 +4,7 @@ diff --git a/doc/salome/tui/static/header.html.in b/doc/salome/tui/static/header.html.in old mode 100755 new mode 100644 diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt old mode 100755 new mode 100644 index aa2286c..ccd61df --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 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/PYCALCULATOR_Gen.idl b/idl/PYCALCULATOR_Gen.idl index 7b6061f..1984e8e 100644 --- a/idl/PYCALCULATOR_Gen.idl +++ b/idl/PYCALCULATOR_Gen.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 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 old mode 100755 new mode 100644 index 341e9d6..3c63da0 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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/PYCALCULATORCatalog.xml.in b/resources/PYCALCULATORCatalog.xml.in index 4e103fd..79fa105 100644 --- a/resources/PYCALCULATORCatalog.xml.in +++ b/resources/PYCALCULATORCatalog.xml.in @@ -1,28 +1,4 @@ - - diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in index dbae961..2558f55 100644 --- a/resources/SalomeApp.xml.in +++ b/resources/SalomeApp.xml.in @@ -1,26 +1,3 @@ -
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index adee365..f43bbd8 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 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/src/PYCALCULATOR/CMakeLists.txt b/src/PYCALCULATOR/CMakeLists.txt index 5594145..6dd672d 100644 --- a/src/PYCALCULATOR/CMakeLists.txt +++ b/src/PYCALCULATOR/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 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/src/PYCALCULATOR/PYCALCULATOR.py b/src/PYCALCULATOR/PYCALCULATOR.py old mode 100755 new mode 100644 index 9fcb601..d1547dd --- a/src/PYCALCULATOR/PYCALCULATOR.py +++ b/src/PYCALCULATOR/PYCALCULATOR.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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/src/PYCALCULATOR/PYCALCULATOR_TEST.py b/src/PYCALCULATOR/PYCALCULATOR_TEST.py old mode 100755 new mode 100644 index a827d35..6e9d29c --- a/src/PYCALCULATOR/PYCALCULATOR_TEST.py +++ b/src/PYCALCULATOR/PYCALCULATOR_TEST.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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 -- 2.39.2