Salome HOME
updated copyright message
[modules/shaper.git] / src / ModelAPI / ModelAPI_FeatureValidator.cpp
index be6abef50da25e2408b14f2002ce74f5cf595a8e..b8a2c0470149a95ba9713672a01715467b677f94 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// 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
 //
 // 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
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #include "ModelAPI_FeatureValidator.h"
@@ -29,3 +28,8 @@ ModelAPI_FeatureValidator::~ModelAPI_FeatureValidator()
 {
 
 }
+
+bool ModelAPI_FeatureValidator::isNotObligatory(std::string theFeature, std::string theAttribute)
+{
+  return false;
+}
\ No newline at end of file