Show More
@@ -3,7 +3,7 b' Upstream-Name: mercurial' | |||
|
3 | 3 | Source: https://www.mercurial-scm.org/ |
|
4 | 4 | |
|
5 | 5 | Files: * |
|
6 |
Copyright: 2005-201 |
|
|
6 | Copyright: 2005-2019, Matt Mackall <mpm@selenic.com> and others. | |
|
7 | 7 | License: GPL-2+ |
|
8 | 8 | This program is free software; you can redistribute it |
|
9 | 9 | and/or modify it under the terms of the GNU General Public |
@@ -140,7 +140,7 b' editor = whatever' | |||
|
140 | 140 | </p> |
|
141 | 141 | |
|
142 | 142 | <p> |
|
143 |
Mercurial is Copyright 2005-201 |
|
|
143 | Mercurial is Copyright 2005-2019 Matt Mackall and others. See | |
|
144 | 144 | the <tt>Contributors.txt</tt> file for a list of contributors. |
|
145 | 145 | </p> |
|
146 | 146 |
@@ -21,7 +21,7 b'' | |||
|
21 | 21 | #endif |
|
22 | 22 | |
|
23 | 23 | [Setup] |
|
24 |
AppCopyright=Copyright 2005-201 |
|
|
24 | AppCopyright=Copyright 2005-2019 Matt Mackall and others | |
|
25 | 25 | AppName=Mercurial |
|
26 | 26 | AppVersion={#VERSION} |
|
27 | 27 | #if ARCH == "x64" |
@@ -45,7 +45,7 b' AppContact=mercurial@mercurial-scm.org' | |||
|
45 | 45 | DefaultDirName={pf}\Mercurial |
|
46 | 46 | SourceDir=..\.. |
|
47 | 47 | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) |
|
48 |
VersionInfoCopyright=Copyright 2005-201 |
|
|
48 | VersionInfoCopyright=Copyright 2005-2019 Matt Mackall and others | |
|
49 | 49 | VersionInfoCompany=Matt Mackall and others |
|
50 | 50 | InternalCompressLevel=max |
|
51 | 51 | SolidCompression=true |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -6166,7 +6166,7 b' def version_(ui, **opts):' | |||
|
6166 | 6166 | util.version()) |
|
6167 | 6167 | license = _( |
|
6168 | 6168 | "(see https://mercurial-scm.org for more information)\n" |
|
6169 |
"\nCopyright (C) 2005-201 |
|
|
6169 | "\nCopyright (C) 2005-2019 Matt Mackall and others\n" | |
|
6170 | 6170 | "This is free software; see the source for copying conditions. " |
|
6171 | 6171 | "There is NO\nwarranty; " |
|
6172 | 6172 | "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
@@ -112,7 +112,7 b' Mailing list: https://www.mercurial-scm.' | |||
|
112 | 112 | |
|
113 | 113 | Copying |
|
114 | 114 | """"""" |
|
115 |
Copyright (C) 2005-201 |
|
|
115 | Copyright (C) 2005-2019 Matt Mackall. | |
|
116 | 116 | Free use of this software is granted under the terms of the GNU General |
|
117 | 117 | Public License version 2 or any later version. |
|
118 | 118 |
@@ -26,7 +26,7 b' See Also' | |||
|
26 | 26 | Copying |
|
27 | 27 | ======= |
|
28 | 28 | This manual page is copyright 2006 Vadim Gelfer. |
|
29 |
Mercurial is copyright 2005-201 |
|
|
29 | Mercurial is copyright 2005-2019 Matt Mackall. | |
|
30 | 30 | Free use of this software is granted under the terms of the GNU General |
|
31 | 31 | Public License version 2 or any later version. |
|
32 | 32 |
@@ -34,7 +34,7 b' See Also' | |||
|
34 | 34 | Copying |
|
35 | 35 | ======= |
|
36 | 36 | This manual page is copyright 2005 Bryan O'Sullivan. |
|
37 |
Mercurial is copyright 2005-201 |
|
|
37 | Mercurial is copyright 2005-2019 Matt Mackall. | |
|
38 | 38 | Free use of this software is granted under the terms of the GNU General |
|
39 | 39 | Public License version 2 or any later version. |
|
40 | 40 |
@@ -1134,7 +1134,7 b' if issetuptools:' | |||
|
1134 | 1134 | if py2exeloaded: |
|
1135 | 1135 | extra['console'] = [ |
|
1136 | 1136 | {'script':'hg', |
|
1137 |
'copyright':'Copyright (C) 2005-201 |
|
|
1137 | 'copyright':'Copyright (C) 2005-2019 Matt Mackall and others', | |
|
1138 | 1138 | 'product_version':version}] |
|
1139 | 1139 | # sub command of 'build' because 'py2exe' does not handle sub_commands |
|
1140 | 1140 | build.sub_commands.insert(0, ('build_hgextindex', None)) |
General Comments 0
You need to be logged in to leave comments.
Login now