X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_ExternalPointsMgr.h;h=4f13f09e81b4d19d141099efe420178c5d827081;hb=3c3a34a6515ac15f7cb8a77e2f307d3835b72b78;hp=8ced4b40386d3501826245f08756d9ec58d88271;hpb=8cb8a4f0900b8527fdb9aeb9f05cc3ef6d877dc9;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_ExternalPointsMgr.h b/src/PartSet/PartSet_ExternalPointsMgr.h index 8ced4b403..4f13f09e8 100644 --- a/src/PartSet/PartSet_ExternalPointsMgr.h +++ b/src/PartSet/PartSet_ExternalPointsMgr.h @@ -1,4 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D +// Copyright (C) 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: PartSet_ExternalPointsMgr.h // Created: 26 April 2017 @@ -29,7 +47,8 @@ class PartSet_ExternalPointsMgr: public QObject { Q_OBJECT public: - PartSet_ExternalPointsMgr(ModuleBase_IWorkshop* theWorkshop, const CompositeFeaturePtr& theSketch); + PartSet_ExternalPointsMgr(ModuleBase_IWorkshop* theWorkshop, + const CompositeFeaturePtr& theSketch); virtual ~PartSet_ExternalPointsMgr();