copyright: update to 2016 stable
authortimeless <timeless@mozdev.org>
Thu, 21 Jan 2016 21:15:52 +0000
branchstable
changeset 27925 f6d73c8756e2
parent 27924 24361fb68cba
child 27926 4c6053a6b17d
copyright: update to 2016
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
tests/test-help.t
tests/test-hgrc.t
--- 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 @@
     </p>
 
     <p>
-      Mercurial is Copyright 2005-2015 Matt Mackall and others. See
+      Mercurial is Copyright 2005-2016 Matt Mackall and others. See
       the <tt>Contributors.txt</tt> file for a list of contributors.
     </p>
 
--- 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
Binary file contrib/wix/COPYING.rtf has changed
--- 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"
--- 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.
 
--- 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.
 
--- 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.
 
--- 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))
--- 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.
 
--- 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