Mercurial > public > mercurial-scm > hg-stable
diff setup.py @ 52257:6ca5cf290ebe stable
copyright: update to 2025
COPYING.rtf has a few additional changes (like the website URL), because it's
been unmaintained for awhile now.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 02 Jan 2025 11:11:11 -0500 |
parents | 309f58964a9e |
children | b7afc38468bd |
line wrap: on
line diff
--- a/setup.py Thu Dec 19 00:27:48 2024 +0100 +++ b/setup.py Thu Jan 02 11:11:11 2025 -0500 @@ -1800,7 +1800,7 @@ extra['console'] = [ { 'script': 'hg', - 'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others', + 'copyright': 'Copyright (C) 2005-2025 Olivia Mackall and others', 'product_version': version, } ]