# HG changeset patch # User Matt Harbison # Date 1579929364 18000 # Node ID 0ab651b5f77c41489e78010bc601fd821fba7c80 # Parent 5d85e9ddc7b9c73dd17b5e2948de1c5d2e3e993b copyright: update to 2020 Differential Revision: https://phab.mercurial-scm.org/D8006 diff -r 5d85e9ddc7b9 -r 0ab651b5f77c contrib/packaging/debian/copyright --- a/contrib/packaging/debian/copyright Sat Jan 25 01:06:46 2020 -0500 +++ b/contrib/packaging/debian/copyright Sat Jan 25 00:16:04 2020 -0500 @@ -3,7 +3,7 @@ Source: https://www.mercurial-scm.org/ Files: * -Copyright: 2005-2019, Matt Mackall and others. +Copyright: 2005-2020, Matt Mackall and others. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -r 5d85e9ddc7b9 -r 0ab651b5f77c contrib/packaging/inno/mercurial.iss --- a/contrib/packaging/inno/mercurial.iss Sat Jan 25 01:06:46 2020 -0500 +++ b/contrib/packaging/inno/mercurial.iss Sat Jan 25 00:16:04 2020 -0500 @@ -6,7 +6,7 @@ #endif [Setup] -AppCopyright=Copyright 2005-2019 Matt Mackall and others +AppCopyright=Copyright 2005-2020 Matt Mackall and others AppName=Mercurial AppVersion={#VERSION} #if ARCH == "x64" @@ -30,7 +30,7 @@ DefaultDirName={pf}\Mercurial SourceDir=stage VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) -VersionInfoCopyright=Copyright 2005-2019 Matt Mackall and others +VersionInfoCopyright=Copyright 2005-2020 Matt Mackall and others VersionInfoCompany=Matt Mackall and others InternalCompressLevel=max SolidCompression=true diff -r 5d85e9ddc7b9 -r 0ab651b5f77c contrib/packaging/wix/COPYING.rtf Binary file contrib/packaging/wix/COPYING.rtf has changed diff -r 5d85e9ddc7b9 -r 0ab651b5f77c contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html Sat Jan 25 01:06:46 2020 -0500 +++ b/contrib/win32/ReadMe.html Sat Jan 25 00:16:04 2020 -0500 @@ -140,7 +140,7 @@

- Mercurial is Copyright 2005-2019 Matt Mackall and others. + Mercurial is Copyright 2005-2020 Matt Mackall and others.

diff -r 5d85e9ddc7b9 -r 0ab651b5f77c mercurial/commands.py --- a/mercurial/commands.py Sat Jan 25 01:06:46 2020 -0500 +++ b/mercurial/commands.py Sat Jan 25 00:16:04 2020 -0500 @@ -7779,7 +7779,7 @@ ) license = _( b"(see https://mercurial-scm.org for more information)\n" - b"\nCopyright (C) 2005-2019 Matt Mackall and others\n" + b"\nCopyright (C) 2005-2020 Matt Mackall and others\n" b"This is free software; see the source for copying conditions. " b"There is NO\nwarranty; " b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" diff -r 5d85e9ddc7b9 -r 0ab651b5f77c mercurial/helptext/hg.1.txt --- a/mercurial/helptext/hg.1.txt Sat Jan 25 01:06:46 2020 -0500 +++ b/mercurial/helptext/hg.1.txt Sat Jan 25 00:16:04 2020 -0500 @@ -112,7 +112,7 @@ Copying """"""" -Copyright (C) 2005-2019 Matt Mackall. +Copyright (C) 2005-2020 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 5d85e9ddc7b9 -r 0ab651b5f77c mercurial/helptext/hgignore.5.txt --- a/mercurial/helptext/hgignore.5.txt Sat Jan 25 01:06:46 2020 -0500 +++ b/mercurial/helptext/hgignore.5.txt Sat Jan 25 00:16:04 2020 -0500 @@ -26,7 +26,7 @@ Copying ======= This manual page is copyright 2006 Vadim Gelfer. -Mercurial is copyright 2005-2019 Matt Mackall. +Mercurial is copyright 2005-2020 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 5d85e9ddc7b9 -r 0ab651b5f77c mercurial/helptext/hgrc.5.txt --- a/mercurial/helptext/hgrc.5.txt Sat Jan 25 01:06:46 2020 -0500 +++ b/mercurial/helptext/hgrc.5.txt Sat Jan 25 00:16:04 2020 -0500 @@ -34,7 +34,7 @@ Copying ======= This manual page is copyright 2005 Bryan O'Sullivan. -Mercurial is copyright 2005-2019 Matt Mackall. +Mercurial is copyright 2005-2020 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 5d85e9ddc7b9 -r 0ab651b5f77c setup.py --- a/setup.py Sat Jan 25 01:06:46 2020 -0500 +++ b/setup.py Sat Jan 25 00:16:04 2020 -0500 @@ -1599,7 +1599,7 @@ extra['console'] = [ { 'script': 'hg', - 'copyright': 'Copyright (C) 2005-2019 Matt Mackall and others', + 'copyright': 'Copyright (C) 2005-2020 Matt Mackall and others', 'product_version': version, } ]