Skip to content
Snippets Groups Projects
Commit ae24d6e6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

onelab copyright

parent b374fd0d
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
{ {
[super viewDidLoad]; [super viewDidLoad];
// Do any additional setup after loading the view. // Do any additional setup after loading the view.
[self.aboutView loadHTMLString:[NSString stringWithFormat:@"<center><h3>Onelab for iOS</h3>Version %@<p>Visit <a href=\"http://onelab.info/\">http://onelab.info/</a> for more information</p><h3>Gmsh</h3>Version %s<p>Copyright (C) 1997-2014<br>Christophe Geuzaine and Jean-Francois Remacle</p><p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing information</a><p>Please send all questions and bug reports to <a href=\"mailto:gmsh@geuz.org\">gmsh@geuz.org</a></center><ul><li><i>Build OS:</i> %s</li><li><i>Build date:</i> %s</li><li><i>Build options:</i> %s</li></ul><center><p>Visit <a href=\"http://geuz.org/gmsh/\">http://geuz.org/gmsh/</a> for more information</p><h3>GetDP</h3>Version %s<p>Copyright (C) 1997-2014<br>Christophe Geuzaine and Patrick Dular</p><p><a href=\"http://geuz.org/getdp/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/getdp/doc/LICENSE.txt\">licensing information</a><p>Please send all questions and bug reports to <a href=\"mailto:getdp@geuz.org\">getdp@geuz.org</a></center><ul><li><i>Build OS:</i> %s</li><li><i>Build date:</i> %s</li><li><i>Build options:</i> %s</li></ul><center><p>Visit <a href=\"http://geuz.org/getdp/\">http://geuz.org/getdp/</a> for more information</p></center>", [self.aboutView loadHTMLString:[NSString stringWithFormat:@"<center><h3>Onelab/Mobile</h3>Version %@<p>Copyright (C) 2014<br>Maxime Graulich and Christophe Geuzaine, University of Li&egrave;ge</p><p>Visit <a href=\"http://onelab.info/\">http://onelab.info/</a> for more information</p><h3>Gmsh</h3>Version %s<p>Copyright (C) 1997-2014<br>Christophe Geuzaine and Jean-Fran&ccedil;ois Remacle</p><p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing information</a><p>Please send all questions and bug reports to <a href=\"mailto:gmsh@geuz.org\">gmsh@geuz.org</a></center><ul><li><i>Build OS:</i> %s</li><li><i>Build date:</i> %s</li><li><i>Build options:</i> %s</li></ul><center><p>Visit <a href=\"http://geuz.org/gmsh/\">http://geuz.org/gmsh/</a> for more information</p><h3>GetDP</h3>Version %s<p>Copyright (C) 1997-2014<br>Christophe Geuzaine and Patrick Dular, University of Li&egrave;ge</p><p><a href=\"http://geuz.org/getdp/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/getdp/doc/LICENSE.txt\">licensing information</a><p>Please send all questions and bug reports to <a href=\"mailto:getdp@geuz.org\">getdp@geuz.org</a></center><ul><li><i>Build OS:</i> %s</li><li><i>Build date:</i> %s</li><li><i>Build options:</i> %s</li></ul><center><p>Visit <a href=\"http://geuz.org/getdp/\">http://geuz.org/getdp/</a> for more information</p></center>",
[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"], [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"],
GMSH_VERSION, GMSH_VERSION,
GMSH_OS, GMSH_OS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment