comparison mercurial/commands.py @ 51664:45ba8416afc4 stable

copyright: update to 2024
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 12 Jul 2024 15:29:35 +0400
parents cc44b3df9bb4
children 3b8d92f71d92
comparison
equal deleted inserted replaced
51662:b8fe591d7ab8 51664:45ba8416afc4
7985 fm.write( 7985 fm.write(
7986 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() 7986 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
7987 ) 7987 )
7988 license = _( 7988 license = _(
7989 b"(see https://mercurial-scm.org for more information)\n" 7989 b"(see https://mercurial-scm.org for more information)\n"
7990 b"\nCopyright (C) 2005-2023 Olivia Mackall and others\n" 7990 b"\nCopyright (C) 2005-2024 Olivia Mackall and others\n"
7991 b"This is free software; see the source for copying conditions. " 7991 b"This is free software; see the source for copying conditions. "
7992 b"There is NO\nwarranty; " 7992 b"There is NO\nwarranty; "
7993 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 7993 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7994 ) 7994 )
7995 if not ui.quiet: 7995 if not ui.quiet: