From fb742d317d140e73cc6b77ce05f0145488a069d2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 10 Apr 2011 09:19:24 +0000 Subject: [PATCH] cleanup --- CMakeLists.txt | 2 +- Common/DefaultOptions.h | 2 +- Fltk/aboutWindow.cpp | 2 +- Mesh/highOrderTools.cpp | 2 +- Mesh/highOrderTools.h | 2 +- doc/CREDITS.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 845f7c64a6..fa0915d5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to <gmsh@geuz.org>. diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 08b05b8699..25a2c2ac64 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -126,7 +126,7 @@ StringXString SolverOptions_String[] = { "Name of solver 0" }, { F|O, "Help0" , opt_solver_help0 , "A General environment for the treatment of Discrete Problems\n\n" - "Copyright (C) 1997-2010 Patrick Dular and Christophe Geuzaine\n\n" + "Copyright (C) 1997-2011 Patrick Dular and Christophe Geuzaine\n\n" "Visit http://www.geuz.org/getdp/ for more info", "Help string for solver 0" }, { F|O, "Executable0" , opt_solver_executable0 , diff --git a/Fltk/aboutWindow.cpp b/Fltk/aboutWindow.cpp index 4b84500cb6..b2c49b13e9 100644 --- a/Fltk/aboutWindow.cpp +++ b/Fltk/aboutWindow.cpp @@ -35,7 +35,7 @@ aboutWindow::aboutWindow() o->box(FL_FLAT_BOX); std::ostringstream sstream; sstream << "<center><h3>Gmsh</h3><br>version " << GetGmshVersion() - << "<p>Copyright (C) 1997-2010" + << "<p>Copyright (C) 1997-2011" << "<br>Christophe Geuzaine and Jean-Francois Remacle" << "<p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing " diff --git a/Mesh/highOrderTools.cpp b/Mesh/highOrderTools.cpp index cf46a8b496..df66775894 100644 --- a/Mesh/highOrderTools.cpp +++ b/Mesh/highOrderTools.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. diff --git a/Mesh/highOrderTools.h b/Mesh/highOrderTools.h index a740079138..75d7af6b5b 100644 --- a/Mesh/highOrderTools.h +++ b/Mesh/highOrderTools.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. diff --git a/doc/CREDITS.txt b/doc/CREDITS.txt index 6fcf6e5175..21d092e353 100644 --- a/doc/CREDITS.txt +++ b/doc/CREDITS.txt @@ -1,4 +1,4 @@ - Gmsh is copyright (C) 1997-2010 + Gmsh is copyright (C) 1997-2011 Christophe Geuzaine <cgeuzaine at ulg.ac.be> -- GitLab