# HG changeset patch # User Dirkjan Ochtman # Date 2008-02-01 09:31:15 # Node ID a445388aa554b657f1eb448953ac04dc07b2bb74 # Parent 948a41e77902313de6d58e6cda8152614604b148 update copyright notice in version output diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2662,7 +2662,7 @@ def version_(ui): ui.write(_("Mercurial Distributed SCM (version %s)\n") % version.get_version()) ui.status(_( - "\nCopyright (C) 2005-2007 Matt Mackall and others\n" + "\nCopyright (C) 2005-2008 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"