From 182d3959c8dd4cc951df963501776d25efef7aca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Szil=C3=A1rd=20P=C3=A1ll?= Date: Tue, 19 Jan 2021 09:02:55 +0000 Subject: [PATCH] Add G. Gouaillardet to the list of contributors --- src/gromacs/utility/binaryinformation.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gromacs/utility/binaryinformation.cpp b/src/gromacs/utility/binaryinformation.cpp index 7127a5b4d5..7b1131f111 100644 --- a/src/gromacs/utility/binaryinformation.cpp +++ b/src/gromacs/utility/binaryinformation.cpp @@ -4,7 +4,7 @@ * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. * Copyright (c) 2013,2014,2015,2016,2017 by the GROMACS development team. - * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by + * Copyright (c) 2018,2019,2020,2021, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -107,6 +107,7 @@ std::string formatCentered(int width, const char* text) void printCopyright(gmx::TextWriter* writer) { + // Contributors sorted alphabetically by last name static const char* const Contributors[] = { "Andrey Alekseenko", "Emile Apol", "Rossen Apostolov", @@ -119,6 +120,7 @@ void printCopyright(gmx::TextWriter* writer) "Aldert van Buuren", "Rudi van Drunen", "Anton Feenstra", + "Gilles Gouaillardet", "Alan Gray", "Gerrit Groenhof", "Anca Hamuraru", -- 2.22.0