docs: Update about.py (#2535)

Update copyright date in about page to reflect current year (2024)

Follow-up to #2074
This commit is contained in:
Anderson Silva 2024-06-23 18:56:52 -03:00 committed by GitHub
parent 3aa064b40f
commit 8ab8cb0225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def _create():
about.set_icon_name(NAME.lower()) about.set_icon_name(NAME.lower())
about.set_logo_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_license_type(Gtk.License.GPL_2_0)
about.set_authors(("Daniel Pavel http://github.com/pwr",)) about.set_authors(("Daniel Pavel http://github.com/pwr",))