Update about.py
Update copyright date in about page to reflect current year (2023)
This commit is contained in:
parent
099e825298
commit
bf8c2b3d3d
|
@ -36,7 +36,7 @@ def _create():
|
||||||
about.set_comments(_('Manages Logitech receivers,\nkeyboards, mice, and tablets.'))
|
about.set_comments(_('Manages Logitech receivers,\nkeyboards, mice, and tablets.'))
|
||||||
about.set_logo_icon_name(NAME.lower())
|
about.set_logo_icon_name(NAME.lower())
|
||||||
|
|
||||||
about.set_copyright('© 2012-2021 Daniel Pavel and contributors to the Solaar project')
|
about.set_copyright('© 2012-2023 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', ))
|
||||||
|
|
Loading…
Reference in New Issue