# HG changeset patch # User timeless # Date 1453410952 0 # Node ID f6d73c8756e2e7db78a7622ce475b49723dd0ca3 # Parent 24361fb68cba49716136db044da326c48da40408 copyright: update to 2016 diff -r 24361fb68cba -r f6d73c8756e2 contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html Tue Jan 19 15:18:21 2016 -0800 +++ b/contrib/win32/ReadMe.html Thu Jan 21 21:15:52 2016 +0000 @@ -140,7 +140,7 @@

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

diff -r 24361fb68cba -r f6d73c8756e2 contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss Tue Jan 19 15:18:21 2016 -0800 +++ b/contrib/win32/mercurial.iss Thu Jan 21 21:15:52 2016 +0000 @@ -21,7 +21,7 @@ #endif [Setup] -AppCopyright=Copyright 2005-2015 Matt Mackall and others +AppCopyright=Copyright 2005-2016 Matt Mackall and others AppName=Mercurial AppVersion={#VERSION} #if ARCH == "x64" @@ -45,7 +45,7 @@ DefaultDirName={pf}\Mercurial SourceDir=..\.. VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) -VersionInfoCopyright=Copyright 2005-2015 Matt Mackall and others +VersionInfoCopyright=Copyright 2005-2016 Matt Mackall and others VersionInfoCompany=Matt Mackall and others InternalCompressLevel=max SolidCompression=true diff -r 24361fb68cba -r f6d73c8756e2 contrib/wix/COPYING.rtf Binary file contrib/wix/COPYING.rtf has changed diff -r 24361fb68cba -r f6d73c8756e2 mercurial/commands.py --- a/mercurial/commands.py Tue Jan 19 15:18:21 2016 -0800 +++ b/mercurial/commands.py Thu Jan 21 21:15:52 2016 +0000 @@ -7018,7 +7018,7 @@ % util.version()) ui.status(_( "(see https://mercurial-scm.org for more information)\n" - "\nCopyright (C) 2005-2015 Matt Mackall and others\n" + "\nCopyright (C) 2005-2016 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 24361fb68cba -r f6d73c8756e2 mercurial/help/hg.1.txt --- a/mercurial/help/hg.1.txt Tue Jan 19 15:18:21 2016 -0800 +++ b/mercurial/help/hg.1.txt Thu Jan 21 21:15:52 2016 +0000 @@ -112,7 +112,7 @@ Copying """"""" -Copyright (C) 2005-2015 Matt Mackall. +Copyright (C) 2005-2016 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 24361fb68cba -r f6d73c8756e2 mercurial/help/hgignore.5.txt --- a/mercurial/help/hgignore.5.txt Tue Jan 19 15:18:21 2016 -0800 +++ b/mercurial/help/hgignore.5.txt Thu Jan 21 21:15:52 2016 +0000 @@ -26,7 +26,7 @@ Copying ======= This manual page is copyright 2006 Vadim Gelfer. -Mercurial is copyright 2005-2015 Matt Mackall. +Mercurial is copyright 2005-2016 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 24361fb68cba -r f6d73c8756e2 mercurial/help/hgrc.5.txt --- a/mercurial/help/hgrc.5.txt Tue Jan 19 15:18:21 2016 -0800 +++ b/mercurial/help/hgrc.5.txt Thu Jan 21 21:15:52 2016 +0000 @@ -34,7 +34,7 @@ Copying ======= This manual page is copyright 2005 Bryan O'Sullivan. -Mercurial is copyright 2005-2015 Matt Mackall. +Mercurial is copyright 2005-2016 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 24361fb68cba -r f6d73c8756e2 setup.py --- a/setup.py Tue Jan 19 15:18:21 2016 -0800 +++ b/setup.py Thu Jan 21 21:15:52 2016 +0000 @@ -613,7 +613,7 @@ if py2exeloaded: extra['console'] = [ {'script':'hg', - 'copyright':'Copyright (C) 2005-2015 Matt Mackall and others', + 'copyright':'Copyright (C) 2005-2016 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 24361fb68cba -r f6d73c8756e2 tests/test-help.t --- a/tests/test-help.t Tue Jan 19 15:18:21 2016 -0800 +++ b/tests/test-help.t Thu Jan 21 21:15:52 2016 +0000 @@ -436,7 +436,7 @@ Mercurial Distributed SCM (version *) (glob) (see https://mercurial-scm.org for more information) - Copyright (C) 2005-2015 Matt Mackall and others + Copyright (C) 2005-2016 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 24361fb68cba -r f6d73c8756e2 tests/test-hgrc.t --- a/tests/test-hgrc.t Tue Jan 19 15:18:21 2016 -0800 +++ b/tests/test-hgrc.t Thu Jan 21 21:15:52 2016 +0000 @@ -71,7 +71,7 @@ Mercurial Distributed SCM (version *) (glob) (see https://mercurial-scm.org for more information) - Copyright (C) 2005-2015 Matt Mackall and others + Copyright (C) 2005-2016 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