From b2991f8dafcb6f73d2e68b0713e2da8dd9af8fed Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sun, 14 May 2023 11:22:45 +0200 Subject: [PATCH] Adjust copyright year in about dialog --- picard/ui/aboutdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/ui/aboutdialog.py b/picard/ui/aboutdialog.py index 622e24d70..db379278f 100644 --- a/picard/ui/aboutdialog.py +++ b/picard/ui/aboutdialog.py @@ -61,7 +61,7 @@ class AboutDialog(PicardDialog, SingletonDialog): if name != 'version']) args['formats'] = ", ".join(map(lambda x: x[1:], supported_extensions())) - args['copyright_years'] = '2004-2022' + args['copyright_years'] = '2004-2023' args['authors_credits'] = ", ".join([ 'Robert Kaye', 'Lukáš Lalinský',