# HG changeset patch # User Anton Shestakov # Date 1720783775 -14400 # Node ID 45ba8416afc47a751a4725aef030bd47f153d29d # Parent b8fe591d7ab818629e816f6539e88ddc0e1d6725 copyright: update to 2024 diff -r b8fe591d7ab8 -r 45ba8416afc4 contrib/packaging/debian/copyright --- a/contrib/packaging/debian/copyright Mon Jul 08 17:52:08 2024 +0200 +++ b/contrib/packaging/debian/copyright Fri Jul 12 15:29:35 2024 +0400 @@ -3,7 +3,7 @@ Source: https://www.mercurial-scm.org/ Files: * -Copyright: 2005-2023, Olivia Mackall and others. +Copyright: 2005-2024, Olivia Mackall and others. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -r b8fe591d7ab8 -r 45ba8416afc4 contrib/packaging/inno/mercurial.iss --- a/contrib/packaging/inno/mercurial.iss Mon Jul 08 17:52:08 2024 +0200 +++ b/contrib/packaging/inno/mercurial.iss Fri Jul 12 15:29:35 2024 +0400 @@ -6,7 +6,7 @@ #endif [Setup] -AppCopyright=Copyright 2005-2023 Olivia Mackall and others +AppCopyright=Copyright 2005-2024 Olivia Mackall and others AppName=Mercurial AppVersion={#VERSION} OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX} @@ -29,7 +29,7 @@ DefaultDirName={pf}\Mercurial SourceDir=stage VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) -VersionInfoCopyright=Copyright 2005-2023 Olivia Mackall and others +VersionInfoCopyright=Copyright 2005-2024 Olivia Mackall and others VersionInfoCompany=Olivia Mackall and others VersionInfoVersion={#QUAD_VERSION} InternalCompressLevel=max diff -r b8fe591d7ab8 -r 45ba8416afc4 contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html Mon Jul 08 17:52:08 2024 +0200 +++ b/contrib/win32/ReadMe.html Fri Jul 12 15:29:35 2024 +0400 @@ -140,7 +140,7 @@

- Mercurial is Copyright 2005-2023 Olivia Mackall and others. + Mercurial is Copyright 2005-2024 Olivia Mackall and others.

diff -r b8fe591d7ab8 -r 45ba8416afc4 mercurial/commands.py --- a/mercurial/commands.py Mon Jul 08 17:52:08 2024 +0200 +++ b/mercurial/commands.py Fri Jul 12 15:29:35 2024 +0400 @@ -7987,7 +7987,7 @@ ) license = _( b"(see https://mercurial-scm.org for more information)\n" - b"\nCopyright (C) 2005-2023 Olivia Mackall and others\n" + b"\nCopyright (C) 2005-2024 Olivia Mackall and others\n" b"This is free software; see the source for copying conditions. " b"There is NO\nwarranty; " b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" diff -r b8fe591d7ab8 -r 45ba8416afc4 mercurial/helptext/hg.1.txt --- a/mercurial/helptext/hg.1.txt Mon Jul 08 17:52:08 2024 +0200 +++ b/mercurial/helptext/hg.1.txt Fri Jul 12 15:29:35 2024 +0400 @@ -112,7 +112,7 @@ Copying """"""" -Copyright (C) 2005-2023 Olivia Mackall. +Copyright (C) 2005-2024 Olivia Mackall. Free use of this software is granted under the terms of the GNU General Public License version 2 or any later version. diff -r b8fe591d7ab8 -r 45ba8416afc4 mercurial/helptext/hgignore.5.txt --- a/mercurial/helptext/hgignore.5.txt Mon Jul 08 17:52:08 2024 +0200 +++ b/mercurial/helptext/hgignore.5.txt Fri Jul 12 15:29:35 2024 +0400 @@ -26,7 +26,7 @@ Copying ======= This manual page is copyright 2006 Vadim Gelfer. -Mercurial is copyright 2005-2023 Olivia Mackall. +Mercurial is copyright 2005-2024 Olivia Mackall. Free use of this software is granted under the terms of the GNU General Public License version 2 or any later version. diff -r b8fe591d7ab8 -r 45ba8416afc4 mercurial/helptext/hgrc.5.txt --- a/mercurial/helptext/hgrc.5.txt Mon Jul 08 17:52:08 2024 +0200 +++ b/mercurial/helptext/hgrc.5.txt Fri Jul 12 15:29:35 2024 +0400 @@ -34,7 +34,7 @@ Copying ======= This manual page is copyright 2005 Bryan O'Sullivan. -Mercurial is copyright 2005-2023 Olivia Mackall. +Mercurial is copyright 2005-2024 Olivia Mackall. Free use of this software is granted under the terms of the GNU General Public License version 2 or any later version. diff -r b8fe591d7ab8 -r 45ba8416afc4 rust/hgcli/README.md --- a/rust/hgcli/README.md Mon Jul 08 17:52:08 2024 +0200 +++ b/rust/hgcli/README.md Fri Jul 12 15:29:35 2024 +0400 @@ -30,7 +30,7 @@ Mercurial Distributed SCM (version 5.3.1+433-f99cd77d53dc+20200331) (see https://mercurial-scm.org for more information) - Copyright (C) 2005-2020 Olivia Mackall and others + Copyright (C) 2005-2024 Olivia Mackall and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff -r b8fe591d7ab8 -r 45ba8416afc4 setup.py --- a/setup.py Mon Jul 08 17:52:08 2024 +0200 +++ b/setup.py Fri Jul 12 15:29:35 2024 +0400 @@ -1741,7 +1741,7 @@ extra['console'] = [ { 'script': 'hg', - 'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others', + 'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others', 'product_version': version, } ]