From: vsr Date: Thu, 14 Feb 2019 15:18:00 +0000 (+0300) Subject: Update copyrights X-Git-Tag: V9_3_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6851e3ce6c4c4c58e9ed30ee595843bfa61f8b98;p=samples%2Fpylight.git Update copyrights --- diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 index 4598b92..bdcab7b --- 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/SalomePYLIGHTConfig.cmake.in b/SalomePYLIGHTConfig.cmake.in index 9dd0ec5..ecab085 100644 --- a/SalomePYLIGHTConfig.cmake.in +++ b/SalomePYLIGHTConfig.cmake.in @@ -5,7 +5,7 @@ # ############################################################### -# Copyright (C) 2007-2016 OPEN CASCADE +# Copyright (C) 2007-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 1165879..2a5cf05 --- 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/FindSalomePYLIGHT.cmake b/adm_local/cmake_files/FindSalomePYLIGHT.cmake index 3d7b2ee..8fac33f 100644 --- a/adm_local/cmake_files/FindSalomePYLIGHT.cmake +++ b/adm_local/cmake_files/FindSalomePYLIGHT.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 OPEN CASCADE +# Copyright (C) 2007-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 3a29b83..635444a --- 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_PYLIGHT.m4 b/adm_local/unix/config_files/check_PYLIGHT.m4 old mode 100755 new mode 100644 index 790e6dc..930cea2 --- a/adm_local/unix/config_files/check_PYLIGHT.m4 +++ b/adm_local/unix/config_files/check_PYLIGHT.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 OPEN CASCADE +# Copyright (C) 2009-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/CMakeLists.txt b/bin/CMakeLists.txt index 9466426..a0712ca 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/resources/CMakeLists.txt b/resources/CMakeLists.txt old mode 100755 new mode 100644 index c2ce8d6..6aa1246 --- 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 @@ -21,10 +21,9 @@ SET(PYLIGHT_RESOURCES_FILES PYLIGHT_line_icon.png PYLIGHT_paragraph_icon.png PYLIGHT.png - LightApp.xml - PYLIGHT_en.xml + SalomeApp.xml queen.txt ) INSTALL(FILES ${PYLIGHT_RESOURCES_FILES} DESTINATION ${SALOME_PYLIGHT_INSTALL_RES_DATA}) -SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_PYLIGHT_INSTALL_RES_DATA}) \ No newline at end of file +SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/LightApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/LightApp.xml INSTALL ${SALOME_PYLIGHT_INSTALL_RES_DATA}) diff --git a/resources/LightApp.xml b/resources/LightApp.xml deleted file mode 100644 index 660c3aa..0000000 --- a/resources/LightApp.xml +++ /dev/null @@ -1,34 +0,0 @@ - - -
- - - - -
- -
- - -
- -
diff --git a/resources/LightApp.xml.in b/resources/LightApp.xml.in new file mode 100644 index 0000000..1e2651f --- /dev/null +++ b/resources/LightApp.xml.in @@ -0,0 +1,13 @@ + +
+ + + + + +
+
+ + +
+
diff --git a/resources/PYLIGHT.png b/resources/PYLIGHT.png old mode 100755 new mode 100644 diff --git a/resources/PYLIGHT_en.xml b/resources/PYLIGHT_en.xml deleted file mode 100644 index 71a7e16..0000000 --- a/resources/PYLIGHT_en.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/resources/PYLIGHT_line_icon.png b/resources/PYLIGHT_line_icon.png old mode 100755 new mode 100644 diff --git a/resources/PYLIGHT_paragraph_icon.png b/resources/PYLIGHT_paragraph_icon.png old mode 100755 new mode 100644 diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml new file mode 100644 index 0000000..276f164 --- /dev/null +++ b/resources/SalomeApp.xml @@ -0,0 +1,4 @@ + + + + diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in deleted file mode 100644 index 77558af..0000000 --- a/resources/SalomeApp.xml.in +++ /dev/null @@ -1,35 +0,0 @@ - - -
- - - - - -
- -
- - -
- -
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index ca6946b..4dcad07 --- 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/PYLIGHTGUI/CMakeLists.txt b/src/PYLIGHTGUI/CMakeLists.txt old mode 100755 new mode 100644 index 809c066..2d0dbad --- a/src/PYLIGHTGUI/CMakeLists.txt +++ b/src/PYLIGHTGUI/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/PYLIGHTGUI/PYLIGHTGUI.py b/src/PYLIGHTGUI/PYLIGHTGUI.py index 565c22a..bd761d3 100644 --- a/src/PYLIGHTGUI/PYLIGHTGUI.py +++ b/src/PYLIGHTGUI/PYLIGHTGUI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 OPEN CASCADE +# Copyright (C) 2009-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/PYLIGHTGUI/PYLIGHT_DataModel.py b/src/PYLIGHTGUI/PYLIGHT_DataModel.py index 37ba1b3..d19b3f7 100644 --- a/src/PYLIGHTGUI/PYLIGHT_DataModel.py +++ b/src/PYLIGHTGUI/PYLIGHT_DataModel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 OPEN CASCADE +# Copyright (C) 2009-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