From 43bca5c7f083aa6ed56b37b47b7700a299757806 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 10 Feb 2010 18:33:24 +0000 Subject: [PATCH] update copyright --- Fltk/aboutWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fltk/aboutWindow.cpp b/Fltk/aboutWindow.cpp index 4a7aaec283..e5a87e7c60 100644 --- a/Fltk/aboutWindow.cpp +++ b/Fltk/aboutWindow.cpp @@ -33,7 +33,7 @@ aboutWindow::aboutWindow() o->box(FL_FLAT_BOX); std::ostringstream sstream; sstream << "<center><h3>Gmsh</h3><br>version " << GetGmshVersion() - << "<p>Copyright (C) 1997-2009" + << "<p>Copyright (C) 1997-2010" << "<br>Christophe Geuzaine and Jean-François Remacle" << "<p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing " -- GitLab