# HG changeset patch # User Jesus Cea # Date 1425304324 -3600 # Node ID 8fe5fc8d7b8e4eec6d392c9dec0a4385d4270082 # Parent 903c7e8c97ad97dd579de976d4e62dd7af4965b4 copyright: update to 2015 Many files and translations have an outdated copyright date. Change that to the correct "2005-2015" dates. diff -r 903c7e8c97ad -r 8fe5fc8d7b8e contrib/win32/ReadMe.html --- 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 @@

- Mercurial is Copyright 2005-2014 Matt Mackall and others. See + Mercurial is Copyright 2005-2015 Matt Mackall and others. See the Contributors.txt file for a list of contributors.

diff -r 903c7e8c97ad -r 8fe5fc8d7b8e contrib/win32/mercurial.iss --- 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 diff -r 903c7e8c97ad -r 8fe5fc8d7b8e contrib/wix/COPYING.rtf Binary file contrib/wix/COPYING.rtf has changed diff -r 903c7e8c97ad -r 8fe5fc8d7b8e mercurial/commands.py --- 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" diff -r 903c7e8c97ad -r 8fe5fc8d7b8e mercurial/help/hg.1.txt --- 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. diff -r 903c7e8c97ad -r 8fe5fc8d7b8e mercurial/help/hgignore.5.txt --- 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. diff -r 903c7e8c97ad -r 8fe5fc8d7b8e mercurial/help/hgrc.5.txt --- 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. diff -r 903c7e8c97ad -r 8fe5fc8d7b8e setup.py --- 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)) diff -r 903c7e8c97ad -r 8fe5fc8d7b8e tests/test-help.t --- 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. diff -r 903c7e8c97ad -r 8fe5fc8d7b8e tests/test-hgrc.t --- 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