Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG8427fea04017: copyright: update to 2019
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
hg-reviewers |
Lint Skipped |
Unit Tests Skipped |
Path | Packages | |||
---|---|---|---|---|
M | contrib/packaging/debian/copyright (2 lines) | |||
M | contrib/win32/ReadMe.html (2 lines) | |||
M | contrib/win32/mercurial.iss (4 lines) | |||
M | (bin) | contrib/wix/COPYING.rtf | ||
M | mercurial/commands.py (2 lines) | |||
M | mercurial/help/hg.1.txt (2 lines) | |||
M | mercurial/help/hgignore.5.txt (2 lines) | |||
M | mercurial/help/hgrc.5.txt (2 lines) | |||
M | setup.py (2 lines) |
Commit | Parents | Author | Summary | Date |
---|---|---|---|---|
Anton Shestakov | Jan 31 2019, 12:32 AM |
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||||
Upstream-Name: mercurial | Upstream-Name: mercurial | ||||
Source: https://www.mercurial-scm.org/ | Source: https://www.mercurial-scm.org/ | ||||
Files: * | Files: * | ||||
Copyright: 2005-2018, Matt Mackall <mpm@selenic.com> and others. | Copyright: 2005-2019, Matt Mackall <mpm@selenic.com> and others. | ||||
License: GPL-2+ | License: GPL-2+ | ||||
This program is free software; you can redistribute it | This program is free software; you can redistribute it | ||||
and/or modify it under the terms of the GNU General Public | and/or modify it under the terms of the GNU General Public | ||||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | ||||
version 2 of the License, or (at your option) any later | version 2 of the License, or (at your option) any later | ||||
version. | version. | ||||
. | . | ||||
This program is distributed in the hope that it will be | This program is distributed in the hope that it will be |
</p> | </p> | ||||
<p> | <p> | ||||
The Windows installer was written by <a | The Windows installer was written by <a | ||||
href="http://www.serpentine.com/blog">Bryan O'Sullivan</a>. | href="http://www.serpentine.com/blog">Bryan O'Sullivan</a>. | ||||
</p> | </p> | ||||
<p> | <p> | ||||
Mercurial is Copyright 2005-2018 Matt Mackall and others. See | Mercurial is Copyright 2005-2019 Matt Mackall and others. See | ||||
the <tt>Contributors.txt</tt> file for a list of contributors. | the <tt>Contributors.txt</tt> file for a list of contributors. | ||||
</p> | </p> | ||||
<p> | <p> | ||||
Mercurial is free software; you can redistribute it and/or | Mercurial is free software; you can redistribute it and/or | ||||
modify it under the terms of the <a | modify it under the terms of the <a | ||||
href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GNU | href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GNU | ||||
General Public License version 2</a> or any later version. | General Public License version 2</a> or any later version. |
#pragma message "Detected Version: " + VERSION | #pragma message "Detected Version: " + VERSION | ||||
#endif | #endif | ||||
#ifndef ARCH | #ifndef ARCH | ||||
#define ARCH = "x86" | #define ARCH = "x86" | ||||
#endif | #endif | ||||
[Setup] | [Setup] | ||||
AppCopyright=Copyright 2005-2018 Matt Mackall and others | AppCopyright=Copyright 2005-2019 Matt Mackall and others | ||||
AppName=Mercurial | AppName=Mercurial | ||||
AppVersion={#VERSION} | AppVersion={#VERSION} | ||||
#if ARCH == "x64" | #if ARCH == "x64" | ||||
AppVerName=Mercurial {#VERSION} (64-bit) | AppVerName=Mercurial {#VERSION} (64-bit) | ||||
OutputBaseFilename=Mercurial-{#VERSION}-x64 | OutputBaseFilename=Mercurial-{#VERSION}-x64 | ||||
ArchitecturesAllowed=x64 | ArchitecturesAllowed=x64 | ||||
ArchitecturesInstallIn64BitMode=x64 | ArchitecturesInstallIn64BitMode=x64 | ||||
#else | #else | ||||
AppVerName=Mercurial {#VERSION} | AppVerName=Mercurial {#VERSION} | ||||
OutputBaseFilename=Mercurial-{#VERSION} | OutputBaseFilename=Mercurial-{#VERSION} | ||||
#endif | #endif | ||||
InfoAfterFile=contrib/win32/postinstall.txt | InfoAfterFile=contrib/win32/postinstall.txt | ||||
LicenseFile=COPYING | LicenseFile=COPYING | ||||
ShowLanguageDialog=yes | ShowLanguageDialog=yes | ||||
AppPublisher=Matt Mackall and others | AppPublisher=Matt Mackall and others | ||||
AppPublisherURL=https://mercurial-scm.org/ | AppPublisherURL=https://mercurial-scm.org/ | ||||
AppSupportURL=https://mercurial-scm.org/ | AppSupportURL=https://mercurial-scm.org/ | ||||
AppUpdatesURL=https://mercurial-scm.org/ | AppUpdatesURL=https://mercurial-scm.org/ | ||||
AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} | AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} | ||||
AppContact=mercurial@mercurial-scm.org | AppContact=mercurial@mercurial-scm.org | ||||
DefaultDirName={pf}\Mercurial | DefaultDirName={pf}\Mercurial | ||||
SourceDir=..\.. | SourceDir=..\.. | ||||
VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) | ||||
VersionInfoCopyright=Copyright 2005-2018 Matt Mackall and others | VersionInfoCopyright=Copyright 2005-2019 Matt Mackall and others | ||||
VersionInfoCompany=Matt Mackall and others | VersionInfoCompany=Matt Mackall and others | ||||
InternalCompressLevel=max | InternalCompressLevel=max | ||||
SolidCompression=true | SolidCompression=true | ||||
SetupIconFile=contrib\win32\mercurial.ico | SetupIconFile=contrib\win32\mercurial.ico | ||||
AllowNoIcons=true | AllowNoIcons=true | ||||
DefaultGroupName=Mercurial | DefaultGroupName=Mercurial | ||||
PrivilegesRequired=none | PrivilegesRequired=none | ||||
if ui.verbose: | if ui.verbose: | ||||
ui.pager('version') | ui.pager('version') | ||||
fm = ui.formatter("version", opts) | fm = ui.formatter("version", opts) | ||||
fm.startitem() | fm.startitem() | ||||
fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"), | fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"), | ||||
util.version()) | util.version()) | ||||
license = _( | license = _( | ||||
"(see https://mercurial-scm.org for more information)\n" | "(see https://mercurial-scm.org for more information)\n" | ||||
"\nCopyright (C) 2005-2018 Matt Mackall and others\n" | "\nCopyright (C) 2005-2019 Matt Mackall and others\n" | ||||
"This is free software; see the source for copying conditions. " | "This is free software; see the source for copying conditions. " | ||||
"There is NO\nwarranty; " | "There is NO\nwarranty; " | ||||
"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | ||||
) | ) | ||||
if not ui.quiet: | if not ui.quiet: | ||||
fm.plain(license) | fm.plain(license) | ||||
if ui.verbose: | if ui.verbose: |
Main Web Site: https://mercurial-scm.org/ | Main Web Site: https://mercurial-scm.org/ | ||||
Source code repository: https://www.mercurial-scm.org/repo/hg | Source code repository: https://www.mercurial-scm.org/repo/hg | ||||
Mailing list: https://www.mercurial-scm.org/mailman/listinfo/mercurial/ | Mailing list: https://www.mercurial-scm.org/mailman/listinfo/mercurial/ | ||||
Copying | Copying | ||||
""""""" | """"""" | ||||
Copyright (C) 2005-2018 Matt Mackall. | Copyright (C) 2005-2019 Matt Mackall. | ||||
Free use of this software is granted under the terms of the GNU General | Free use of this software is granted under the terms of the GNU General | ||||
Public License version 2 or any later version. | Public License version 2 or any later version. | ||||
.. include:: common.txt | .. include:: common.txt |
See Also | See Also | ||||
======== | ======== | ||||
|hg(1)|_, |hgrc(5)|_ | |hg(1)|_, |hgrc(5)|_ | ||||
Copying | Copying | ||||
======= | ======= | ||||
This manual page is copyright 2006 Vadim Gelfer. | This manual page is copyright 2006 Vadim Gelfer. | ||||
Mercurial is copyright 2005-2018 Matt Mackall. | Mercurial is copyright 2005-2019 Matt Mackall. | ||||
Free use of this software is granted under the terms of the GNU General | Free use of this software is granted under the terms of the GNU General | ||||
Public License version 2 or any later version. | Public License version 2 or any later version. | ||||
.. include:: common.txt | .. include:: common.txt | ||||
See Also | See Also | ||||
======== | ======== | ||||
|hg(1)|_, |hgignore(5)|_ | |hg(1)|_, |hgignore(5)|_ | ||||
Copying | Copying | ||||
======= | ======= | ||||
This manual page is copyright 2005 Bryan O'Sullivan. | This manual page is copyright 2005 Bryan O'Sullivan. | ||||
Mercurial is copyright 2005-2018 Matt Mackall. | Mercurial is copyright 2005-2019 Matt Mackall. | ||||
Free use of this software is granted under the terms of the GNU General | Free use of this software is granted under the terms of the GNU General | ||||
Public License version 2 or any later version. | Public License version 2 or any later version. | ||||
.. include:: common.txt | .. include:: common.txt |
extra = {} | extra = {} | ||||
if issetuptools: | if issetuptools: | ||||
extra['python_requires'] = supportedpy | extra['python_requires'] = supportedpy | ||||
if py2exeloaded: | if py2exeloaded: | ||||
extra['console'] = [ | extra['console'] = [ | ||||
{'script':'hg', | {'script':'hg', | ||||
'copyright':'Copyright (C) 2005-2018 Matt Mackall and others', | 'copyright':'Copyright (C) 2005-2019 Matt Mackall and others', | ||||
'product_version':version}] | 'product_version':version}] | ||||
# sub command of 'build' because 'py2exe' does not handle sub_commands | # sub command of 'build' because 'py2exe' does not handle sub_commands | ||||
build.sub_commands.insert(0, ('build_hgextindex', None)) | build.sub_commands.insert(0, ('build_hgextindex', None)) | ||||
# put dlls in sub directory so that they won't pollute PATH | # put dlls in sub directory so that they won't pollute PATH | ||||
extra['zipfile'] = 'lib/library.zip' | extra['zipfile'] = 'lib/library.zip' | ||||
if os.name == 'nt': | if os.name == 'nt': | ||||
# Windows binary file versions for exe/dll files must have the | # Windows binary file versions for exe/dll files must have the |