Salome HOME
updated copyright message
[modules/shaper.git] / src / CollectionAPI / CollectionAPI_GroupAddition.h
index c6395300d2e0371cdbe9ac7bbaab8c1eb5c7f6d0..1c5a719a53ca210f449276c687e468b6b939bad4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  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
@@ -32,7 +32,7 @@ class ModelHighAPI_Selection;
 
 /// \class CollectionAPI_GroupAddition
 /// \ingroup CPPHighAPI
-/// \brief Interface for Group feature.
+/// \brief Interface for Group Addition feature.
 class CollectionAPI_GroupAddition : public ModelHighAPI_Interface
 {
 public:
@@ -71,4 +71,4 @@ COLLECTIONAPI_EXPORT
 GroupAdditionPtr addGroupAddition(const std::shared_ptr<ModelAPI_Document>& thePart,
                                   const std::list<ModelHighAPI_Selection>& theGroupsList);
 
-#endif // CollectionAPI_Group_H_
+#endif // CollectionAPI_GroupAddition_H_