update copyright date in version information
authorBenoit Allard <benoit@aeteurope.nl>
Thu, 05 Mar 2009 10:38:39 +0100
changeset 7829 b61e918ea767
parent 7828 f51e2263d2aa
child 7830 55bd03e2e13c
update copyright date in version information
mercurial/commands.py
--- a/mercurial/commands.py	Thu Mar 05 14:44:13 2009 +0800
+++ b/mercurial/commands.py	Thu Mar 05 10:38:39 2009 +0100
@@ -2942,7 +2942,7 @@
     ui.write(_("Mercurial Distributed SCM (version %s)\n")
              % util.version())
     ui.status(_(
-        "\nCopyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others\n"
+        "\nCopyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
         "This is free software; see the source for copying conditions. "
         "There is NO\nwarranty; "
         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"