comparison mercurial/commands.py @ 49830:bc59c1e5dd01 stable

copyright: update to 2023
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 02 Jan 2023 11:38:20 -0500
parents 3adca6eb6659
children e0c0545e2e55 4fc6b423fa97
comparison
equal deleted inserted replaced
49829:8ced4ca30ea1 49830:bc59c1e5dd01
7937 fm.write( 7937 fm.write(
7938 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() 7938 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
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-2022 Olivia Mackall and others\n" 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"
7946 ) 7946 )
7947 if not ui.quiet: 7947 if not ui.quiet: