diff --git a/algo/unpack/Unpack.cxx b/algo/unpack/Unpack.cxx
index 23e1e201d94998a46bb5c098d3532e283927515c..98f29b0e6a9ac757e21bf91588d225d1352c9bc8 100644
--- a/algo/unpack/Unpack.cxx
+++ b/algo/unpack/Unpack.cxx
@@ -1,6 +1,6 @@
 /* Copyright (C) 2022 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
    SPDX-License-Identifier: GPL-3.0-only
-   Authors: Volker Friese [committer] */
+   Authors: Volker Friese [committer], Sebastian Heinemann, Felix Weiglhofer */
 
 
 #include "Unpack.h"
diff --git a/algo/unpack/Unpack.h b/algo/unpack/Unpack.h
index ad5d6c09353f8a657de327d423642aaa29e86cd3..a6ee04766b528453ee218245eb79c08409d3045d 100644
--- a/algo/unpack/Unpack.h
+++ b/algo/unpack/Unpack.h
@@ -1,6 +1,6 @@
 /* Copyright (C) 2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
    SPDX-License-Identifier: GPL-3.0-only
-   Authors: Volker Friese, Dominik Smith [committer] */
+   Authors: Volker Friese, Dominik Smith [committer], Sebastian Heinemann, Felix Weiglhofer */
 
 
 #ifndef UNPACK_H