[PATCH] 18n-*: Update copyright date

Jesus Cea jcea at jcea.es
Mon Mar 2 14:03:53 UTC 2015


# HG changeset patch
# User Jesus Cea <jcea at jcea.es>
# Date 1425304324 -3600
#      Mon Mar 02 14:52:04 2015 +0100
# Branch stable
# Node ID 3036e10a09628a4d416138d6ffa019d9b9b1cb0d
# Parent  80af610c4ffbf42240dbd08458a546a009d6a58f
18n-*: Update copyright date

Many files and translations have an outdated copyright date.
Change that to the correct "2005-2015" dates.

I have updated the i18n repository too:
https://bitbucket.org/mg/hg-i18n/pull-request/7/update-copyright-dates/diff

diff -r 80af610c4ffb -r 3036e10a0962 contrib/win32/ReadMe.html
--- a/contrib/win32/ReadMe.html	Mon Mar 02 01:06:31 2015 -0600
+++ b/contrib/win32/ReadMe.html	Mon Mar 02 14:52:04 2015 +0100
@@ -140,7 +140,7 @@
     </p>
 
     <p>
-      Mercurial is Copyright 2005-2014 Matt Mackall and others. See
+      Mercurial is Copyright 2005-2015 Matt Mackall and others. See
       the <tt>Contributors.txt</tt> file for a list of contributors.
     </p>
 
diff -r 80af610c4ffb -r 3036e10a0962 contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss	Mon Mar 02 01:06:31 2015 -0600
+++ b/contrib/win32/mercurial.iss	Mon Mar 02 14:52:04 2015 +0100
@@ -21,7 +21,7 @@
 #endif
 
 [Setup]
-AppCopyright=Copyright 2005-2010 Matt Mackall and others
+AppCopyright=Copyright 2005-2015 Matt Mackall and others
 AppName=Mercurial
 #if ARCH == "x64"
 AppVerName=Mercurial {#VERSION} (64-bit)
@@ -44,7 +44,7 @@
 DefaultDirName={pf}\Mercurial
 SourceDir=..\..
 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
-VersionInfoCopyright=Copyright 2005-2010 Matt Mackall and others
+VersionInfoCopyright=Copyright 2005-2015 Matt Mackall and others
 VersionInfoCompany=Matt Mackall and others
 InternalCompressLevel=max
 SolidCompression=true
diff -r 80af610c4ffb -r 3036e10a0962 contrib/wix/COPYING.rtf
Binary file contrib/wix/COPYING.rtf has changed
diff -r 80af610c4ffb -r 3036e10a0962 mercurial/commands.py
--- a/mercurial/commands.py	Mon Mar 02 01:06:31 2015 -0600
+++ b/mercurial/commands.py	Mon Mar 02 14:52:04 2015 +0100
@@ -6303,7 +6303,7 @@
              % util.version())
     ui.status(_(
         "(see http://mercurial.selenic.com for more information)\n"
-        "\nCopyright (C) 2005-2014 Matt Mackall and others\n"
+        "\nCopyright (C) 2005-2015 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 80af610c4ffb -r 3036e10a0962 mercurial/help/hg.1.txt
--- a/mercurial/help/hg.1.txt	Mon Mar 02 01:06:31 2015 -0600
+++ b/mercurial/help/hg.1.txt	Mon Mar 02 14:52:04 2015 +0100
@@ -112,7 +112,7 @@
 
 Copying
 """""""
-Copyright (C) 2005-2014 Matt Mackall.
+Copyright (C) 2005-2015 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 80af610c4ffb -r 3036e10a0962 mercurial/help/hgignore.5.txt
--- a/mercurial/help/hgignore.5.txt	Mon Mar 02 01:06:31 2015 -0600
+++ b/mercurial/help/hgignore.5.txt	Mon Mar 02 14:52:04 2015 +0100
@@ -26,7 +26,7 @@
 Copying
 =======
 This manual page is copyright 2006 Vadim Gelfer.
-Mercurial is copyright 2005-2014 Matt Mackall.
+Mercurial is copyright 2005-2015 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 80af610c4ffb -r 3036e10a0962 mercurial/help/hgrc.5.txt
--- a/mercurial/help/hgrc.5.txt	Mon Mar 02 01:06:31 2015 -0600
+++ b/mercurial/help/hgrc.5.txt	Mon Mar 02 14:52:04 2015 +0100
@@ -34,7 +34,7 @@
 Copying
 =======
 This manual page is copyright 2005 Bryan O'Sullivan.
-Mercurial is copyright 2005-2014 Matt Mackall.
+Mercurial is copyright 2005-2015 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 80af610c4ffb -r 3036e10a0962 setup.py
--- a/setup.py	Mon Mar 02 01:06:31 2015 -0600
+++ b/setup.py	Mon Mar 02 14:52:04 2015 +0100
@@ -555,7 +555,7 @@
 if py2exeloaded:
     extra['console'] = [
         {'script':'hg',
-         'copyright':'Copyright (C) 2005-2010 Matt Mackall and others',
+         'copyright':'Copyright (C) 2005-2015 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 80af610c4ffb -r 3036e10a0962 tests/test-help.t
--- a/tests/test-help.t	Mon Mar 02 01:06:31 2015 -0600
+++ b/tests/test-help.t	Mon Mar 02 14:52:04 2015 +0100
@@ -411,7 +411,7 @@
   Mercurial Distributed SCM (version *) (glob)
   (see http://mercurial.selenic.com for more information)
   
-  Copyright (C) 2005-2014 Matt Mackall and others
+  Copyright (C) 2005-2015 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 80af610c4ffb -r 3036e10a0962 tests/test-hgrc.t
--- a/tests/test-hgrc.t	Mon Mar 02 01:06:31 2015 -0600
+++ b/tests/test-hgrc.t	Mon Mar 02 14:52:04 2015 +0100
@@ -71,7 +71,7 @@
   Mercurial Distributed SCM (version *) (glob)
   (see http://mercurial.selenic.com for more information)
   
-  Copyright (C) 2005-2014 Matt Mackall and others
+  Copyright (C) 2005-2015 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


More information about the Mercurial-devel mailing list