X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSamplePanelPlugin%2FSamplePanelPlugin_WidgetCreator.h;h=734951adc2fb41141ed32b04a061e40f57f47c4e;hb=f51f8ab55887ac6eff49fb9937a460abe1956517;hp=548cbba1aa1cecd02fe0fe7f7a3d6df2fbd9bf98;hpb=ab9d4995b9893f1aa2a48d6189df6477f8f5bb41;p=modules%2Fshaper.git diff --git a/src/SamplePanelPlugin/SamplePanelPlugin_WidgetCreator.h b/src/SamplePanelPlugin/SamplePanelPlugin_WidgetCreator.h old mode 100755 new mode 100644 index 548cbba1a..734951adc --- a/src/SamplePanelPlugin/SamplePanelPlugin_WidgetCreator.h +++ b/src/SamplePanelPlugin/SamplePanelPlugin_WidgetCreator.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: SamplePanelPlugin_WidgetCreator.h -// Created: 29 Mar 2015 -// Author: Natalia ERMOLAEVA +// Copyright (C) 2014-2020 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 SamplePanelPlugin_WidgetCreator_H #define SamplePanelPlugin_WidgetCreator_H @@ -45,6 +58,4 @@ private: std::set myPanelTypes; /// types of panels }; -typedef std::shared_ptr SamplePanelWidgetCreatorPtr; - #endif