Salome HOME
Copyright update 2020
authorvsr <vsr@opencascade.com>
Wed, 15 Apr 2020 18:27:31 +0000 (21:27 +0300)
committervsr <vsr@opencascade.com>
Wed, 15 Apr 2020 18:27:31 +0000 (21:27 +0300)
52 files changed:
CMakeLists.txt
GMSHPLUGIN_version.h.in
SalomeGMSHPLUGINConfig.cmake.in
adm_local/CMakeLists.txt
adm_local/cmake_files/CMakeLists.txt
adm_local/cmake_files/FindGMSH.cmake
adm_local/cmake_files/FindSalomeGMSH.cmake
adm_local/cmake_files/FindSalomeGMSHPLUGIN.cmake
bin/CMakeLists.txt
doc/CMakeLists.txt
doc/salome/CMakeLists.txt
doc/salome/examples/CMakeLists.txt
doc/salome/examples/examples.set
doc/salome/gui/CMakeLists.txt
doc/salome/gui/GMSHPLUGIN/CMakeLists.txt
doc/salome/gui/GMSHPLUGIN/static/footer.html
idl/CMakeLists.txt
idl/GMSHPlugin_Algorithm.idl
resources/CMakeLists.txt
src/CMakeLists.txt
src/GMSHPlugin/CMakeLists.txt
src/GMSHPlugin/GMSHPluginBuilder.py
src/GMSHPlugin/GMSHPlugin_Defs.hxx
src/GMSHPlugin/GMSHPlugin_GMSH.cxx
src/GMSHPlugin/GMSHPlugin_GMSH.hxx
src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx
src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx
src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx
src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx
src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx
src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx
src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx
src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx
src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx
src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx
src/GMSHPlugin/GMSHPlugin_Mesher.cxx
src/GMSHPlugin/GMSHPlugin_Mesher.hxx
src/GMSHPlugin/GMSHPlugin_i.cxx
src/GMSHPlugin/__init__.py
src/GUI/CMakeLists.txt
src/GUI/GMSHPluginGUI.cxx
src/GUI/GMSHPluginGUI.h
src/GUI/GMSHPluginGUI_HypothesisCreator.cxx
src/GUI/GMSHPluginGUI_HypothesisCreator.h
tests/CMakeLists.txt
tests/CTestTestfileInstall.cmake
tests/basicGroup.py
tests/tests.set

index 7586daaa6eef61999446849e8e6e280e3aa3760d..1218f4fafe6644b71d70fa79dfec10931816ac9c 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR)
index ea0c95fda114b19bd176e6a22a7e20a82bba143d..4c8c64bf55b2c28a68f71830631bf8424c38098a 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #if !defined(__GMSHPLUGIN_VERSION_H__)
index 6ecddb6e0110616fca8411522d5f1db7146207b0..acc2aacf198ec32e7d00725a9fce3fd59680e12d 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 4f562063f739c965a7fb2318c8808896b5f529e8..5e35a5acca48e8aca0e0d3600a8186a47a75674c 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index eda06bb51eefabcb7cf2024842d9d23a11dfe949..e62ba1977cfbb67b5cd75518f07f3461350d7f96 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index a4c6842fc59a9e7337db855ac5c3aee8140035cb..e2a03aa7819829a19d9a73f089af3bb8379b8ce0 100644 (file)
@@ -6,7 +6,7 @@
 
 #########################################################################
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -22,6 +22,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index afa7ed7a09ac155202ced023e8eb278501965c7d..bdba796954612184bf28fe53baead506e268e337 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index d9663e6581e2462b0b15b72e763667943f71d9a7..1836d55a0630b856ae41e70deb4d32e4b3e6829c 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index c1fed6858b0774485b1377e1aa28095698bae0c9..8c54ad19c587acb733a321982d23a136d10739b3 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 4e56f17c07f10e21fd35323f8911758500bfe71f..00e4d11c880c31fbe025ab377aea93c17119ca5a 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 43cd9451877934f359ba782fff668436cbbeca29..fc085921c4e43efb1de32a8b86edb25bbe67bd20 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 73e70268120e341bba8d7bcbf2f642f22eb4a1cf..5d50b9716735e0eaae95d8f2af1b611b2a3830b1 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 5f4358a3ef0da92ffff0fec55324534210e8f518..be7acf9836d7898543bd62d166cd5d1fa172c29b 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2016-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  ALNEOS
+# Copyright (C) 2016-2020  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
@@ -14,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 9ad1063fb78b52eea9e7f8313bdc88b9adaca5cb..0927795e2858e2e7cf2a5444d306ea1b3f94ec75 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 7c0f5fd3703967a2384b52aaa1feae9f9aa94212..7c20c536ce47d82753568c3e6d3623ffbd9e21b5 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 02e32fe6d298ede9191e14559ad32717deb050c6..27ffcaa720729cebdf5bbb25cabc50b53702d5cd 100644 (file)
@@ -5,7 +5,7 @@
     $navpath
     <li class="footer">
       Copyright &copy; 2012-2015  ALNEOS<br>
-      Copyright &copy; 2016-2019  EDF R&D<br>
+      Copyright &copy; 2016-2020  EDF R&D<br>
     </li>
   </ul>
 </div>
index b4acf426710d2bcbd58422419c680bdb324b2688..7c89ff9599fe32641e788e1741a3ae4f7205df81 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 1a42d496e033d6ea79a2037a457ad622af43b621..b66d32c8ce58dcec391644e2111eb5ae60d408cf 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _SMESH_GMSHALGORITHM_IDL_
 #define _SMESH_GMSHALGORITHM_IDL_
index 2578639e3a81e1d0d187f898b38d96ecf0162a8f..3e0ecdd5f7a6606811962556b5acf7aab6ad01ce 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 99c1c340ed60f15a77ebc474582841e1a022fb08..647751a8860720a8f37778a9e5fb13616732ec2b 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index d3750f663a8f768c96312fc2c521b6e30eac536e..79c156d08545df0e202aaf02040c6c53d8440a4e 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 93f8d4f0072a3c756b3c0175ed19a9157beba209..850e9199ca84aa9c25ebad53c7ea608dfd745bc3 100644 (file)
@@ -1,10 +1,10 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.alneos.com/ or email : contact@alneos.fr
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
 ##
index 420e704cff6ecbc5491640bc149c4d258a6fa16a..79b0910d7aa372ba54f21c9c4972bd4cc9841a8c 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_DEFS_HXX_
 #define _GMSHPlugin_DEFS_HXX_
index 9c183d9fd819421ac5a088262e20e95872abb1c3..3576789f2fb519f5652ff06be0d311dc2c7fa86e 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_GMSH.hxx"
 #include "GMSHPlugin_Hypothesis.hxx"
index f86996a7e976a92da5db82c06c21cba3c393a435..dbdf52ef7ec436aeff82296616e4aba2200423ce 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_GMSH_HXX_
 #define _GMSHPlugin_GMSH_HXX_
index 259b8b499a5a2fd57b76edd7c13fe669f6d46a46..aff91d9dcd9ee535f128d264f810d4cd687428ec 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_GMSH_2D.hxx"
 #include "GMSHPlugin_Hypothesis_2D.hxx"
index a7477cbba5f1aed85add0c2da33c27daa3021d4f..da7c54e2a47e867e489366e9b68f8fa0ede9fd28 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_GMSH_2D_HXX_
 #define _GMSHPlugin_GMSH_2D_HXX_
index 971315a105ae1c62840302b4d7fdfdf7f3dda4b4..d25ab240ace1a794935681b3714382adb3969a69 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_GMSH_2D_i.hxx"
 #include "SMESH_Gen.hxx"
index ffa843ebef4a5d111840831cf0a4e1917f7a740c..a39257ff8fa5ae6b40d7e7cf5aab723c19d316a5 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_GMSH_2D_I_HXX_
 #define _GMSHPlugin_GMSH_2D_I_HXX_
index 70a7e69cf2110aeced3f8fd6f24597dc0d6dd64a..9e5c2bef5aaa8d541880c9c893029f8278525b30 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_GMSH_i.hxx"
 #include "SMESH_Gen.hxx"
index 37d5733d0309a88e3bdbac6559334b264985d31c..fcac10d22e3afce670906de8e520be46afa5dcbe 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_GMSH_I_HXX_
 #define _GMSHPlugin_GMSH_I_HXX_
index 3e71467a62645537c2955da3eb049a07189a0561..d425d92a35594ec0ed8b0069d27818a81d253356 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_Hypothesis.hxx"
 
index 8981db2c10f041e3330adc573fb6c83565694925..8cc61dc4c1b13771d04d516e12b88c48b44eb8da 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_Hypothesis_HXX_
 #define _GMSHPlugin_Hypothesis_HXX_
index 0b034e557f9906835d4703ec5b10e7f4ca371d7a..c86dacb3b856b032db404cde3019519eafc47748 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_Hypothesis_2D.hxx"
 #include <utilities.h>
index 4fb6fff9556f00891e06beeca46a90bb67d77a1d..22933ba2cd0af72c9ce04af68946240d86bf6e17 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_Hypothesis_2D_HXX_
 #define _GMSHPlugin_Hypothesis_2D_HXX_
index 10386b65b5055b25e85269537ee621ab46b568e1..a0b701dac3aed50fa073d19e210b18c740e2018b 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_Hypothesis_2D_i.hxx"
 #include "SMESH_Gen.hxx"
index 104862e7431d3838b5cd6f5954b974d90101b5d3..18e980ce7857feff6e67ee1f88b2a018cca232b3 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_Hypothesis_2D_i_HXX_
 #define _GMSHPlugin_Hypothesis_2D_i_HXX_
index 681b5213714ca774529778370f016b21619c1c5c..89b32d3e281cbed4ab9715d7d740950906943fc0 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_Hypothesis_i.hxx"
 #include "SMESH_Gen.hxx"
index 43a4c4b41c9c38f96d9e312d0f0fad99199195f6..f9b79a123851fd3bce11e05a638d43456b05e1a2 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _GMSHPlugin_Hypothesis_i_HXX_
 #define _GMSHPlugin_Hypothesis_i_HXX_
index 48b8ef1088922c01c17ca3adcddffd72ab969c4a..282551ba5d9ccc66d476f8d42f39af748d814e4c 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_Mesher.hxx"
 #include "GMSHPlugin_Hypothesis_2D.hxx"
index 1d4b055bb0f918da5ad5291d2ef6bc9bd26789be..341a4df36e76ff437e0982f0707eabdff0ef094e 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef _GMSHPlugin_Mesher_HXX_
index 544466d0f748301082f4d359a7cf7f2aec1fbb33..41780fd38b7ff4a3de96205664f060543eff6575 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "utilities.h"
 
index 1497766cf47abbb98901930f148d9550bd72adec..954c14ec30523f341ab21d8ba5f519a6014e2d36 100644 (file)
@@ -1,10 +1,10 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.alneos.com/ or email : contact@alneos.fr
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
 ##
index ada9a451ea496046b9565f0fff4753bb3fef94fe..34818fa0ed90860efa5ceeed4f6f0bb7ab266221 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016-2019  EDF R&D
+# Copyright (C) 2016-2020  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
@@ -15,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index bae4d4309717136a9429e4dd5b17a36daa5f2b25..fe6dbfacaa925372c688f3ac6354c512e0cb0752 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPluginGUI_HypothesisCreator.h"
 
index 4fb8a922d28cf5ef7a69540502f661986d941bd4..c3f6440f3ba99a555a38f445c0d60c60cd5726d4 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifdef WIN32
   #if defined GMSHPLUGIN_GUI_EXPORTS || defined GMSHPluginGUI_EXPORTS
index 6db02032157ad24dfa969adde2ddf32da63f4093..d2eab659525a8dbb32a353e6ae7fa344bd50583a 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPluginGUI_HypothesisCreator.h"
 
index 968273c6eef623101f4745d52b783232753d07ec..1261fb00e1be44208bef75e9bfa5796ada8d83bc 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016-2019  EDF R&D
+// Copyright (C) 2016-2020  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
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef GMSHPLUGINGUI_HypothesisCreator_HeaderFile
 #define GMSHPLUGINGUI_HypothesisCreator_HeaderFile
index a1dc476433a21f28b269b90663d647ecedb3fb2e..286daed3eed3831114727d0aef6fce86fe6a95e5 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2013-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  ALNEOS
+# Copyright (C) 2016-2020  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
@@ -14,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 128de93be09c36eed8c51e2e1b2b5804fa14611d..adbf212673fc8ba249bd791ee269a8ae3795b63a 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2016-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  ALNEOS
+# Copyright (C) 2016-2020  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
@@ -14,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 148b29e5bd0e4ad7d30cb6d1838c183296624aab..cf0c40c5962bae5be450f5dab3e80989a61618be 100644 (file)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2018-2019  EDF R&D
+# Copyright (C) 2012-2015  ALNEOS
+# Copyright (C) 2016-2020  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
@@ -15,6 +16,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
index 0cafcbed61c8813a29e095142dc6c026e33dbf22..f089c712508286a966840c5659a679f65d28f58f 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2016-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2015  ALNEOS
+# Copyright (C) 2016-2020  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
@@ -14,6 +15,7 @@
 # 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #