##// END OF EJS Templates
update copyright date in version information
Benoit Allard -
r7829:b61e918e default
parent child Browse files
Show More
@@ -2942,7 +2942,7 b' def version_(ui):'
2942 ui.write(_("Mercurial Distributed SCM (version %s)\n")
2942 ui.write(_("Mercurial Distributed SCM (version %s)\n")
2943 % util.version())
2943 % util.version())
2944 ui.status(_(
2944 ui.status(_(
2945 "\nCopyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others\n"
2945 "\nCopyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
2946 "This is free software; see the source for copying conditions. "
2946 "This is free software; see the source for copying conditions. "
2947 "There is NO\nwarranty; "
2947 "There is NO\nwarranty; "
2948 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
2948 "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