Salome HOME
updated copyright message
[modules/shaper.git] / test.squish / suite_STANDALONE / tst_PARALLEL_1 / test.py
index a369d243ae3924ced997ef6a7f7401af99797867..5dc404f655b92b35c9eb46ab5b9856c3d3c670d8 100644 (file)
@@ -1,10 +1,29 @@
+# Copyright (C) 2014-2023  CEA, EDF
+#
+# 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
+#
+
 def sketch():
     line_create((244, 279), (226, 282))
     line_create((200, 290), (250, 300))
 
     #fit all
     clickButton(waitForObject(":OpenParts*.Fit all_QToolButton"))
-    
+
     #parallel
     clickButton(waitForObject(":Constraints.Parallel_AppElements_Button"))
     mouseClick(waitForObject(":OpenParts*_AppElements_ViewPort"), 308, 255, 0, Qt.LeftButton)
@@ -14,11 +33,11 @@ def sketch():
 
 def main():
     source(findFile("scripts", "common.py"))
-    
+
     startApplication("linux_run.sh")
     set_defaults()
-    
+
     sketch_create(help_points("XY_plane"), lambda: sketch())
 
     sendEvent("QCloseEvent", waitForObject(":OpenParts*_AppElements_MainWindow"))
-    
+