Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 24191:8fe5fc8d7b8e
copyright: update to 2015
Many files and translations have an outdated copyright date.
Change that to the correct "2005-2015" dates.
author | Jesus Cea <jcea@jcea.es> |
---|---|
date | Mon, 02 Mar 2015 14:52:04 +0100 |
parents | 8b4b9ee6001a |
children | 02d7b5cd373b |
comparison
equal
deleted
inserted
replaced
24190:903c7e8c97ad | 24191:8fe5fc8d7b8e |
---|---|
6311 """output version and copyright information""" | 6311 """output version and copyright information""" |
6312 ui.write(_("Mercurial Distributed SCM (version %s)\n") | 6312 ui.write(_("Mercurial Distributed SCM (version %s)\n") |
6313 % util.version()) | 6313 % util.version()) |
6314 ui.status(_( | 6314 ui.status(_( |
6315 "(see http://mercurial.selenic.com for more information)\n" | 6315 "(see http://mercurial.selenic.com for more information)\n" |
6316 "\nCopyright (C) 2005-2014 Matt Mackall and others\n" | 6316 "\nCopyright (C) 2005-2015 Matt Mackall and others\n" |
6317 "This is free software; see the source for copying conditions. " | 6317 "This is free software; see the source for copying conditions. " |
6318 "There is NO\nwarranty; " | 6318 "There is NO\nwarranty; " |
6319 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 6319 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
6320 )) | 6320 )) |
6321 | 6321 |