X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_MenuMgr.h;h=57092fb3a2a3c320bacad605d1ce04843c69f21c;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=f0259d8733428c6790768b3bff0746b9f4639c40;hpb=dc0cabde0516396f5f4458574d1d56c857478200;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_MenuMgr.h b/src/XGUI/XGUI_MenuMgr.h old mode 100755 new mode 100644 index f0259d873..57092fb3a --- a/src/XGUI/XGUI_MenuMgr.h +++ b/src/XGUI/XGUI_MenuMgr.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> - -// File: XGUI_MenuMgr.hxx -// Created: 13 Apr 2016 -// Author: Natalia ERMOLAEVA +// Copyright (C) 2014-2023 CEA, EDF +// +// 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 XGUI_MENUMGR_H_ #define XGUI_MENUMGR_H_ @@ -63,7 +76,7 @@ private: XGUI_Workshop* myWorkshop; ///< the current workshop /// container of existing workbenchs - std::list< std::shared_ptr > myWorkbenches; + std::list< std::shared_ptr > myWorkbenches; }; #endif /* XGUI_MENUMGR_H_ */