From 3f6084c271f842a36b7026c115fbfab22b249f4a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 21 Jan 2012 14:07:15 +0000
Subject: [PATCH] copyright update

---
 Fltk/aboutWindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/aboutWindow.cpp b/Fltk/aboutWindow.cpp
index c39cd151fb..8679f79e4b 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-2011"
+          << "<p>Copyright (C) 1997-2012"
           << "<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 "
-- 
GitLab