]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
Copyrights update 2015. V7_6_0a1
authorakl <alexander.kovalev@opencascade.com>
Mon, 16 Feb 2015 09:00:11 +0000 (13:00 +0400)
committerakl <alexander.kovalev@opencascade.com>
Mon, 16 Feb 2015 09:00:11 +0000 (13:00 +0400)
49 files changed:
CMakeLists.txt
GHS3DPLUGIN_version.h.in
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

index 2b815bd6ea1bf4f13f29ef6b8c3a553ce36d3f42..1253fc87c03fe4bba046a8e6f4a3bec3fc7fbd98 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 5f124253e09e0bcdd61a62297c1b250e9182d60a..7eb8da62b330c7c876a9c57143ea9f3e30160efd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 80f5dd6f9c2c205ba774354416f741e526e0c885..4fef15f8ca337922c7b77dae9a7e0412de14fe68 100644 (file)
@@ -1,21 +1,21 @@
-#  Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2015  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, or (at your option) any later version.
+# 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.
+# 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
+# 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
 #
-#  See http://www.salome-platform.org/ or
-#  email : webmaster.salome@opencascade.com
 
 # - Config file for the @PROJECT_NAME@ package
 # It defines the following variables. 
index 3d0a1fd63aa659b2ce300ae1ef3cb4554e3236a8..bf1c7c5ae13c09e32531b5657a01458a19697007 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 b546edbc12b7e7611d1f9d550a3fab16f238f8bd..3e7da393c756e62cfe7c21a4163b6e827c82ef9f 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 120e80d711db592566e36a910dee0daa01668628..ac88d0200c8dca04d6a774f8ddac6bf0122e6879 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 eb508c1f49f2df961ef7e6fbc2a80dae66c28a35..0e752193100775013c5b51b4161e438070edef0e 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 3d83e72c20a828250c002da0c540f129fc301b1f..5447eeaa93e2fcbf8cc4ce59eed9c870aa6a9195 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 a47c27493193fdb678ad56075f1f17fd0da38cc4..3cb0c71563c6878c42dc3b5bb47601e0660f0002 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2004-2015  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 802a6db31d297036c722ded25983f906154a98c6..b973ab348ef703fa1858cf6f9b259e154814dd35 100755 (executable)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2004-2015  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 54e0bfd1515df6c1fda04f676192a2b0dac907e0..e5e7b3722ce89b17fb9da6dcfa0fa4f9f1abd30e 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+dnl Copyright (C) 2004-2015  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 39eccde9c798fe19ffc357688416df208d72d926..b77384f927361e5d4662cadc5b0858b0de97862c 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 a24f08fa09c2445cb6cec9f8b221ce5dbc918cb1..ad29b361d337abbe34b4a0e4bf1f1e462aa44a72 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 842b8629b0b5d617241b11e2bb4cdb17c884a4cd..23c74956babfc1c4e3874ab3173cd4a5d3670f21 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 7624ec662b17cfb4ea07c7cf4ecc699337b3faee..5e4ec739f5528ac4129303570192adfe1663f926 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2015  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 773e52a8f536b3e8c12e61c7405ac84ef007c4f1..b36ea5b5c48c1b6ccd88c06cc293cd8c52972d24 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 a9bccbb2323f7b909794044dee20b31030df4e7d..43d0b89df08d591292273351957e36043ca506b3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 9d6ad5a2be57c96deab25e087cefd3467403e312..7074ff0ed48597031453bc9b4547d675eec19883 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 b51a405a9cc8d70660adcb2f081e31c2efd859f3..9906246a887b8892e56f0c894d1e19fa20f7b59e 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 79af3f6bdf2faef1925a52ea52c4edc3440d2eab..c9c3967ca335345d9b6d709fc0b9fdde6ce6731d 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 9400ef8219733200ed849b71eecc366535e35a31..da1d836ed1a91a5432a4cd42f735918b33ca1849 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 71515b7c3d462c5a31b79cb3ea976e15035a89f1..623ba88c54c8ff6f444e199269d2db80e0073656 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 f01e5067c365e534706e3ac17e06626c60c870a8..505961cd55e708cb99cbcf25c343542d91764cf2 100755 (executable)
@@ -4,7 +4,7 @@
   <ul>
     $navpath
     <li class="footer">
-      Copyright &copy; 2007-2014  CEA/DEN, EDF R&amp;D<br>
+      Copyright &copy; 2007-2015  CEA/DEN, EDF R&amp;D<br>
     </li>
   </ul>
 </div>
index 7846e98ec8694057b086b272f91248566a6ceec8..82391d1036e4c3670c448d4c2f81060594a07b7b 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 91304710b3b3b05eb16270ba5998a64fe0efe8f1..f1a630649823ab47dd68184296bfd93ec8a992ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 49961235559047ef87ab2fccabf98d10f17745a4..3c3e9f651ae370de94c3dbabf5dbedbdfc04db79 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2015  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 bd0e5591b2aee5e269830a8c4936a70601ba9e0f..fbf6dbd399256fe4043e329c7eb743fc66b1eb41 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
 <!--
-  Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+  Copyright (C) 2004-2015  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 f32d61f45cf60e79b66bcd86eb65ec4227e7c90b..60213972d8d9e908ed34d1b4b076baccc9ef1c11 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+  Copyright (C) 2004-2015  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 604935d448dbb5febb9573dba88bc9ae10a7e72e..09ef7e83a28cce5ecf9b4372c28d78d6b157cbff 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 5cc55969103983d5de9dc8895204792b6b007f13..634818daf43b76d9ec85c57a61423334d697edcf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 178896f360938d16990cea3d3680d613f1dd7388..b8a05cac0e4307999d919dd9e7218755681fbba7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2015  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 1b579826d03bf943efcbf971de0cdfb21d1aed2b..e404e39177ff987ade37843310ec4fba19935af2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 daf8589ffad155024549eb6ac86a82295d32e37f..afecbfd634cfa40e5af9d0a968b0a2feb017d047 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 27796de47da94cab065c984c70ab4ed8dd356acc..5003a9a6d9eaae8dc8c3f152cd06250099ca7003 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 8a3ef347a6cbaade6bb9530ac13ed5e87bfc1ab0..b20829008fa38db9261177835bdedbb3089dd8f0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 b615ebd4ab25a0f41d1163913daa6df3283a0725..da23a5c2a1cad5f719536bc5c7ca30f1da9655d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 1107c3bbe2a66b6981076b3260519d402781f799..e1eb1edb7875103c06a583ad47dbed8e06dcdc17 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 d0457082de95fbf3e201136b50a532568d567513..5f217a4ea44f2a13cc33fdc19bda9bd1429495f1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 c2718b97e329c02ef168dffd74e0c39393dd8e90..49da13b79ebbc5c9def654d4f51e63eecccea2a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 50ce45bc9e74b2a1c4cc22cef400250a2bccf748..58a881bf0e11b2b5b8da99f9cf7faeb60adf03ab 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 c3f278d8707b2e0110cf8321c770c0ce66071489..438e56cde61fcf3894be1db561f5808e4ff6fe9c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 817e26f43bc210ea4f976b7dab259ef2bd86754e..4b76023293af9824af3ce8cd9c97c2abd7662bbe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2015  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 79a4e05a7b70ba349041681c337046ddfeda6c54..f8df076647692d06057033df6c7ba434f7bbeedb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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 933b3621c803a6148a122408969e527c4d0fe85e..353caf37427670935c8d664297ac00e227a587ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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 9dbb28e04ba6ba8c848d8e19402c44e9f4514d07..9551f89af5d395aec38384087abd04f6c17ca256 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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 c61eaff19eac6c97698c0d2245126e2d5304cc4f..1b2bf3d25386c17a21cd82332cac599aadf4de06 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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 bc92ccc5d4b8560b18745c26ff7b7c305e214ff2..d2137687d3eb0be1ab5c63eac2ea15ac89f0d1b3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 1f96d332336c1852ed17d35ff18b743fd34a6506..fc57275243fd0bff44d860cf451d2ada9c9e152d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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 8453f69f53d629dbb7a8cbf0ba5a728366285d3c..5c3e57fdeeb44263a0545b6a69dfd6376d732cc3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2015  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