Salome HOME
Issue #2577: EDF 2018-2 Fusion of connected faces.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_MultiTranslation.h
index a06c71f2ff1a6f47cef7432f3c80effc9ac29ded..70b76ff60e67c9e5a3148283ab52c8ea4bbced96 100644 (file)
@@ -1,8 +1,22 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
-// File:        FeaturesAPI_MultiTranslation.h
-// Created:     09 Feb 2017
-// 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<mailto:webmaster.salome@opencascade.com>
+//
 
 #ifndef FEATURESAPI_MULTITRANSLATION_H_
 #define FEATURESAPI_MULTITRANSLATION_H_
@@ -84,7 +98,7 @@ public:
   FEATURESAPI_EXPORT
   void setSecondAxisAndDistance(const ModelHighAPI_Selection& theAxisObject,
                                 const ModelHighAPI_Double& theDistance);
-  
+
   /// Modify CreationMethod, nb_first_dir attribute of the feature.
   FEATURESAPI_EXPORT
   void setFirstNumber(const ModelHighAPI_Integer& theFirstNumber);
@@ -98,7 +112,7 @@ public:
   virtual void dump(ModelHighAPI_Dumper& theDumper) const;
 };
 
-/// Pointer on Translation object.
+/// Pointer on MultiTranslation object.
 typedef std::shared_ptr<FeaturesAPI_MultiTranslation> MultiTranslationPtr;
 
 /// \ingroup CPPHighAPI