copyright: update to 2018
authorAnton Shestakov <av6@dwimlabs.net>
Sun, 21 Jan 2018 14:47:45 +0800
changeset 35774 854a7315603e
parent 35773 eb878d863195
child 35775 440e8fce29e7
copyright: update to 2018 January seems to be a good month to do this.
contrib/debian/copyright
contrib/win32/ReadMe.html
contrib/win32/mercurial.iss
contrib/wix/COPYING.rtf
mercurial/commands.py
mercurial/help/hg.1.txt
mercurial/help/hgignore.5.txt
mercurial/help/hgrc.5.txt
setup.py
--- a/contrib/debian/copyright	Sun Jan 21 14:46:26 2018 +0800
+++ b/contrib/debian/copyright	Sun Jan 21 14:47:45 2018 +0800
@@ -3,7 +3,7 @@
 Source: https://www.mercurial-scm.org/
 
 Files: *
-Copyright: 2005-2017, Matt Mackall <mpm@selenic.com> and others.
+Copyright: 2005-2018, Matt Mackall <mpm@selenic.com> 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
--- a/contrib/win32/ReadMe.html	Sun Jan 21 14:46:26 2018 +0800
+++ b/contrib/win32/ReadMe.html	Sun Jan 21 14:47:45 2018 +0800
@@ -140,7 +140,7 @@
     </p>
 
     <p>
-      Mercurial is Copyright 2005-2017 Matt Mackall and others. See
+      Mercurial is Copyright 2005-2018 Matt Mackall and others. See
       the <tt>Contributors.txt</tt> file for a list of contributors.
     </p>
 
--- a/contrib/win32/mercurial.iss	Sun Jan 21 14:46:26 2018 +0800
+++ b/contrib/win32/mercurial.iss	Sun Jan 21 14:47:45 2018 +0800
@@ -21,7 +21,7 @@
 #endif
 
 [Setup]
-AppCopyright=Copyright 2005-2017 Matt Mackall and others
+AppCopyright=Copyright 2005-2018 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-2017 Matt Mackall and others
+VersionInfoCopyright=Copyright 2005-2018 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	Sun Jan 21 14:46:26 2018 +0800
+++ b/mercurial/commands.py	Sun Jan 21 14:47:45 2018 +0800
@@ -5593,7 +5593,7 @@
              util.version())
     license = _(
         "(see https://mercurial-scm.org for more information)\n"
-        "\nCopyright (C) 2005-2017 Matt Mackall and others\n"
+        "\nCopyright (C) 2005-2018 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	Sun Jan 21 14:46:26 2018 +0800
+++ b/mercurial/help/hg.1.txt	Sun Jan 21 14:47:45 2018 +0800
@@ -112,7 +112,7 @@
 
 Copying
 """""""
-Copyright (C) 2005-2017 Matt Mackall.
+Copyright (C) 2005-2018 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	Sun Jan 21 14:46:26 2018 +0800
+++ b/mercurial/help/hgignore.5.txt	Sun Jan 21 14:47:45 2018 +0800
@@ -26,7 +26,7 @@
 Copying
 =======
 This manual page is copyright 2006 Vadim Gelfer.
-Mercurial is copyright 2005-2017 Matt Mackall.
+Mercurial is copyright 2005-2018 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	Sun Jan 21 14:46:26 2018 +0800
+++ b/mercurial/help/hgrc.5.txt	Sun Jan 21 14:47:45 2018 +0800
@@ -34,7 +34,7 @@
 Copying
 =======
 This manual page is copyright 2005 Bryan O'Sullivan.
-Mercurial is copyright 2005-2017 Matt Mackall.
+Mercurial is copyright 2005-2018 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	Sun Jan 21 14:46:26 2018 +0800
+++ b/setup.py	Sun Jan 21 14:47:45 2018 +0800
@@ -935,7 +935,7 @@
 if py2exeloaded:
     extra['console'] = [
         {'script':'hg',
-         'copyright':'Copyright (C) 2005-2017 Matt Mackall and others',
+         'copyright':'Copyright (C) 2005-2018 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))