From b39a906298b52cfa4bc8b0bc4cc4a8a456a62c03 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Tue, 30 Jun 2020 19:38:52 +0200 Subject: [PATCH] Update AUTHORS file and authors list in about dialog (#23) * Update AUTHORS file and authors list in about dialog Signed-off-by: Christopher Arndt * Add trebmuh's email address Co-authored-by: Daniel Sheeler --- AUTHORS | 13 ++++++++++--- jack_mixer.py | 16 ++++++++++++---- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index fa05128..5db1951 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,17 @@ Current Maintainer ================== -Frederic Peters +Frédéric Péters Authors ======= -Nedko Arnaudov (original author) -Daniel Sheeler +* Nedko Arnaudov (original author) +* Christopher Arndt +* Arnout Engelen +* John Hedges +* Olivier Humbert +* Sarah Mischke +* Frédéric Péters +* Daniel Sheeler +* Athanasios Silis diff --git a/jack_mixer.py b/jack_mixer.py index 7f88e6e..25793b9 100755 --- a/jack_mixer.py +++ b/jack_mixer.py @@ -617,7 +617,7 @@ class JackMixer(SerializedObject): def on_about(self, *args): about = Gtk.AboutDialog() about.set_name('jack_mixer') - about.set_copyright('Copyright © 2006-2020\nNedko Arnaudov, Frederic Peters, Arnout Engelen, Daniel Sheeler') + about.set_copyright('Copyright © 2006-2020\nNedko Arnaudov, Frédéric Péters, Arnout Engelen, Daniel Sheeler') about.set_license('''\ jack_mixer is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -632,9 +632,17 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with jack_mixer; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA''') - about.set_authors(['Nedko Arnaudov ', - 'Frederic Peters ', - 'Daniel Sheeler ']) + about.set_authors([ + 'Nedko Arnaudov ', + 'Christopher Arndt ', + 'Arnout Engelen ', + 'John Hedges ', + 'Olivier Humbert ', + 'Sarah Mischke ', + 'Frédéric Péters ', + 'Daniel Sheeler ', + 'Athanasios Silis ', + ]) about.set_logo_icon_name('jack_mixer') about.set_website('https://rdio.space/jackmixer/') -- 2.39.2