[PATCH] copyright: update to 2024

5 views
Skip to first unread message

Matt Harbison

unread,
Feb 15, 2024, 9:38:04 AMFeb 15
to thg...@googlegroups.com
# HG changeset patch
# User Matt Harbison <matt_h...@yahoo.com>
# Date 1708007805 18000
# Thu Feb 15 09:36:45 2024 -0500
# Branch stable
# Node ID 02c71cc3dc248e6254d50e58dc281090ab3feb03
# Parent 4bc85435a56796fd43e14706a5a924c68adc0207
copyright: update to 2024

diff --git a/contrib/packaging/macos/setup.py b/contrib/packaging/macos/setup.py
--- a/contrib/packaging/macos/setup.py
+++ b/contrib/packaging/macos/setup.py
@@ -56,7 +56,7 @@
CFBundleIdentifier = 'org.pythonmac.tortoisehg.thg',
CFBundleName = 'TortoiseHg',
NSRequiresAquaSystemAppearance = 'Yes', # disable dark mode
- NSHumanReadableCopyright = 'Copyright 2008-2023 Steve Borho and others',
+ NSHumanReadableCopyright = 'Copyright 2008-2024 Steve Borho and others',
CFBundleShortVersionString = os.environ['THG_CFVERSION'],
CFBundleVersion = os.environ['THG_CFVERSION']
)
diff --git a/doc/source-cs/conf.py b/doc/source-cs/conf.py
--- a/doc/source-cs/conf.py
+++ b/doc/source-cs/conf.py
@@ -42,7 +42,7 @@

# General information about the project.
project = u'TortoiseHg'
-copyright = u'2010-2023, Steve Borho and others'
+copyright = u'2010-2024, Steve Borho and others'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/source-ja/conf.py b/doc/source-ja/conf.py
--- a/doc/source-ja/conf.py
+++ b/doc/source-ja/conf.py
@@ -42,7 +42,7 @@

# General information about the project.
project = u'TortoiseHg'
-copyright = u'2010-2023, Steve Borho、他'
+copyright = u'2010-2024, Steve Borho、他'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/source/conf.py b/doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -42,7 +42,7 @@

# General information about the project.
project = u'TortoiseHg'
-copyright = u'2010-2023, Steve Borho and others'
+copyright = u'2010-2024, Steve Borho and others'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,8 @@
from distutils.spawn import spawn, find_executable
from i18n.msgfmt import Msgfmt

-thgcopyright = 'Copyright (C) 2010-2023 Steve Borho and others'
-hgcopyright = 'Copyright (C) 2005-2023 Matt Mackall and others'
+thgcopyright = 'Copyright (C) 2010-2024 Steve Borho and others'
+hgcopyright = 'Copyright (C) 2005-2024 Matt Mackall and others'


def _walklocales():
diff --git a/tortoisehg/hgqt/about.py b/tortoisehg/hgqt/about.py
--- a/tortoisehg/hgqt/about.py
+++ b/tortoisehg/hgqt/about.py
@@ -77,7 +77,7 @@
self.copyright_lbl = QLabel()
self.copyright_lbl.setAlignment(Qt.AlignmentFlag.AlignCenter)
self.copyright_lbl.setText('\n'
- + _('Copyright 2008-2023 Steve Borho and others'))
+ + _('Copyright 2008-2024 Steve Borho and others'))
self.vbox.addWidget(self.copyright_lbl)
self.courtesy_lbl = QLabel()
self.courtesy_lbl.setAlignment(Qt.AlignmentFlag.AlignCenter)
diff --git a/tortoisehg/hgqt/run.py b/tortoisehg/hgqt/run.py
--- a/tortoisehg/hgqt/run.py
+++ b/tortoisehg/hgqt/run.py
@@ -61,7 +61,7 @@
config_nofork = None

shortlicense = b'''
-Copyright (C) 2008-2023 Steve Borho <st...@borho.org> and others.
+Copyright (C) 2008-2024 Steve Borho <st...@borho.org> 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.
'''

Yuya Nishihara

unread,
Feb 15, 2024, 9:45:26 AMFeb 15
to Matt Harbison, thg...@googlegroups.com
On Thu, 15 Feb 2024 09:37:59 -0500, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_h...@yahoo.com>
> # Date 1708007805 18000
> # Thu Feb 15 09:36:45 2024 -0500
> # Branch stable
> # Node ID 02c71cc3dc248e6254d50e58dc281090ab3feb03
> # Parent 4bc85435a56796fd43e14706a5a924c68adc0207
> copyright: update to 2024

Queued for stable, thanks.
Reply all
Reply to author
Forward
0 new messages