mirror of
https://github.com/fergalmoran/picard.git
synced 2026-05-27 13:26:13 +00:00
Adjust copyright year in about dialog
This commit is contained in:
@@ -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ý',
|
||||
|
||||
Reference in New Issue
Block a user