diff --git a/Fltk/GmshServer.cpp b/Fltk/GmshServer.cpp index d7b21ad8be39e0d544139a15ce588a8aa8abbb40..cf814af83b0d5d179f483e6e21ac565efc8a9b34 100644 --- a/Fltk/GmshServer.cpp +++ b/Fltk/GmshServer.cpp @@ -1,4 +1,4 @@ -/* $Id: GmshServer.cpp,v 1.19 2004-12-06 06:54:32 geuzaine Exp $ */ +/* $Id: GmshServer.cpp,v 1.20 2004-12-06 07:13:47 geuzaine Exp $ */ /* * Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle * @@ -25,6 +25,9 @@ * OF THIS SOFTWARE. * * Please report all bugs and problems to <gmsh@geuz.org>. + * + * Contributor(s): + * Christopher Stott */ // This is a hacked version using the Gmsh function SystemCall() diff --git a/doc/CREDITS b/doc/CREDITS index 44a4d73940b7acdc8a0e9f269d5ef17debcbd770..0cc576a75e31a9577d3dfe07dba2cdc5e1593d16 100644 --- a/doc/CREDITS +++ b/doc/CREDITS @@ -1,4 +1,4 @@ -$Id: CREDITS,v 1.20 2004-12-06 07:06:21 geuzaine Exp $ +$Id: CREDITS,v 1.21 2004-12-06 07:13:47 geuzaine Exp $ Gmsh is copyright (C) 1997-2004 @@ -96,4 +96,5 @@ necs.fr>, Jacques Kools <JKools at veeco.com>, Bayram Yenikaya <yenikaya at math.umn.edu>, Peter Hornby <p.hornby at arrc.csiro.au>, Krishna Mohan Gundu <gkmohan at gmail.com>, Chris Stott <C.Stott@surrey.ac.uk>, Timmy Schumacher -<Tim.Schumacher@colorado.edu>, Chris Stott <C.Stott@surrey.ac.uk>. +<Tim.Schumacher@colorado.edu>, Christopher Stott +<C.Stott@surrey.ac.uk>. diff --git a/utils/solvers/GmshClient.c b/utils/solvers/GmshClient.c index 57092b086bb0738886c0a7417c96369162fb5362..6418a2ae79b55a6fa550d4ff4a1aaf0aa2c27205 100644 --- a/utils/solvers/GmshClient.c +++ b/utils/solvers/GmshClient.c @@ -1,4 +1,4 @@ -/* $Id: GmshClient.c,v 1.6 2004-12-06 06:54:32 geuzaine Exp $ */ +/* $Id: GmshClient.c,v 1.7 2004-12-06 07:13:47 geuzaine Exp $ */ /* * Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle * @@ -25,6 +25,9 @@ * OF THIS SOFTWARE. * * Please report all bugs and problems to <gmsh@geuz.org>. + * + * Contributor(s): + * Christopher Stott */ #include <stdio.h>