# HG changeset patch # User Anton Shestakov # Date 1548912741 -28800 # Node ID 8427fea0401708ba95a27810163c17cee54ed4b0 # Parent 189e06b2d7196c6bf5158fd703bc7ebbe6ae88f1 copyright: update to 2019 Differential Revision: https://phab.mercurial-scm.org/D5779 diff -r 189e06b2d719 -r 8427fea04017 contrib/packaging/debian/copyright --- a/contrib/packaging/debian/copyright Thu Jan 24 18:22:47 2019 -0500 +++ b/contrib/packaging/debian/copyright Thu Jan 31 13:32:21 2019 +0800 @@ -3,7 +3,7 @@ Source: https://www.mercurial-scm.org/ Files: * -Copyright: 2005-2018, Matt Mackall and others. +Copyright: 2005-2019, 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 189e06b2d719 -r 8427fea04017 contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html Thu Jan 24 18:22:47 2019 -0500 +++ b/contrib/win32/ReadMe.html Thu Jan 31 13:32:21 2019 +0800 @@ -140,7 +140,7 @@

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

diff -r 189e06b2d719 -r 8427fea04017 contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss Thu Jan 24 18:22:47 2019 -0500 +++ b/contrib/win32/mercurial.iss Thu Jan 31 13:32:21 2019 +0800 @@ -21,7 +21,7 @@ #endif [Setup] -AppCopyright=Copyright 2005-2018 Matt Mackall and others +AppCopyright=Copyright 2005-2019 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-2018 Matt Mackall and others +VersionInfoCopyright=Copyright 2005-2019 Matt Mackall and others VersionInfoCompany=Matt Mackall and others InternalCompressLevel=max SolidCompression=true diff -r 189e06b2d719 -r 8427fea04017 contrib/wix/COPYING.rtf Binary file contrib/wix/COPYING.rtf has changed diff -r 189e06b2d719 -r 8427fea04017 mercurial/commands.py --- a/mercurial/commands.py Thu Jan 24 18:22:47 2019 -0500 +++ b/mercurial/commands.py Thu Jan 31 13:32:21 2019 +0800 @@ -6166,7 +6166,7 @@ util.version()) license = _( "(see https://mercurial-scm.org for more information)\n" - "\nCopyright (C) 2005-2018 Matt Mackall and others\n" + "\nCopyright (C) 2005-2019 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 189e06b2d719 -r 8427fea04017 mercurial/help/hg.1.txt --- a/mercurial/help/hg.1.txt Thu Jan 24 18:22:47 2019 -0500 +++ b/mercurial/help/hg.1.txt Thu Jan 31 13:32:21 2019 +0800 @@ -112,7 +112,7 @@ Copying """"""" -Copyright (C) 2005-2018 Matt Mackall. +Copyright (C) 2005-2019 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 189e06b2d719 -r 8427fea04017 mercurial/help/hgignore.5.txt --- a/mercurial/help/hgignore.5.txt Thu Jan 24 18:22:47 2019 -0500 +++ b/mercurial/help/hgignore.5.txt Thu Jan 31 13:32:21 2019 +0800 @@ -26,7 +26,7 @@ Copying ======= This manual page is copyright 2006 Vadim Gelfer. -Mercurial is copyright 2005-2018 Matt Mackall. +Mercurial is copyright 2005-2019 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 189e06b2d719 -r 8427fea04017 mercurial/help/hgrc.5.txt --- a/mercurial/help/hgrc.5.txt Thu Jan 24 18:22:47 2019 -0500 +++ b/mercurial/help/hgrc.5.txt Thu Jan 31 13:32:21 2019 +0800 @@ -34,7 +34,7 @@ Copying ======= This manual page is copyright 2005 Bryan O'Sullivan. -Mercurial is copyright 2005-2018 Matt Mackall. +Mercurial is copyright 2005-2019 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 189e06b2d719 -r 8427fea04017 setup.py --- a/setup.py Thu Jan 24 18:22:47 2019 -0500 +++ b/setup.py Thu Jan 31 13:32:21 2019 +0800 @@ -1134,7 +1134,7 @@ if py2exeloaded: extra['console'] = [ {'script':'hg', - 'copyright':'Copyright (C) 2005-2018 Matt Mackall and others', + 'copyright':'Copyright (C) 2005-2019 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))