]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
[EDF30834] : Fix copyrights
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 29 Aug 2024 09:09:24 +0000 (11:09 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 29 Aug 2024 09:09:24 +0000 (11:09 +0200)
34 files changed:
src/ShapeRecogn/Areas.cxx
src/ShapeRecogn/Areas.hxx
src/ShapeRecogn/AreasBuilder.cxx
src/ShapeRecogn/AreasBuilder.hxx
src/ShapeRecogn/CMakeLists.txt
src/ShapeRecogn/MathOps.cxx
src/ShapeRecogn/MathOps.hxx
src/ShapeRecogn/Nodes.cxx
src/ShapeRecogn/Nodes.hxx
src/ShapeRecogn/NodesBuilder.cxx
src/ShapeRecogn/NodesBuilder.hxx
src/ShapeRecogn/PrimitiveType.hxx
src/ShapeRecogn/ShapeRecognMesh.cxx
src/ShapeRecogn/ShapeRecognMesh.hxx
src/ShapeRecogn/ShapeRecognMeshBuilder.cxx
src/ShapeRecogn/ShapeRecognMeshBuilder.hxx
src/ShapeRecogn/ShapeRecongConstants.hxx
src/ShapeRecogn/Swig/CMakeLists.txt
src/ShapeRecogn/Swig/ShapeRecogn.i
src/ShapeRecogn/Test/CMakeLists.txt
src/ShapeRecogn/Test/CTestTestfileInstall.cmake
src/ShapeRecogn/Test/ConeTest.cxx
src/ShapeRecogn/Test/ConeTest.hxx
src/ShapeRecogn/Test/CylinderTest.cxx
src/ShapeRecogn/Test/CylinderTest.hxx
src/ShapeRecogn/Test/MathOpsTest.cxx
src/ShapeRecogn/Test/MathOpsTest.hxx
src/ShapeRecogn/Test/PlaneTest.cxx
src/ShapeRecogn/Test/PlaneTest.hxx
src/ShapeRecogn/Test/SphereTest.cxx
src/ShapeRecogn/Test/SphereTest.hxx
src/ShapeRecogn/Test/TestShapeRecogn.cxx
src/ShapeRecogn/Test/TorusTest.cxx
src/ShapeRecogn/Test/TorusTest.hxx

index f8441cb48df6e663626f647e763fcc056beb9904..6f2f155a3afde9d1803b3d151a764deb57bfbfc0 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "Areas.hxx"
 #include "MathOps.hxx"
 
index 2ed857ba0c6b983f804032e70294cc5c86979861..912b4e68088f36ec788a22dd7bfa29b98f024fff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 947a54ed0dbcc40f8c637dedd2d070c01de2cb8d..a09174170a3f9e1a8376bee23f023e0bfa3c7bbd 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "AreasBuilder.hxx"
 #include "MathOps.hxx"
 #include "ShapeRecongConstants.hxx"
index 216ca76dcf9850872078c5af927dad2cc2440de5..679a93570b0a462fae8dbeb9616e3b4e8cf37ba1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 6b879d1d93959dc935b2fc326192f485ce2b42db..b56f10df519fca2bd0ce6872a88b82efb7679195 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2024  CEA, EDF
+# Copyright (C) 2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 2e5994792e0936e2dbf756cf8b2ca6b780be6607..099d7da1efe3a419d0a991710ac04cb5df80d8b0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 275ab6759449e05fd9ff6051bfb304cef8c93eab..a0ba03e3d576ddd92ee85174c367756157ef5685 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 3e884d32766f6f1f5d8a649a239ac10b3b1c1b4d..885c908682aa2929d85e8a101abd2d2c3590afe0 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "Nodes.hxx"
 
 using namespace MEDCoupling;
index 86d8638edf6d218255ba92af05937708a45a5114..fbd445736396ffb5c3eae5c0dc03f77c6979b339 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index a33103f4b183b6d7ee863644b90f21fbfd45850c..ced79eee027e02f8cbc52de62e0acd9120dcaa2f 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 
 #include "NodesBuilder.hxx"
 #include "Nodes.hxx"
index 50ec47d532298c16ab212cbf47caf482d51905d4..a58e06538015ff29740c82df638f8956f1428d73 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 3a757915eebd01018dede80e8af6aa0bd50c0e8c..0cec9f0957baf4e22fdb6f3f84dd74133502c3e2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index ab76446a6a98a97634211d5ab630dbc7ebfac11a..9398705b9df897fb2c9ddaba0725cdfbec4c0345 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "ShapeRecognMesh.hxx"
 
 #include "MEDLoader.hxx"
index 08edecc98065e5ffbb1e00d88149805f27f1de73..26b1f06d575e09da0815122b61bdd541d9ce9d4b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 82691750113885d7601a08f9b1b58e14993020e0..14de38ecdae9fe0aa8a60b6fa32570b67b28bfe5 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "ShapeRecognMeshBuilder.hxx"
 
 #include "NodesBuilder.hxx"
index bdb6aff71ca13fe683fceb4543fd2b743ab7cf85..45ea3ce42be0446afb587df010bf4e44856e16a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index a79da8f5df3d2ee9f96107fdcd602a2ec0939cc5..02062b44f06badfc965387a1f320a677a8716836 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 8e839d15656bfe11bdbd90e3c93c5852f9735feb..c738e10f503b80ece836ed67f40d57dcc66de998 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2024  CEA, EDF
+# Copyright (C) 2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 58893b0c612bec1fc935debaa8e3ef2563075755..3e0313357b32c448db2a8f1f489f06dd19e53101 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 %module ShapeRecogn
 
 %include "std_string.i"
index 2dc29d57c8630fcc3e4ca8e56b70aa17288d585a..0be94ce862fb2dfb273d19fc65746925f9bc4e5e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2024  CEA, EDF
+# Copyright (C) 2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index ab32ede46c7d8957b858a423e68bbf883e7dcb80..3309262399365ddad98a00239e661265315b82c0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2024  CEA, EDF
+# Copyright (C) 2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 7f2c435ad948457a4422151bb076a5d59ca6e3ed..bf5ef1d1ff50fdb93cfe9abc02a8ddb5d5bc7701 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "ConeTest.hxx"
 
 #include "ShapeRecognMeshBuilder.hxx"
index 509301cdb72d92917ed3ae7b101be96d00c525d1..5f6d6a154b2c995edb44b37b8f0fb1e86c4cd99b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 256e5d35713a6b530d6d67f54bad59a11a8724d0..b0b3b47747e905b76aac163534370327e29b6222 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "CylinderTest.hxx"
 
 #include "ShapeRecognMeshBuilder.hxx"
index dffdf6b55ee00281a427e97c53dcd3f51a5ef866..351983b5c9fa292f09fcd1e04d82b1a184d4b16d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 033f9921b763c0327eee131a85f046020da0cf7e..6841fe097fcee786b0eae7eeaf538170b0ab5d9c 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "MathOpsTest.hxx"
 #include "MathOps.hxx"
 
index 2cbd48ef783d587a7622790d635369a4af1e61e7..8cbc635f127de3b1eca4a5cb1b8039cb29aea6f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 2e4537f5454fca0afcc44c462d3327d718105232..f3f4c96cabc5dc691e31209b4a5cf1efb439c1d3 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "PlaneTest.hxx"
 
 #include "ShapeRecognMeshBuilder.hxx"
index 61cc4251919c2034e2223f602fdf2bae5deb621a..036e3c7bdcc507650728a4595c6c52f23280c2f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index b8c686fc8b845ed02bc8b9bac1ef98a4b4dbcc59..70f0c6e63ed0b571d1325b0f505df84bcbe1b6a4 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "SphereTest.hxx"
 
 #include "ShapeRecognMeshBuilder.hxx"
index 2b32cd792d812773559ede82e4ec535ed2754fdf..833690f3e9419462192f5aaeb63bad9a423e04ec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index b7cd2af14c8f60c160bd7a185fcbc88aa1e43903..8d07cce9d7db89f9aa93ae437059be091324a375 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 60d8fce5a76d2cd377eced139ca25987941130f5..585d56ee3cdb2d31e25ab760607f961a0943c088 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2024  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
+//
+
 #include "TorusTest.hxx"
 
 #include "ShapeRecognMeshBuilder.hxx"
index c84b0950b268ee180f9a8a7501192f60a40c0688..65890908adb832a576c818a8b1f8b0767dc4197a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2024  CEA, EDF
+// Copyright (C) 2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public