Salome HOME
Fix compilation warnings
[modules/shaper.git] / src / ModuleBase / ModuleBase_IErrorMgr.cpp
index 293c2b80f9b98a78ada27b13871953b8ff1d61e5..c2a0a4e5b65f09d82ed6f55a1c29302657774a4e 100644 (file)
@@ -1,8 +1,21 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-// File:        ModuleBase_ErrorMgr.cpp
-// Created:     22 July 2015
-// Author:      Sergey POKHODENKO
+// Copyright (C) 2014-2021  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
+//
 
 #include "ModuleBase_IErrorMgr.h"
 
@@ -23,7 +36,7 @@ ModuleBase_IErrorMgr::~ModuleBase_IErrorMgr()
 
 void ModuleBase_IErrorMgr::setPropertyPanel(ModuleBase_IPropertyPanel* theProp)
 {
-  myPropertyPanel = theProp; 
+  myPropertyPanel = theProp;
 
   if (myPropertyPanel) {
     foreach(const ModuleBase_ModelWidget* aWgt, myPropertyPanel->modelWidgets()) {