]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
Copyright update: 2016
authorvsr <vsr@opencascade.com>
Mon, 21 Mar 2016 15:43:16 +0000 (18:43 +0300)
committervsr <vsr@opencascade.com>
Mon, 21 Mar 2016 15:43:16 +0000 (18:43 +0300)
54 files changed:
AUTHORS [deleted file]
CMakeLists.txt
ChangeLog [deleted file]
GHS3DPLUGIN_version.h.in
INSTALL [deleted file]
NEWS [deleted file]
README
SalomeGHS3DPLUGINConfig.cmake.in
adm_local/CMakeLists.txt
adm_local/cmake_files/CMakeLists.txt
adm_local/cmake_files/FindSalomeGHS3DPLUGIN.cmake
adm_local/unix/CMakeLists.txt
adm_local/unix/config_files/CMakeLists.txt
adm_local/unix/config_files/check_GHS3D.m4
adm_local/unix/config_files/check_GHS3DPLUGIN.m4
adm_local/unix/config_files/check_MESHGEMS_TETRA.m4
bin/CMakeLists.txt
doc/CMakeLists.txt
doc/salome/CMakeLists.txt
doc/salome/examples/CMakeLists.txt
doc/salome/examples/ghs3d_enfmesh.py
doc/salome/examples/ghs3d_enfvert.py
doc/salome/examples/ghs3ddemo.py
doc/salome/gui/CMakeLists.txt
doc/salome/gui/GHS3DPLUGIN/CMakeLists.txt
doc/salome/gui/GHS3DPLUGIN/doxyfile.in
doc/salome/gui/GHS3DPLUGIN/doxyfile_py.in
doc/salome/gui/GHS3DPLUGIN/static/footer.html
idl/CMakeLists.txt
idl/GHS3DPlugin_Algorithm.idl
resources/CMakeLists.txt
resources/GHS3DPlugin.xml
resources/SalomeApp.xml
src/CMakeLists.txt
src/GHS3DPlugin/CMakeLists.txt
src/GHS3DPlugin/GHS3DPluginBuilder.py
src/GHS3DPlugin/GHS3DPlugin_Defs.hxx
src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx
src/GHS3DPlugin/GHS3DPlugin_GHS3D.hxx
src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.cxx
src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx
src/GHS3DPlugin/GHS3DPlugin_Hypothesis.cxx
src/GHS3DPlugin/GHS3DPlugin_Hypothesis.hxx
src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx
src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx
src/GHS3DPlugin/GHS3DPlugin_i.cxx
src/GHS3DPlugin/__init__.py
src/GUI/CMakeLists.txt
src/GUI/GHS3DPluginGUI.cxx
src/GUI/GHS3DPluginGUI_AdvWidget.cxx
src/GUI/GHS3DPluginGUI_Dlg.h
src/GUI/GHS3DPluginGUI_Enums.h
src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx
src/GUI/GHS3DPluginGUI_HypothesisCreator.h

diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644 (file)
index e69de29..0000000
index a6c8b75cc832beddb8760a06ae754b15f12976ae..f1e518f86e0a9731f24270bb6d783b14dde6640d 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index e69de29..0000000
index 7eb8da62b330c7c876a9c57143ea9f3e30160efd..973c9787955299001cfd4ebb5da93da62c50b5fb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
index 937a961..0000000
--- a/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-SALOME2 : GHS3DPLUGIN module (SMESH plugin)
diff --git a/NEWS b/NEWS
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9c67003bece0aed739c6e17adf601d55bf70d61e 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,113 @@
+*****************************
+About SALOME MG-Tetra plug-in
+*****************************
+
+SALOME MG-Tetra plug-in adds DISTENE MG-Tetra (former GHS3D) meshing algorithm
+to the SALOME Mesh module.
+
+MG-Tetra meshing algorithm is destined for:
+- Meshing of 3D geometric entities: solids are split into tetrahedral (pyramidal)
+  elements;
+- Generating of 3D meshes from 2D meshes (triangles and quadrangles), working without
+  geometrical objects.
+
+For more information please visit the SALOME platform web site:
+
+  <http://www.salome-platform.org/>
+
+=======
+License
+=======
+
+SALOME platform is distributed under the GNU Lesser General Public License.
+See COPYING file for more details.
+
+Also, additional information can be found at SALOME platform web site:
+
+  <http://www.salome-platform.org/downloads/license/>
+
+============
+Installation
+============
+
+--------------
+Pre-requisites
+--------------
+
+SALOME platform relies on a set of third-party softwares; some of them are needed
+at build time only, while other ones are needed in runtime also.
+
+For more information about the pre-requisites please visit SALOME platform web
+site:
+
+* Check Release Notes and Software Requirements of the latest SALOME release at
+
+  <http://www.salome-platform.org/downloads/current-version/>
+
+* Pre-requisites page at SALOME web site:
+
+  <http://www.salome-platform.org/downloads/license/>
+
+Note: SALOME MG-Tetra plug-in needs SALOME KERNEL, SALOME GUI, SALOME Geometry
+and SALOME Mesh as pre-requisites.
+
+------------------
+Basic Installation
+------------------
+
+The build procedure of the SALOME platform is implemented with CMake.
+In order to build the plug-in you have to do the following actions: 
+
+1. Set up environment for pre-requisites (see "Pre-requisites" section above).
+
+2. Create a build directory:
+
+   % mkdir GHS3DPLUGIN_BUILD
+
+3. Configure the build procedure:
+
+   % cd GHS3DPLUGIN_BUILD
+   % cmake -DCMAKE_BUILD_TYPE=<mode> -DCMAKE_INSTALL_PREFIX=<installation_directory> <path_to_src_dir>
+
+   where
+   - <mode> is either Release or Debug (default: Release);
+   - <installation_directory> is a destination folder to install SALOME MG-Tetra
+     plug-in (default: /usr); 
+   - <path_to_src_dir> is a path to the SALOME MG-Tetra plug-in sources directory.
+
+   Note: by default (if CMAKE_INSTALL_PREFIX option is not given), SALOME MG-Tetra
+   plug-in will be configured for installation to the /usr directory that requires
+   root permissions to complete the installation.
+
+4. Build and install:
+
+   % make
+   % make install
+
+   This will install SALOME MG-Tetra plug-in to the <installation_directory>
+   specified to cmake command on the previous step.
+
+-------------------
+Custom installation
+-------------------
+
+SALOME MG-Tetra plug-in supports a set of advanced configuration options;
+for more details learn CMakeLists.txt file in the root source directory.
+
+You can also use other options of cmake command to customize your installation.
+Learn more about available options by typing
+
+   % cmake --help
+
+=============
+Documentation
+=============
+
+The directory doc contains additional documentation file of SALOME MG-Tetra
+plug-in.
+
+===============
+Troubleshooting
+===============
+
+Please, send a mail to webmaster.salome@opencascade.com.
index 323e788159c6ac35a5bd3a2833ca4ccb13f84b9b..2c99a4cefed5c98915a2b97a652b1734e6f11570 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2016  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
index bf1c7c5ae13c09e32531b5657a01458a19697007..907360ed9ee0a9970f8da687b88f49ad96f38bac 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  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
index 3e7da393c756e62cfe7c21a4163b6e827c82ef9f..126b9d8defb4f6d9b0a624a1cece6a0b8741c00b 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
index ac88d0200c8dca04d6a774f8ddac6bf0122e6879..1364088c73c99edd6ec00e3ac015d549ae3a240a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2016  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
index 0e752193100775013c5b51b4161e438070edef0e..90c9fbaa66dc6e178195693a3b341b47ed9a9aef 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
index 5447eeaa93e2fcbf8cc4ce59eed9c870aa6a9195..c952ef458a99254355a6d69a1a8222728dbfd574 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  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
index 3cb0c71563c6878c42dc3b5bb47601e0660f0002..5df26417979b8f89e32cccddb7c368e9c4c55233 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+dnl Copyright (C) 2004-2016  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index b973ab348ef703fa1858cf6f9b259e154814dd35..d47dd3bf6ddd36208b065686404b7d1d683c5367 100755 (executable)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+dnl Copyright (C) 2004-2016  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index e5e7b3722ce89b17fb9da6dcfa0fa4f9f1abd30e..7d64f08004274e107dccf486678da5896852fbb9 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+dnl Copyright (C) 2004-2016  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index b77384f927361e5d4662cadc5b0858b0de97862c..0f238dc366dffbda51fbe0c90a748db1160a2ca0 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
index ad29b361d337abbe34b4a0e4bf1f1e462aa44a72..b39cf0a1692e2e0b9245baec9ee2a248253a4bab 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 23c74956babfc1c4e3874ab3173cd4a5d3670f21..7d9d6dcddfc376431433b169ad81816f86b2925b 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 5e4ec739f5528ac4129303570192adfe1663f926..d3aa3bd96c5b953a3d8a39c4ebf6cd5c5528e3b4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b36ea5b5c48c1b6ccd88c06cc293cd8c52972d24..b6ca8ec69f3b25b0dda1aacb86e5d787963b0a37 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 43d0b89df08d591292273351957e36043ca506b3..f8ba666a44ba9fb5f5d698f354dd6e3ed421bb14 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 7074ff0ed48597031453bc9b4547d675eec19883..41478121a8bf72c9e5b999a9155e6366c19621cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 9906246a887b8892e56f0c894d1e19fa20f7b59e..f702861cdd17864c6ee4bc64e5ba8ff02c7cf4e9 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index c9c3967ca335345d9b6d709fc0b9fdde6ce6731d..96f96419e7fd3198d0016a63ced77b7a745ef237 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index da1d836ed1a91a5432a4cd42f735918b33ca1849..56aeb97d6faab80fd383259b98a38a3126b2b623 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 623ba88c54c8ff6f444e199269d2db80e0073656..dbb3a40ef9a7b038bce4cba828c2aa1612264cc5 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 505961cd55e708cb99cbcf25c343542d91764cf2..de6db6a6c6d55ea90befc28cce87b52271f01395 100755 (executable)
@@ -4,7 +4,7 @@
   <ul>
     $navpath
     <li class="footer">
-      Copyright &copy; 2007-2015  CEA/DEN, EDF R&amp;D<br>
+      Copyright &copy; 2007-2016  CEA/DEN, EDF R&amp;D<br>
     </li>
   </ul>
 </div>
index 82391d1036e4c3670c448d4c2f81060594a07b7b..ce65287eb0c3965060020c3da22e2334f3757847 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
index 18e7a380d89bce6b21f5c4f03b116194f9c81392..3f127d7327e3fbe34a5eaf9f7af509b2aee47760 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 3c3e9f651ae370de94c3dbabf5dbedbdfc04db79..bdf60cdf5d9c87411f1888a2756d028a7d5fc13e 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  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
index fbf6dbd399256fe4043e329c7eb743fc66b1eb41..0ab10602a1460a04b7fd2ee1859d36778b7ea4ec 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
 <!--
-  Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+  Copyright (C) 2004-2016  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
index 60213972d8d9e908ed34d1b4b076baccc9ef1c11..66fd93308ebd215804e02bff4111441c450e67f3 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+  Copyright (C) 2004-2016  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
index 09ef7e83a28cce5ecf9b4372c28d78d6b157cbff..8f3575a4f82cec98efc567c91715731eec04d1b6 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
index 634818daf43b76d9ec85c57a61423334d697edcf..1ca4bdd256ab943dcd4e0b7a88a565f807cd65e5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
index b8a05cac0e4307999d919dd9e7218755681fbba7..d0b96248dfbe0a22a4cd7a127c6ef2ba30dafc1b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2016  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
index e404e39177ff987ade37843310ec4fba19935af2..505759a976f7a565b315b2d7d63d5f6c493a74a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 0ab006c7c01b00d9c138599229eba200ed8c5bc5..8a41dd93ff6887d701bcba97205df9c671abf576 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 5003a9a6d9eaae8dc8c3f152cd06250099ca7003..3dd25e37c5d4eaee4dd667269cce5bc3b26f33d8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 2ff7964da737e929e4d226fbc1a6f7199253bc93..2ab6dc54540621af86d17bb002b7b04009a127c4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index da23a5c2a1cad5f719536bc5c7ca30f1da9655d2..dc27c2725b6764d8bfef4e7230362f9adbca7064 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index ddfbb56aa3765ddb1df41b41ff66c5333083b403..feab5893742e64ecc1c19d7b40c3f280a990efc5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 4db812a903b781cd201ad92177a16018baaa95f6..58b298649280d3a7ccc2a83a1b16d315f9129a39 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 27dd39289b70f8f7ca4a973478dc550fd9452f4f..c66427e55b1b91bf788674f61927088c0440d29b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index fd75156f263549dc233d8991dda9632d6680e57a..8c33eda9b558f9c43c016d78da13873aa9976fa5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 438e56cde61fcf3894be1db561f5808e4ff6fe9c..a81254aba719f659d4a3905da4f03b44a9ad4674 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 4b76023293af9824af3ce8cd9c97c2abd7662bbe..22c4e829274894944cae33b395603b95deff7141 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2016  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
index f8df076647692d06057033df6c7ba434f7bbeedb..101c33c322291c57e696e44509a4f003f59db216 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
index 353caf37427670935c8d664297ac00e227a587ae..dc0b27895e314b19f5c9fd8674ba63e20c0feb82 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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
index 9551f89af5d395aec38384087abd04f6c17ca256..84af0a809f8a40cba8a46b8d669310114823d1d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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
index 1b2bf3d25386c17a21cd82332cac599aadf4de06..ace3ee409ae71120798c5df0a7024b0e208dbbf9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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
index d2137687d3eb0be1ab5c63eac2ea15ac89f0d1b3..dfc740dfba0f856aba9d9db194709357eac4ae71 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 6dd1db9ddc388703ddb81549c0e62d31a8e421ce..518980091a45e0586162b11da3ec8278c7ab5517 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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
index 671e105bf08f79586faa9af89cb912025a94871b..1c093caf12bf82bfd1afdf3ad7e8b348d989345a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2016  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