##// END OF EJS Templates
update copyright notice in version output
Dirkjan Ochtman -
r5994:a445388a default
parent child Browse files
Show More
@@ -2662,7 +2662,7 b' def version_(ui):'
2662 ui.write(_("Mercurial Distributed SCM (version %s)\n")
2662 ui.write(_("Mercurial Distributed SCM (version %s)\n")
2663 % version.get_version())
2663 % version.get_version())
2664 ui.status(_(
2664 ui.status(_(
2665 "\nCopyright (C) 2005-2007 Matt Mackall <mpm@selenic.com> and others\n"
2665 "\nCopyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others\n"
2666 "This is free software; see the source for copying conditions. "
2666 "This is free software; see the source for copying conditions. "
2667 "There is NO\nwarranty; "
2667 "There is NO\nwarranty; "
2668 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
2668 "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