Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2bcfeb1b authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- updated copyright date

parent 10bea0df
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id$ * $Id$
* *
* Copyright (C) INRIA, 2006-2008. * Copyright (C) INRIA, 2006-2009.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License
...@@ -386,7 +386,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile { ...@@ -386,7 +386,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
protected String about() { protected String about() {
return "<h1>Alignment server</h1><center>"+AlignmentService.class.getPackage().getImplementationTitle()+" "+AlignmentService.class.getPackage().getImplementationVersion()+"<br />" return "<h1>Alignment server</h1><center>"+AlignmentService.class.getPackage().getImplementationTitle()+" "+AlignmentService.class.getPackage().getImplementationVersion()+"<br />"
+ "<center><a href=\"/html/\">Access</a></center>" + "<center><a href=\"/html/\">Access</a></center>"
+ "(C) INRIA Rh&ocirc;ne-Alpes, 2006-2008<br />" + "(C) INRIA Rh&ocirc;ne-Alpes, 2006-2009<br />"
+ "<a href=\"http://alignapi.gforge.inria.fr\">http://alignapi.gforge.inria.fr</a>" + "<a href=\"http://alignapi.gforge.inria.fr\">http://alignapi.gforge.inria.fr</a>"
+ "</center>"; + "</center>";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment