copyright: update to 2015
Many files and translations have an outdated copyright date.
Change that to the correct "2005-2015" dates.
--- a/contrib/win32/ReadMe.html Wed Jan 21 22:09:32 2015 -0500
+++ b/contrib/win32/ReadMe.html Mon Mar 02 14:52:04 2015 +0100
@@ -140,7 +140,7 @@
</p>
<p>
- Mercurial is Copyright 2005-2014 Matt Mackall and others. See
+ Mercurial is Copyright 2005-2015 Matt Mackall and others. See
the <tt>Contributors.txt</tt> file for a list of contributors.
</p>
--- a/contrib/win32/mercurial.iss Wed Jan 21 22:09:32 2015 -0500
+++ b/contrib/win32/mercurial.iss Mon Mar 02 14:52:04 2015 +0100
@@ -21,7 +21,7 @@
#endif
[Setup]
-AppCopyright=Copyright 2005-2010 Matt Mackall and others
+AppCopyright=Copyright 2005-2015 Matt Mackall and others
AppName=Mercurial
#if ARCH == "x64"
AppVerName=Mercurial {#VERSION} (64-bit)
@@ -44,7 +44,7 @@
DefaultDirName={pf}\Mercurial
SourceDir=..\..
VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
-VersionInfoCopyright=Copyright 2005-2010 Matt Mackall and others
+VersionInfoCopyright=Copyright 2005-2015 Matt Mackall and others
VersionInfoCompany=Matt Mackall and others
InternalCompressLevel=max
SolidCompression=true
Binary file contrib/wix/COPYING.rtf has changed
--- a/mercurial/commands.py Wed Jan 21 22:09:32 2015 -0500
+++ b/mercurial/commands.py Mon Mar 02 14:52:04 2015 +0100
@@ -6313,7 +6313,7 @@
% util.version())
ui.status(_(
"(see http://mercurial.selenic.com for more information)\n"
- "\nCopyright (C) 2005-2014 Matt Mackall and others\n"
+ "\nCopyright (C) 2005-2015 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"
--- a/mercurial/help/hg.1.txt Wed Jan 21 22:09:32 2015 -0500
+++ b/mercurial/help/hg.1.txt Mon Mar 02 14:52:04 2015 +0100
@@ -112,7 +112,7 @@
Copying
"""""""
-Copyright (C) 2005-2014 Matt Mackall.
+Copyright (C) 2005-2015 Matt Mackall.
Free use of this software is granted under the terms of the GNU General
Public License version 2 or any later version.
--- a/mercurial/help/hgignore.5.txt Wed Jan 21 22:09:32 2015 -0500
+++ b/mercurial/help/hgignore.5.txt Mon Mar 02 14:52:04 2015 +0100
@@ -26,7 +26,7 @@
Copying
=======
This manual page is copyright 2006 Vadim Gelfer.
-Mercurial is copyright 2005-2014 Matt Mackall.
+Mercurial is copyright 2005-2015 Matt Mackall.
Free use of this software is granted under the terms of the GNU General
Public License version 2 or any later version.
--- a/mercurial/help/hgrc.5.txt Wed Jan 21 22:09:32 2015 -0500
+++ b/mercurial/help/hgrc.5.txt Mon Mar 02 14:52:04 2015 +0100
@@ -34,7 +34,7 @@
Copying
=======
This manual page is copyright 2005 Bryan O'Sullivan.
-Mercurial is copyright 2005-2014 Matt Mackall.
+Mercurial is copyright 2005-2015 Matt Mackall.
Free use of this software is granted under the terms of the GNU General
Public License version 2 or any later version.
--- 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))
--- a/tests/test-help.t Wed Jan 21 22:09:32 2015 -0500
+++ b/tests/test-help.t Mon Mar 02 14:52:04 2015 +0100
@@ -411,7 +411,7 @@
Mercurial Distributed SCM (version *) (glob)
(see http://mercurial.selenic.com for more information)
- Copyright (C) 2005-2014 Matt Mackall and others
+ Copyright (C) 2005-2015 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- a/tests/test-hgrc.t Wed Jan 21 22:09:32 2015 -0500
+++ b/tests/test-hgrc.t Mon Mar 02 14:52:04 2015 +0100
@@ -71,7 +71,7 @@
Mercurial Distributed SCM (version *) (glob)
(see http://mercurial.selenic.com for more information)
- Copyright (C) 2005-2014 Matt Mackall and others
+ Copyright (C) 2005-2015 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ unset FAKEPATH