diff setup.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 6bc1702e7333
children 390410a6545d
line wrap: on
line diff
--- a/setup.py	Wed Jan 21 22:09:32 2015 -0500
+++ b/setup.py	Mon Mar 02 14:52:04 2015 +0100
@@ -555,7 +555,7 @@
 if py2exeloaded:
     extra['console'] = [
         {'script':'hg',
-         'copyright':'Copyright (C) 2005-2010 Matt Mackall and others',
+         'copyright':'Copyright (C) 2005-2015 Matt Mackall and others',
          'product_version':version}]
     # sub command of 'build' because 'py2exe' does not handle sub_commands
     build.sub_commands.insert(0, ('build_hgextindex', None))