Show More
@@ -3,7 +3,7 b' Upstream-Name: mercurial' | |||||
3 | Source: https://www.mercurial-scm.org/ |
|
3 | Source: https://www.mercurial-scm.org/ | |
4 |
|
4 | |||
5 | Files: * |
|
5 | Files: * | |
6 |
Copyright: 2005-202 |
|
6 | Copyright: 2005-2023, Olivia Mackall <olivia@selenic.com> and others. | |
7 | License: GPL-2+ |
|
7 | License: GPL-2+ | |
8 | This program is free software; you can redistribute it |
|
8 | This program is free software; you can redistribute it | |
9 | and/or modify it under the terms of the GNU General Public |
|
9 | and/or modify it under the terms of the GNU General Public |
@@ -6,7 +6,7 b'' | |||||
6 | #endif |
|
6 | #endif | |
7 |
|
7 | |||
8 | [Setup] |
|
8 | [Setup] | |
9 |
AppCopyright=Copyright 2005-202 |
|
9 | AppCopyright=Copyright 2005-2023 Olivia Mackall and others | |
10 | AppName=Mercurial |
|
10 | AppName=Mercurial | |
11 | AppVersion={#VERSION} |
|
11 | AppVersion={#VERSION} | |
12 | OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX} |
|
12 | OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX} | |
@@ -29,7 +29,7 b' AppContact=mercurial@mercurial-scm.org' | |||||
29 | DefaultDirName={pf}\Mercurial |
|
29 | DefaultDirName={pf}\Mercurial | |
30 | SourceDir=stage |
|
30 | SourceDir=stage | |
31 | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) |
|
31 | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) | |
32 |
VersionInfoCopyright=Copyright 2005-202 |
|
32 | VersionInfoCopyright=Copyright 2005-2023 Olivia Mackall and others | |
33 | VersionInfoCompany=Olivia Mackall and others |
|
33 | VersionInfoCompany=Olivia Mackall and others | |
34 | VersionInfoVersion={#QUAD_VERSION} |
|
34 | VersionInfoVersion={#QUAD_VERSION} | |
35 | InternalCompressLevel=max |
|
35 | InternalCompressLevel=max |
@@ -140,7 +140,7 b' editor = whatever' | |||||
140 | </p> |
|
140 | </p> | |
141 |
|
141 | |||
142 | <p> |
|
142 | <p> | |
143 |
Mercurial is Copyright 2005-202 |
|
143 | Mercurial is Copyright 2005-2023 Olivia Mackall and others. | |
144 | </p> |
|
144 | </p> | |
145 |
|
145 | |||
146 | <p> |
|
146 | <p> |
@@ -7939,7 +7939,7 b' def version_(ui, **opts):' | |||||
7939 | ) |
|
7939 | ) | |
7940 | license = _( |
|
7940 | license = _( | |
7941 | b"(see https://mercurial-scm.org for more information)\n" |
|
7941 | b"(see https://mercurial-scm.org for more information)\n" | |
7942 |
b"\nCopyright (C) 2005-202 |
|
7942 | b"\nCopyright (C) 2005-2023 Olivia Mackall and others\n" | |
7943 | b"This is free software; see the source for copying conditions. " |
|
7943 | b"This is free software; see the source for copying conditions. " | |
7944 | b"There is NO\nwarranty; " |
|
7944 | b"There is NO\nwarranty; " | |
7945 | b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
|
7945 | 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 | Copying |
|
113 | Copying | |
114 | """"""" |
|
114 | """"""" | |
115 |
Copyright (C) 2005-202 |
|
115 | Copyright (C) 2005-2023 Olivia Mackall. | |
116 | Free use of this software is granted under the terms of the GNU General |
|
116 | Free use of this software is granted under the terms of the GNU General | |
117 | Public License version 2 or any later version. |
|
117 | Public License version 2 or any later version. | |
118 |
|
118 |
@@ -26,7 +26,7 b' See Also' | |||||
26 | Copying |
|
26 | Copying | |
27 | ======= |
|
27 | ======= | |
28 | This manual page is copyright 2006 Vadim Gelfer. |
|
28 | This manual page is copyright 2006 Vadim Gelfer. | |
29 |
Mercurial is copyright 2005-202 |
|
29 | Mercurial is copyright 2005-2023 Olivia Mackall. | |
30 | Free use of this software is granted under the terms of the GNU General |
|
30 | Free use of this software is granted under the terms of the GNU General | |
31 | Public License version 2 or any later version. |
|
31 | Public License version 2 or any later version. | |
32 |
|
32 |
@@ -34,7 +34,7 b' See Also' | |||||
34 | Copying |
|
34 | Copying | |
35 | ======= |
|
35 | ======= | |
36 | This manual page is copyright 2005 Bryan O'Sullivan. |
|
36 | This manual page is copyright 2005 Bryan O'Sullivan. | |
37 |
Mercurial is copyright 2005-202 |
|
37 | Mercurial is copyright 2005-2023 Olivia Mackall. | |
38 | Free use of this software is granted under the terms of the GNU General |
|
38 | Free use of this software is granted under the terms of the GNU General | |
39 | Public License version 2 or any later version. |
|
39 | Public License version 2 or any later version. | |
40 |
|
40 |
@@ -1,6 +1,6 b'' | |||||
1 | # utils.urlutil - code related to [paths] management |
|
1 | # utils.urlutil - code related to [paths] management | |
2 | # |
|
2 | # | |
3 |
# Copyright 2005-202 |
|
3 | # Copyright 2005-2023 Olivia Mackall <olivia@selenic.com> and others | |
4 | # |
|
4 | # | |
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. |
@@ -1654,7 +1654,7 b' if py2exeloaded:' | |||||
1654 | extra['console'] = [ |
|
1654 | extra['console'] = [ | |
1655 | { |
|
1655 | { | |
1656 | 'script': 'hg', |
|
1656 | 'script': 'hg', | |
1657 |
'copyright': 'Copyright (C) 2005-202 |
|
1657 | 'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others', | |
1658 | 'product_version': version, |
|
1658 | 'product_version': version, | |
1659 | } |
|
1659 | } | |
1660 | ] |
|
1660 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now