Salome HOME
updated copyright message
[modules/shaper.git] / src / GeomAPI / GeomAPI_DataMapOfShapeMapOfShapes.cpp
index a7497c0dc511501d449e667aa10c8c486263b47e..b480d01b5920ca71b8084ab6eafbaa488e32f47b 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 <GeomAPI_DataMapOfShapeMapOfShapes.h>
@@ -115,6 +114,7 @@ int GeomAPI_DataMapOfShapeMapOfShapes::size() const
   return MY_MAP->Size();
 }
 
+// LCOV_EXCL_START
 
 //=================================================================================================
 //   iterator implementation
@@ -269,3 +269,4 @@ GeomAPI_DataMapOfShapeMapOfShapes::const_iterator GeomAPI_DataMapOfShapeMapOfSha
 {
   return IteratorImpl(std::shared_ptr<IteratorImpl>());
 }
+// LCOV_EXCL_STOP