X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_MultiTranslation.h;h=70b76ff60e67c9e5a3148283ab52c8ea4bbced96;hb=db25cb9e9be0ce3e2332141f7f2f47f088956bea;hp=09e75f9c1137f63973504a88974fff2dbe340018;hpb=671694a86b66efcc54948341cf06d717d782c581;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_MultiTranslation.h b/src/FeaturesAPI/FeaturesAPI_MultiTranslation.h index 09e75f9c1..70b76ff60 100644 --- a/src/FeaturesAPI/FeaturesAPI_MultiTranslation.h +++ b/src/FeaturesAPI/FeaturesAPI_MultiTranslation.h @@ -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 +// #ifndef FEATURESAPI_MULTITRANSLATION_H_ #define FEATURESAPI_MULTITRANSLATION_H_ @@ -98,7 +112,7 @@ public: virtual void dump(ModelHighAPI_Dumper& theDumper) const; }; -/// Pointer on Translation object. +/// Pointer on MultiTranslation object. typedef std::shared_ptr MultiTranslationPtr; /// \ingroup CPPHighAPI