From: Artem Zhmurov Date: Wed, 7 Oct 2020 20:47:38 +0000 (+0300) Subject: Add Andrey Alekseenko to the list of authors X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=beae8b0f478b9664f671b28a569dbc673a262c5c;p=alexxy%2Fgromacs.git Add Andrey Alekseenko to the list of authors --- diff --git a/src/gromacs/utility/binaryinformation.cpp b/src/gromacs/utility/binaryinformation.cpp index 8548a1818b..a719972ae6 100644 --- a/src/gromacs/utility/binaryinformation.cpp +++ b/src/gromacs/utility/binaryinformation.cpp @@ -107,19 +107,50 @@ std::string formatCentered(int width, const char* text) void printCopyright(gmx::TextWriter* writer) { - static const char* const Contributors[] = { - "Emile Apol", "Rossen Apostolov", "Paul Bauer", "Herman J.C. Berendsen", - "Par Bjelkmar", "Christian Blau", "Viacheslav Bolnykh", "Kevin Boyd", - "Aldert van Buuren", "Rudi van Drunen", "Anton Feenstra", "Alan Gray", - "Gerrit Groenhof", "Anca Hamuraru", "Vincent Hindriksen", "M. Eric Irrgang", - "Aleksei Iupinov", "Christoph Junghans", "Joe Jordan", "Dimitrios Karkoulis", - "Peter Kasson", "Jiri Kraus", "Carsten Kutzner", "Per Larsson", - "Justin A. Lemkul", "Viveca Lindahl", "Magnus Lundborg", "Erik Marklund", - "Pascal Merz", "Pieter Meulenhoff", "Teemu Murtola", "Szilard Pall", - "Sander Pronk", "Roland Schulz", "Michael Shirts", "Alexey Shvetsov", - "Alfons Sijbers", "Peter Tieleman", "Jon Vincent", "Teemu Virolainen", - "Christian Wennberg", "Maarten Wolf", "Artem Zhmurov" - }; + static const char* const Contributors[] = { "Andrey Alekseenko", + "Emile Apol", + "Rossen Apostolov", + "Paul Bauer", + "Herman J.C. Berendsen", + "Par Bjelkmar", + "Christian Blau", + "Viacheslav Bolnykh", + "Kevin Boyd", + "Aldert van Buuren", + "Rudi van Drunen", + "Anton Feenstra", + "Alan Gray", + "Gerrit Groenhof", + "Anca Hamuraru", + "Vincent Hindriksen", + "M. Eric Irrgang", + "Aleksei Iupinov", + "Christoph Junghans", + "Joe Jordan", + "Dimitrios Karkoulis", + "Peter Kasson", + "Jiri Kraus", + "Carsten Kutzner", + "Per Larsson", + "Justin A. Lemkul", + "Viveca Lindahl", + "Magnus Lundborg", + "Erik Marklund", + "Pascal Merz", + "Pieter Meulenhoff", + "Teemu Murtola", + "Szilard Pall", + "Sander Pronk", + "Roland Schulz", + "Michael Shirts", + "Alexey Shvetsov", + "Alfons Sijbers", + "Peter Tieleman", + "Jon Vincent", + "Teemu Virolainen", + "Christian Wennberg", + "Maarten Wolf", + "Artem Zhmurov" }; static const char* const CopyrightText[] = { "Copyright (c) 1991-2000, University of Groningen, The Netherlands.", "Copyright (c) 2001-2019, The GROMACS development team at",