Salome HOME
updated copyright message
[modules/hexablock.git] / doc / pyplots / test_join_quads.py
index 77a28dea3c87255b3441f54491e7f12927d5d8ee..b84163f3a70c019dd993bda5facdbc66154d96a0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2023  CEA/DEN, EDF R&D
 #
 # 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.
+# 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
@@ -26,7 +26,7 @@ import GEOM
 import SALOMEDS
 import hexablock
 
-print "test join..."
+print("test join...")
 doc = hexablock.addDocument()
 
 orig1 = doc.addVertex(0, 0, 0)
@@ -76,4 +76,4 @@ for nh in range(height):
 file_name = os.path.join(os.environ['TMP'], 'joint.vtk')
 ####  elts.saveVtk(file_name)
 
-print "...test join OK"
+print("...test join OK")