Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexShape.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 0c3b5da..e4e8013
@@ -1,12 +1,12 @@
 
 // C++ : Gestion des formes associees
 
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-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.
+// 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
 BEGIN_NAMESPACE_HEXA
 
 // ====================================================== Constructeur
-Shape::Shape  (string brep)
+Shape::Shape  (std::string brep)
 {
    b_rep  = brep;
    debut  = 0;
    fin    = 1;
    ident  = "";
 }
-void clean_brep (string& brep);
+void clean_brep (std::string& brep);
 // ====================================================== saveXml
 void Shape::saveXml (XmlWriter* xml)
 {