Salome HOME
Updated copyright comment
[modules/shaper.git] / src / Config / Config_ValidatorMessage.cpp
index a5ac9699b21977b29bc7ae24775a8abf9b738608..e7627a152d75749ebca8a111665654013a4e11a6 100644 (file)
@@ -1,14 +1,26 @@
-/*
- * Config_ValidatorMessage.cpp
- *
- *  Created on: 08 èþëÿ 2014 ã.
- *      Author: sbh
- */
+// Copyright (C) 2014-2024  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
+//
 
 #include <Config_ValidatorMessage.h>
 
 Config_ValidatorMessage::Config_ValidatorMessage(const Events_ID theId, const void* theParent)
-: Events_Message(theId, theParent)
+    : Events_Message(theId, theParent)
 {
   myValidatorId = "";
   myFeatureId = "";
@@ -19,11 +31,6 @@ Config_ValidatorMessage::~Config_ValidatorMessage()
 {
 }
 
-//static const const char* Config_ValidatorMessage::UID() const
-//{
-//  return "ValidatorMessage";
-//}
-
 const std::string& Config_ValidatorMessage::validatorId() const
 {
   return myValidatorId;