]> SALOME platform Git repositories - plugins/hexoticplugin.git/blobdiff - src/HexoticPlugin/HexoticPlugin_i.cxx
Salome HOME
Merge branch 'V7_main'
[plugins/hexoticplugin.git] / src / HexoticPlugin / HexoticPlugin_i.cxx
index 101e1e0b21f754d4af7247af9b948213c3452dc6..d9c9ff6dc65c6e316bdad0a13ddec4dbaa379f1f 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -32,7 +32,7 @@
 template <class T> class HexoticPlugin_Creator_i:public HypothesisCreator_i<T>
 {
   // as we have 'module HexoticPlugin' in HexoticPlugin_Algorithm.idl
-  virtual std::string GetModuleName() { return "HexoticPlugin"; }
+  virtual std::string GetModuleName() { return "HexoticPLUGIN"; }
 };
 
 //=============================================================================