X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Symmetry.cpp;h=8f48cc96599a72169e5a8c359351bdab651814da;hb=e675b9eb8df755fff9763560ddf36d5bfeb6fe35;hp=24a41f3f13316df8a42577b811f1aaafdac25485;hpb=d0dbe40e44426cbcf24cce1e09a2e860f59b126f;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp b/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp index 24a41f3f1..8f48cc965 100644 --- a/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp +++ b/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp @@ -1,8 +1,22 @@ -// Copyright (C) 2014-2016 CEA/DEN, EDF R&D --> - -// File: FeaturesAPI_Symmetry.cpp -// Created: 07 Dec 2016 -// Author: Clarisse Genrault (CEA) +// 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 +// #include "FeaturesAPI_Symmetry.h" @@ -10,8 +24,7 @@ #include //================================================================================================== -FeaturesAPI_Symmetry::FeaturesAPI_Symmetry( - const std::shared_ptr& theFeature) +FeaturesAPI_Symmetry::FeaturesAPI_Symmetry(const std::shared_ptr& theFeature) : ModelHighAPI_Interface(theFeature) { initialize(); @@ -24,7 +37,7 @@ FeaturesAPI_Symmetry::FeaturesAPI_Symmetry(const std::shared_ptrdocument()); @@ -106,7 +117,7 @@ void FeaturesAPI_Symmetry::dump(ModelHighAPI_Dumper& theDumper) const theDumper << ", " << anAttrPlane; } - theDumper << ")" << std::endl; + theDumper << ")" << std::endl; } //==================================================================================================