From 4558bf7db367edd36356ef60e8eed7cf8790c37b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 7 Feb 2014 07:37:12 +0000 Subject: [PATCH] pp --- Common/onelab.h | 2 +- Fltk/helpWindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/onelab.h b/Common/onelab.h index d79ef65fe0..3dce36d998 100644 --- a/Common/onelab.h +++ b/Common/onelab.h @@ -1,4 +1,4 @@ -// OneLab - Copyright (C) 2011-2013 ULg-UCL +// OneLab - Copyright (C) 2011-2014 ULg-UCL // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index f84c02d13e..083feb979f 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -281,7 +281,7 @@ helpWindow::helpWindow() o->box(FL_FLAT_BOX); std::ostringstream sstream; sstream << "<center><h3>Gmsh</h3><br>version " << GetGmshVersion() - << "<p>Copyright (C) 1997-2013" + << "<p>Copyright (C) 1997-2014" << "<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