Mercurial > hg-stable
diff setup.py @ 48375:a1538c05d855 stable
copyright: it's 2022
Differential Revision: https://phab.mercurial-scm.org/D12183
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 15 Feb 2022 15:52:44 +0100 |
parents | 2ce31dbde4b1 |
children | 6cfa30681a1d |
line wrap: on
line diff
--- a/setup.py Mon Feb 14 19:03:22 2022 +0100 +++ b/setup.py Tue Feb 15 15:52:44 2022 +0100 @@ -1722,7 +1722,7 @@ extra['console'] = [ { 'script': 'hg', - 'copyright': 'Copyright (C) 2005-2021 Olivia Mackall and others', + 'copyright': 'Copyright (C) 2005-2022 Olivia Mackall and others', 'product_version': version, } ]