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-20 |
|
|
6 | Copyright: 2005-2020, 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 |
@@ -6,7 +6,7 b'' | |||
|
6 | 6 | #endif |
|
7 | 7 | |
|
8 | 8 | [Setup] |
|
9 |
AppCopyright=Copyright 2005-20 |
|
|
9 | AppCopyright=Copyright 2005-2020 Matt Mackall and others | |
|
10 | 10 | AppName=Mercurial |
|
11 | 11 | AppVersion={#VERSION} |
|
12 | 12 | #if ARCH == "x64" |
@@ -30,7 +30,7 b' AppContact=mercurial@mercurial-scm.org' | |||
|
30 | 30 | DefaultDirName={pf}\Mercurial |
|
31 | 31 | SourceDir=stage |
|
32 | 32 | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) |
|
33 |
VersionInfoCopyright=Copyright 2005-20 |
|
|
33 | VersionInfoCopyright=Copyright 2005-2020 Matt Mackall and others | |
|
34 | 34 | VersionInfoCompany=Matt Mackall and others |
|
35 | 35 | InternalCompressLevel=max |
|
36 | 36 | SolidCompression=true |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -140,7 +140,7 b' editor = whatever' | |||
|
140 | 140 | </p> |
|
141 | 141 | |
|
142 | 142 | <p> |
|
143 |
Mercurial is Copyright 2005-20 |
|
|
143 | Mercurial is Copyright 2005-2020 Matt Mackall and others. | |
|
144 | 144 | </p> |
|
145 | 145 | |
|
146 | 146 | <p> |
@@ -7779,7 +7779,7 b' def version_(ui, **opts):' | |||
|
7779 | 7779 | ) |
|
7780 | 7780 | license = _( |
|
7781 | 7781 | b"(see https://mercurial-scm.org for more information)\n" |
|
7782 |
b"\nCopyright (C) 2005-20 |
|
|
7782 | b"\nCopyright (C) 2005-2020 Matt Mackall and others\n" | |
|
7783 | 7783 | b"This is free software; see the source for copying conditions. " |
|
7784 | 7784 | b"There is NO\nwarranty; " |
|
7785 | 7785 | b"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-20 |
|
|
115 | Copyright (C) 2005-2020 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-20 |
|
|
29 | Mercurial is copyright 2005-2020 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-20 |
|
|
37 | Mercurial is copyright 2005-2020 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 |
@@ -1599,7 +1599,7 b' if py2exeloaded:' | |||
|
1599 | 1599 | extra['console'] = [ |
|
1600 | 1600 | { |
|
1601 | 1601 | 'script': 'hg', |
|
1602 |
'copyright': 'Copyright (C) 2005-20 |
|
|
1602 | 'copyright': 'Copyright (C) 2005-2020 Matt Mackall and others', | |
|
1603 | 1603 | 'product_version': version, |
|
1604 | 1604 | } |
|
1605 | 1605 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now