Salome HOME
Update copyright information
[modules/geom.git] / src / GEOMAlgo_NEW / GEOMAlgo_VertexSolid.hxx
index 84dc807adb3d61a5313b3a2440290451a1daa341..5e10a6060683a32897759c38809dc9542a6365e8 100644 (file)
@@ -1,58 +1,58 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
-//\r
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,\r
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS\r
-//\r
-// This library is free software; you can redistribute it and/or\r
-// modify it under the terms of the GNU Lesser General Public\r
-// License as published by the Free Software Foundation; either\r
-// version 2.1 of the License.\r
-//\r
-// This library is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-// Lesser General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU Lesser General Public\r
-// License along with this library; if not, write to the Free Software\r
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
-//\r
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
-//\r
-\r
-// File:        GEOMAlgo_VertexSolid.hxx\r
-// Created:     Wed Jan 12 16:36:40 2005\r
-// Author:      Peter KURNEV\r
-//              <pkv@irinox>\r
-//\r
-#ifndef _GEOMAlgo_VertexSolid_HeaderFile\r
-#define _GEOMAlgo_VertexSolid_HeaderFile\r
-\r
-#include <Standard.hxx>\r
-#include <Standard_Macro.hxx>\r
-#include <GEOMAlgo_ShapeSolid.hxx>\r
-\r
-//=======================================================================\r
-//class    : GEOMAlgo_VertexSolid\r
-//purpose  : \r
-//=======================================================================\r
-class GEOMAlgo_VertexSolid  : public GEOMAlgo_ShapeSolid\r
-{\r
- public:\r
-  Standard_EXPORT\r
-    GEOMAlgo_VertexSolid();\r
-  \r
-  Standard_EXPORT\r
-    virtual ~GEOMAlgo_VertexSolid();\r
-  \r
-  Standard_EXPORT\r
-    virtual  void Perform() ;\r
-\r
-protected:\r
-  Standard_EXPORT\r
-    virtual  void Prepare() ;\r
-  \r
-  Standard_EXPORT\r
-    virtual  void BuildResult() ;\r
-};\r
-#endif\r
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// 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.
+//
+// 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
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+// File:        GEOMAlgo_VertexSolid.hxx
+// Created:     Wed Jan 12 16:36:40 2005
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
+#ifndef _GEOMAlgo_VertexSolid_HeaderFile
+#define _GEOMAlgo_VertexSolid_HeaderFile
+
+#include <Standard.hxx>
+#include <Standard_Macro.hxx>
+#include <GEOMAlgo_ShapeSolid.hxx>
+
+//=======================================================================
+//class    : GEOMAlgo_VertexSolid
+//purpose  :
+//=======================================================================
+class GEOMAlgo_VertexSolid  : public GEOMAlgo_ShapeSolid
+{
+ public:
+  Standard_EXPORT
+    GEOMAlgo_VertexSolid();
+
+  Standard_EXPORT
+    virtual ~GEOMAlgo_VertexSolid();
+
+  Standard_EXPORT
+    virtual  void Perform() ;
+
+protected:
+  Standard_EXPORT
+    virtual  void Prepare() ;
+
+  Standard_EXPORT
+    virtual  void BuildResult() ;
+};
+#endif