comparison mercurial/commands.py @ 19434:7228cc98ca7d

version: bump copyright year
author Siddharth Agarwal <sid0@fb.com>
date Wed, 17 Jul 2013 17:34:30 -0700
parents b2b08be5f556
children f4148c36f0aa
comparison
equal deleted inserted replaced
19433:a79b21ece345 19434:7228cc98ca7d
5873 """output version and copyright information""" 5873 """output version and copyright information"""
5874 ui.write(_("Mercurial Distributed SCM (version %s)\n") 5874 ui.write(_("Mercurial Distributed SCM (version %s)\n")
5875 % util.version()) 5875 % util.version())
5876 ui.status(_( 5876 ui.status(_(
5877 "(see http://mercurial.selenic.com for more information)\n" 5877 "(see http://mercurial.selenic.com for more information)\n"
5878 "\nCopyright (C) 2005-2012 Matt Mackall and others\n" 5878 "\nCopyright (C) 2005-2013 Matt Mackall and others\n"
5879 "This is free software; see the source for copying conditions. " 5879 "This is free software; see the source for copying conditions. "
5880 "There is NO\nwarranty; " 5880 "There is NO\nwarranty; "
5881 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 5881 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5882 )) 5882 ))
5883 5883