Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exe/webui/aboutpage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/exe/webui/aboutpage.py b/exe/webui/aboutpage.py
index 5a3246f..af587bf 100644
--- a/exe/webui/aboutpage.py
+++ b/exe/webui/aboutpage.py
@@ -1,7 +1,7 @@
# ===========================================================================
# eXe
# Copyright 2004-2006, University of Auckland
-# Copyright 2004-2009 eXe Project, http://eXeLearning.org/
+# Copyright 2004-2010 eXe Project, http://eXeLearning.org/
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -82,7 +82,7 @@ class AboutPage(RenderableResource):
xul += u' <label id="revision" style="text-align: center;" \n'
xul += u' value="Revision: '+version.revision+'" />\n'
xul += u' <description id="copyright">'
- xul += u'Copyright 2004-2009 eXe Project,<html:br/>'
+ xul += u'Copyright 2004-2010 eXe Project,<html:br/>'
xul += u' http://eXeLearning.org/<html:br/>\n'
xul += u'<html:br/>\n'
xul += u'email: exe@exelearning.org\n'