From 515e6b44b8f13b6ca49842af6ae38bbe0e0b5b7d Mon Sep 17 00:00:00 2001 From: Joe Jordan Date: Mon, 22 Oct 2018 18:21:31 +0200 Subject: [PATCH] Properly attribute work and use correct dates for binaryinformation Several people contributed over the past year and it seems their work should be attributed. Is there anyone else we are forgetting? Change-Id: I0837815bf0375827822f58291c1a97e332dbea4e --- docs/reference-manual/preface.rst | 21 ++++++++++----------- src/gromacs/utility/binaryinformation.cpp | 16 +++++++++++----- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/docs/reference-manual/preface.rst b/docs/reference-manual/preface.rst index 28ce422fff..e50870d164 100644 --- a/docs/reference-manual/preface.rst +++ b/docs/reference-manual/preface.rst @@ -5,17 +5,16 @@ Preface and Disclaimer Contributions from: -Emile Apol, Rossen Apostolov, Paul Bauer, -Herman J.C. Berendsen, Pär Bjelkmar, Aldert van Buuren, -Rudi van Drunen, Anton Feenstra, Gerrit Groenhof, -Aleksei Iupinov, Christoph Junghans, Anca Hamuraru, -Vincent Hindriksen, Dimitrios Karkoulis, Peter Kasson, -Jiri Kraus, Carsten Kutzner, Per Larsson, -Justin A. Lemkul, Viveca Lindahl, Magnus Lundborg, -Pieter Meulenhoff, Erik Marklund, Teemu Murtola, -Szilárd Páll, Sander Pronk, Roland Schulz, -Alexey Shvetsov, Michael Shirts, Alfons Sijbers, -Peter Tieleman, Teemu Virolainen, Christian Wennberg and Maarten Wolf. +Emile Apol, Rossen Apostolov, Paul Bauer, Herman J.C. Berendsen, +Pär Bjelkmar, Christian Blau, Viacheslav Bolnykh, Kevin Boyd, +Aldert van Buuren, Rudi van Drunen, Anton Feenstra, 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, Szilárd Páll, Sander Pronk, +Roland Schulz, Michael Shirts, Alexey Shvetsov, Alfons Sijbers, +Peter Tieleman, Teemu Virolainen, Christian Wennberg, and Maarten Wolf. Mark Abraham, Berk Hess, David van der Spoel, and Erik Lindahl. diff --git a/src/gromacs/utility/binaryinformation.cpp b/src/gromacs/utility/binaryinformation.cpp index 4387acc25d..cf97855eb0 100644 --- a/src/gromacs/utility/binaryinformation.cpp +++ b/src/gromacs/utility/binaryinformation.cpp @@ -110,14 +110,19 @@ void printCopyright(gmx::TextWriter *writer) "Paul Bauer", "Herman J.C. Berendsen", "Par Bjelkmar", + "Christian Blau", + "Viacheslav Bolnykh", + "Kevin Boyd", "Aldert van Buuren", "Rudi van Drunen", "Anton Feenstra", "Gerrit Groenhof", - "Aleksei Iupinov", - "Christoph Junghans", "Anca Hamuraru", "Vincent Hindriksen", + "M. Eric Irrgang", + "Aleksei Iupinov", + "Christoph Junghans", + "Joe Jordan", "Dimitrios Karkoulis", "Peter Kasson", "Jiri Kraus", @@ -126,14 +131,15 @@ void printCopyright(gmx::TextWriter *writer) "Justin A. Lemkul", "Viveca Lindahl", "Magnus Lundborg", - "Pieter Meulenhoff", "Erik Marklund", + "Pascal Merz", + "Pieter Meulenhoff", "Teemu Murtola", "Szilard Pall", "Sander Pronk", "Roland Schulz", - "Alexey Shvetsov", "Michael Shirts", + "Alexey Shvetsov", "Alfons Sijbers", "Peter Tieleman", "Teemu Virolainen", @@ -142,7 +148,7 @@ void printCopyright(gmx::TextWriter *writer) }; static const char * const CopyrightText[] = { "Copyright (c) 1991-2000, University of Groningen, The Netherlands.", - "Copyright (c) 2001-2017, The GROMACS development team at", + "Copyright (c) 2001-2018, The GROMACS development team at", "Uppsala University, Stockholm University and", "the Royal Institute of Technology, Sweden.", "check out http://www.gromacs.org for more information." -- 2.11.4.GIT