X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_ValidatorMessage.cpp;h=f9f1e18bb3589000ded38d29b413e65ce8a6bfa3;hb=88ee9b2b81cf93a6324336b57e30cc8a3a487499;hp=61ee376c00d87c6b7f9ba2a1bffa3676137b1ccf;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/Config/Config_ValidatorMessage.cpp b/src/Config/Config_ValidatorMessage.cpp index 61ee376c0..f9f1e18bb 100644 --- a/src/Config/Config_ValidatorMessage.cpp +++ b/src/Config/Config_ValidatorMessage.cpp @@ -1,9 +1,21 @@ -/* - * Config_ValidatorMessage.cpp - * - * Created on: 08 Jul 2014 ã. - * Author: sbh - */ +// Copyright (C) 2014-2022 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 @@ -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;