Skip to content

Commit

Permalink
GUI. Updated About dialog copyright date for 2025.
Browse files Browse the repository at this point in the history
  • Loading branch information
semiprime committed Jan 4, 2025
1 parent dc90b41 commit 99e9316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygenda/pygenda_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# pygenda_gui.py
# Top-level GUI code and shared elements (e.g. menu, soft keys)
#
# Copyright (C) 2022-2024 Matthew Lewis
# Copyright (C) 2022-2025 Matthew Lewis
#
# This file is part of Pygenda.
#
Expand Down Expand Up @@ -1076,7 +1076,7 @@ def dialog_about(cls, *args) -> bool:
# Display the "About Pygenda" dialog
dialog = Gtk.AboutDialog(parent=cls._window)
dialog.set_program_name('Pygenda')
dialog.set_copyright(u'Copyright © 2022–2024 Matthew Lewis')
dialog.set_copyright(u'Copyright © 2022–2025 Matthew Lewis')
dialog.set_license_type(Gtk.License.GPL_3_0_ONLY)
github_url = 'https://github.com/semiprime/pygenda'
dialog.set_website(github_url)
Expand Down

0 comments on commit 99e9316

Please sign in to comment.