Salome HOME
Exclude GDML plugin and related from the coverage report. Improve coverage quality...
[modules/shaper.git] / src / GeomAPI / GeomAPI_Angle2d.h
index eb69856245c83d28c8436abd4b68ae4d4b8f9bba..c58b54856d1849e6f8d13172315fb972501408b7 100644 (file)
@@ -1,11 +1,24 @@
-// Copyright (C) 2016-20xx CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  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 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:        GeomAPI_Angle2d.h
-// Created:     19 April 2016
-// Author:      Artem ZHIDKOV
-
-#ifndef GeomAPI_Angle_H_
-#define GeomAPI_Angle_H_
+#ifndef GeomAPI_Angle2d_H_
+#define GeomAPI_Angle2d_H_
 
 #include <GeomAPI_Interface.h>
 
@@ -47,7 +60,8 @@ public:
   GEOMAPI_EXPORT double angleRadian();
 
   /// Returns \c true if the line is reversed during angle calculation.
-  /// If theIndex = 0, the result corresponds to the first line, if theIndex = 1, the to the second line
+  /// If theIndex = 0, the result corresponds to the first line,
+  /// if theIndex = 1, the to the second line
   GEOMAPI_EXPORT bool isReversed(int theIndex);
 };