diff --git a/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java b/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java index 102c0628c873601799017b235652e43a1a4da8db..3b3e812b1b70cb1999753d1d95f6a64389e0de40 100644 --- a/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java +++ b/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (C) INRIA, 2006-2008. + * Copyright (C) INRIA, 2006-2009. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -386,7 +386,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile { protected String about() { return "<h1>Alignment server</h1><center>"+AlignmentService.class.getPackage().getImplementationTitle()+" "+AlignmentService.class.getPackage().getImplementationVersion()+"<br />" + "<center><a href=\"/html/\">Access</a></center>" - + "(C) INRIA Rhône-Alpes, 2006-2008<br />" + + "(C) INRIA Rhône-Alpes, 2006-2009<br />" + "<a href=\"http://alignapi.gforge.inria.fr\">http://alignapi.gforge.inria.fr</a>" + "</center>"; }