diff --git a/lib/solaar/ui/about.py b/lib/solaar/ui/about.py index 40a73a9d..11f4e6cb 100644 --- a/lib/solaar/ui/about.py +++ b/lib/solaar/ui/about.py @@ -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', ))