##// END OF EJS Templates
commands: update copyright year to 2010
Martin Geisler -
r10206:8b5ca9b9 stable
parent child Browse files
Show More
@@ -3216,7 +3216,7 b' def version_(ui):'
3216 ui.write(_("Mercurial Distributed SCM (version %s)\n")
3216 ui.write(_("Mercurial Distributed SCM (version %s)\n")
3217 % util.version())
3217 % util.version())
3218 ui.status(_(
3218 ui.status(_(
3219 "\nCopyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
3219 "\nCopyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
3220 "This is free software; see the source for copying conditions. "
3220 "This is free software; see the source for copying conditions. "
3221 "There is NO\nwarranty; "
3221 "There is NO\nwarranty; "
3222 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
3222 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
General Comments 0
You need to be logged in to leave comments. Login now