diff --git a/lib/solaar/ui/about.py b/lib/solaar/ui/about.py index f248d421..52494f4b 100644 --- a/lib/solaar/ui/about.py +++ b/lib/solaar/ui/about.py @@ -35,7 +35,7 @@ def _create(): about.set_icon_name(NAME.lower()) about.set_logo_icon_name(NAME.lower()) - about.set_copyright("© 2012-2023 Daniel Pavel and contributors to the Solaar project") + about.set_copyright("© 2012-2024 Daniel Pavel and contributors to the Solaar project") about.set_license_type(Gtk.License.GPL_2_0) about.set_authors(("Daniel Pavel http://github.com/pwr",))