Salome HOME
updated copyright message
[modules/yacs.git] / src / engine / ComposedNode.hxx
index f0f53d5e3acc368a16b719c661dbd4ba65bd17ea..026a4d8efed9bb1505f458020df9a381f4d8d3c2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2006-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
@@ -177,7 +177,7 @@ namespace YACS
     };
 
     template <class PORT>
-    std::string ComposedNode::getPortName(const PORT * port) const 
+    std::string ComposedNode::getPortName(const PORT * port) const
     {
       Node *node = port->getNode();
       std::string portName = port->getName();