# HG changeset patch # User Martin Geisler # Date 2010-01-04 00:09:23 # Node ID 8b5ca9b9b435380ee3dde45eadb61cefa10a13f2 # Parent 6e26e3c2083fa67987cca6849bf6f86221c31e7e commands: update copyright year to 2010 diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3216,7 +3216,7 @@ def version_(ui): ui.write(_("Mercurial Distributed SCM (version %s)\n") % util.version()) ui.status(_( - "\nCopyright (C) 2005-2009 Matt Mackall and others\n" + "\nCopyright (C) 2005-2010 Matt Mackall 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"