comparison mercurial/commands.py @ 10206:8b5ca9b9b435 stable

commands: update copyright year to 2010
author Martin Geisler <mg@lazybytes.net>
date Mon, 04 Jan 2010 01:09:23 +0100
parents 36760956f6d3
children f5e55f1ca927 43f8abcec42d
comparison
equal deleted inserted replaced
10203:6e26e3c2083f 10206:8b5ca9b9b435
3214 def version_(ui): 3214 def version_(ui):
3215 """output version and copyright information""" 3215 """output version and copyright information"""
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"
3223 )) 3223 ))
3224 3224