From fb1662f4e8f7ca28cfe25bf8900092859af185f1 Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de> Date: Wed, 28 Jun 2023 11:40:32 +0000 Subject: [PATCH] algo::Unpack: Update author list. --- algo/unpack/Unpack.cxx | 2 +- algo/unpack/Unpack.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/algo/unpack/Unpack.cxx b/algo/unpack/Unpack.cxx index 23e1e201d9..98f29b0e6a 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 ad5d6c0935..a6ee04766b 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 -- GitLab