From a0e612c199898b05847928e47f2240a8c44ea6b4 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 21 Jan 2002 18:49:17 +0000 Subject: [PATCH] 2002 --- Common/GetOptions.cpp | 4 ++-- Fltk/GUI.cpp | 4 ++-- doc/CONTRIBUTORS | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Common/GetOptions.cpp b/Common/GetOptions.cpp index f2c56bf965..8c0a0bc068 100644 --- a/Common/GetOptions.cpp +++ b/Common/GetOptions.cpp @@ -1,4 +1,4 @@ -// $Id: GetOptions.cpp,v 1.44 2002-01-03 10:25:06 geuzaine Exp $ +// $Id: GetOptions.cpp,v 1.45 2002-01-21 18:49:17 geuzaine Exp $ #include <unistd.h> #include "Gmsh.h" @@ -26,7 +26,7 @@ char *TheFileNameTab[MAX_OPEN_FILES]; char *TheBgmFileName=NULL, *TheOptString=NULL; char gmsh_progname[] = "This is Gmsh" ; -char gmsh_copyright[] = "Copyright (C) 1997-2001 Jean-Francois Remacle and Christophe Geuzaine"; +char gmsh_copyright[] = "Copyright (C) 1997-2002 Jean-Francois Remacle and Christophe Geuzaine"; char gmsh_version[] = "Version : " ; char gmsh_os[] = "Build OS : " GMSH_OS ; char gmsh_gui[] = "GUI toolkit : " ; diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 2e9951f4eb..c5cf0d062b 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.142 2002-01-03 10:25:06 geuzaine Exp $ +// $Id: GUI.cpp,v 1.143 2002-01-21 18:49:17 geuzaine Exp $ // To make the interface as visually consistent as possible, please: // - use the IW, BB, BH, BW and WB values @@ -2118,7 +2118,7 @@ void GUI::create_about_window(){ o->add("@c@.A three-dimensional finite element mesh generator"); o->add("@c@.with built-in pre- and post-processing facilities"); o->add(""); - o->add("@c@.Copyright (c) 1997-2001"); + o->add("@c@.Copyright (c) 1997-2002"); o->add("@c@.Christophe Geuzaine and Jean-François Remacle"); o->add(""); o->add("@c@.Please send all questions and bug reports to"); diff --git a/doc/CONTRIBUTORS b/doc/CONTRIBUTORS index 894ffa39eb..d2456a1dc0 100644 --- a/doc/CONTRIBUTORS +++ b/doc/CONTRIBUTORS @@ -1,6 +1,6 @@ -$Id: CONTRIBUTORS,v 1.5 2001-05-01 18:58:24 geuzaine Exp $ +$Id: CONTRIBUTORS,v 1.6 2002-01-21 18:49:17 geuzaine Exp $ -Gmsh is copyright (c) 1997-2001 by +Gmsh is copyright (c) 1997-2002 by Jean-François Remacle <remacle@scorec.rpi.edu> and Christophe Geuzaine <christophe.geuzaine@ulg.ac.be> -- GitLab