Update about.py

This commit is contained in:
Alexander Huck 2021-02-01 16:11:10 +01:00 committed by Peter F. Patel-Schneider
parent c268ff7a45
commit 205047e278
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# -*- python-mode -*-
# -*- coding: UTF-8 -*-
## Copyright (C) 2012-2021 Daniel Pavel
## Copyright (C) 2012-2013 Daniel Pavel
## Revisions Copyright (C) Contributors to the Solaar project.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -39,7 +40,7 @@ def _create():
about.set_logo_icon_name(NAME.lower())
about.set_copyright('© 2012-2021 Daniel Pavel')
about.set_copyright('© 2012-2021 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', ))