From dcb4eb8dce0816fe7121ebfb2a209711e6af1be5 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 14 Feb 2019 18:28:33 +0300 Subject: [PATCH] Update copyrights --- CMakeLists.txt | 2 +- SalomeRANDOMIZERConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/cmake_files/CMakeLists.txt | 2 +- .../cmake_files/FindSalomeRANDOMIZER.cmake | 2 +- adm_local/unix/CMakeLists.txt | 2 +- adm_local/unix/config_files/CMakeLists.txt | 2 +- .../unix/config_files/check_RANDOMIZER.m4 | 2 +- bin/CMakeLists.txt | 2 +- bin/VERSION.in | 0 idl/CMakeLists.txt | 2 +- idl/Randomizer.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/RANDOMIZERCatalog.xml.in | 21 ------------------- resources/SalomeApp.xml.in | 20 ------------------ src/CMakeLists.txt | 2 +- src/Randomizer/CMakeLists.txt | 2 +- src/Randomizer/RANDOMIZER.py | 2 +- 18 files changed, 15 insertions(+), 56 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 adm_local/unix/CMakeLists.txt mode change 100755 => 100644 adm_local/unix/config_files/CMakeLists.txt mode change 100755 => 100644 adm_local/unix/config_files/check_RANDOMIZER.m4 mode change 100755 => 100644 bin/VERSION.in mode change 100755 => 100644 idl/CMakeLists.txt mode change 100755 => 100644 resources/CMakeLists.txt mode change 100755 => 100644 src/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 index 6b15f44..1bd4474 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/SalomeRANDOMIZERConfig.cmake.in b/SalomeRANDOMIZERConfig.cmake.in index 0b64ff9..52f5aca 100644 --- a/SalomeRANDOMIZERConfig.cmake.in +++ b/SalomeRANDOMIZERConfig.cmake.in @@ -5,7 +5,7 @@ # ############################################################### -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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 old mode 100755 new mode 100644 index b01f446..86651de --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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 old mode 100755 new mode 100644 index 9548e8a..7da959b --- a/adm_local/cmake_files/CMakeLists.txt +++ b/adm_local/cmake_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/FindSalomeRANDOMIZER.cmake b/adm_local/cmake_files/FindSalomeRANDOMIZER.cmake index c897fa1..def122f 100644 --- a/adm_local/cmake_files/FindSalomeRANDOMIZER.cmake +++ b/adm_local/cmake_files/FindSalomeRANDOMIZER.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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 old mode 100755 new mode 100644 index cdd76eb..e9d023c --- a/adm_local/unix/CMakeLists.txt +++ b/adm_local/unix/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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 old mode 100755 new mode 100644 index 9fe9259..53de9cc --- a/adm_local/unix/config_files/CMakeLists.txt +++ b/adm_local/unix/config_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/check_RANDOMIZER.m4 b/adm_local/unix/config_files/check_RANDOMIZER.m4 old mode 100755 new mode 100644 index 99a8533..a019995 --- a/adm_local/unix/config_files/check_RANDOMIZER.m4 +++ b/adm_local/unix/config_files/check_RANDOMIZER.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2005-2016 OPEN CASCADE +dnl Copyright (C) 2005-2019 OPEN CASCADE dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index c6576c8..1d5aa4c 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/idl/CMakeLists.txt b/idl/CMakeLists.txt old mode 100755 new mode 100644 index 13b3235..8ac546d --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/Randomizer.idl b/idl/Randomizer.idl index aa2cedb..62fb197 100644 --- a/idl/Randomizer.idl +++ b/idl/Randomizer.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 OPEN CASCADE +// Copyright (C) 2005-2019 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 old mode 100755 new mode 100644 index 70a4f67..e887a72 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/RANDOMIZERCatalog.xml.in b/resources/RANDOMIZERCatalog.xml.in index 12cf0c3..680bb07 100644 --- a/resources/RANDOMIZERCatalog.xml.in +++ b/resources/RANDOMIZERCatalog.xml.in @@ -1,25 +1,4 @@ - - diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in index 643dace..d13a7df 100644 --- a/resources/SalomeApp.xml.in +++ b/resources/SalomeApp.xml.in @@ -1,23 +1,3 @@ -
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index d48dbe8..9e0a65e --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/Randomizer/CMakeLists.txt b/src/Randomizer/CMakeLists.txt index 9f40324..da77e9f 100644 --- a/src/Randomizer/CMakeLists.txt +++ b/src/Randomizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 OPEN CASCADE +# Copyright (C) 2013-2019 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/Randomizer/RANDOMIZER.py b/src/Randomizer/RANDOMIZER.py index 0f5780b..4631dd2 100644 --- a/src/Randomizer/RANDOMIZER.py +++ b/src/Randomizer/RANDOMIZER.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 OPEN CASCADE +# Copyright (C) 2005-2019 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -- 2.39.2