X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Angle2d.h;h=78846df72ad53277d4962d1bb5f01e982201cd17;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=eb69856245c83d28c8436abd4b68ae4d4b8f9bba;hpb=049e63c33b9c0372a3007166032ead400c788c93;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Angle2d.h b/src/GeomAPI/GeomAPI_Angle2d.h index eb6985624..78846df72 100644 --- a/src/GeomAPI/GeomAPI_Angle2d.h +++ b/src/GeomAPI/GeomAPI_Angle2d.h @@ -1,11 +1,25 @@ -// Copyright (C) 2016-20xx CEA/DEN, EDF R&D +// Copyright (C) 2014-2017 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 @@ -47,7 +61,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); };