Added longer list of authors...
authorErik Lindahl <lindahl@cbr.su.se>
Fri, 27 Aug 2010 21:20:45 +0000 (23:20 +0200)
committerErik Lindahl <lindahl@cbr.su.se>
Fri, 27 Aug 2010 21:20:45 +0000 (23:20 +0200)
include/copyrite.h
src/gmxlib/copyrite.c

index 1fa60b888c4fd247fdbe4e50ce20d91914b4e53a..15b922b700efb5489430b8717b62e5f75c3bfb72 100644 (file)
@@ -53,9 +53,14 @@ gmx_print_version_info(FILE *fp);
   
 static const char *
 CopyrightText[] = {
-  "Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.",
+  "Written by Emile Apol, Rossen Apostolov, Herman J.C. Berendsen,",
+  "Aldert van Buuren, Pär Bjelkmar, Rudi van Drunen, Anton Feenstra, ",
+  "Peter Kasson, Per Larsson, Peiter Meulenhoff, Teemu Murtola, Szilard Pall,",
+  "Sander Pronk, Roland Schultz, Michael Shirts, Alfons Sijbers, Peter Tieleman,\n",
+  "Berk Hess, David van der Spoel, and Erik Lindahl.\n",
   "Copyright (c) 1991-2000, University of Groningen, The Netherlands.",
-  "Copyright (c) 2001-2008, The GROMACS development team,",
+  "Copyright (c) 2001-2010, The GROMACS development team at",
+  "Uppsala University & The Royal Institute of Technology, Sweden.",
   "check out http://www.gromacs.org for more information.\n"
 };
 
index b3c8e053c324359957b110faf25cac336ce7d51d..353fba1781ef6a25a612bdfe53133f60bb2e8e80 100644 (file)
@@ -243,7 +243,7 @@ void CopyRight(FILE *out,const char *szProgram)
   fprintf(out,"\n");
 
   ster_print(out,GromacsVersion());
-  fprintf(out,"\n\n");
+  fprintf(out,"\n");
 
   /* fprintf(out,"\n");*/