Salome HOME
Updated copyright comment
[modules/shaper.git] / src / GeomAPI / GeomAPI_Cone.h
index 59e24956cb31dabf9b1077fa799ac2358d3d2f3a..4fbc3a4d1dbfa8211bf71e1229c26b7f341b02cf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-20xx  CEA/DEN, EDF R&D
+// Copyright (C) 2018-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
 //
 // 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
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef GeomAPI_Cone_H_
@@ -45,7 +44,8 @@ public:
                               const double theSemiAngle,
                               const double theRadius);
 
-  /// Creating of cone by location of reference circle, axis, semi-angle and radii of boundary circles
+  /// Creating of cone by location of reference circle, axis, semi-angle and
+  /// radii of boundary circles
   GEOMAPI_EXPORT GeomAPI_Cone(const std::shared_ptr<GeomAPI_Pnt>& theLocation,
                               const std::shared_ptr<GeomAPI_Dir>& theAxis,
                               const double theSemiAngle,