From 9a675b84266ca0473906ccb27b63121a4e2e2e74 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 8 Mar 2001 21:06:35 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/GetOptions.cpp | 14 +++++++-------
 doc/VERSIONS          |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Common/GetOptions.cpp b/Common/GetOptions.cpp
index 11b16c598c..0df79de864 100644
--- a/Common/GetOptions.cpp
+++ b/Common/GetOptions.cpp
@@ -1,4 +1,4 @@
-// $Id: GetOptions.cpp,v 1.16 2001-03-08 16:11:03 geuzaine Exp $
+// $Id: GetOptions.cpp,v 1.17 2001-03-08 21:06:35 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "GmshUI.h"
@@ -17,15 +17,15 @@ char  *TheFileNameTab[MAX_OPEN_FILES];
 char  *TheBgmFileName=NULL;
 
 char gmsh_progname[]  = "This is Gmsh" ;
-char gmsh_copyright[] = "Copyright (C) 1997-2001 J.-F. Remacle, C. Geuzaine";
+char gmsh_copyright[] = "Copyright (C) 1997-2001 Jean-Francois Remacle and Christophe Geuzaine";
 char gmsh_version[]   = "Version          : " ;
-char gmsh_os[]        = "Operating System : " GMSH_OS ;
+char gmsh_os[]        = "Operating system : " GMSH_OS ;
 char gmsh_gui[]       = "GUI toolkit      : " ;
-char gmsh_date[]      = "Build Date       : " GMSH_DATE ;
-char gmsh_host[]      = "Build Host       : " GMSH_HOST ;
+char gmsh_date[]      = "Build date       : " GMSH_DATE ;
+char gmsh_host[]      = "Build host       : " GMSH_HOST ;
 char gmsh_packager[]  = "Packager         : " GMSH_PACKAGER ;
-char gmsh_url[]       = "Web Site         : http://www.geuz.org/gmsh/" ;
-char gmsh_email[]     = "Mailing List     : gmsh@geuz.org" ;
+char gmsh_url[]       = "Web site         : http://www.geuz.org/gmsh/" ;
+char gmsh_email[]     = "Mailing list     : gmsh@geuz.org" ;
 
 void Print_Usage(char *name){
   Msg(DIRECT, "Usage: %s [options] [files]", name);
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 8cd56974c9..7b59619af0 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,7 +1,7 @@
-$Id: VERSIONS,v 1.2 2001-03-08 14:38:51 geuzaine Exp $
+$Id: VERSIONS,v 1.3 2001-03-08 21:06:35 geuzaine Exp $
 
-New in 1.17: Corrected physical points saving; corrected bug with
-parsing of DOS files (skipping ^M characters);
+New in 1.17: Corrected physical points saving; fixed parsing of DOS
+files (skipping ^M characters);
 
 New in 1.16: Added single/double buffer selection (only useful for
 Unix versions of Gmsh run from remote hosts without GLX); fixed a bug
-- 
GitLab