From: Travis Cross Date: Sat, 9 Feb 2013 09:58:15 +0000 (+0000) Subject: Synchronize gtk authors with AUTHORS X-Git-Tag: v0.84~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a90ad8b7bd13f3646badd20f5a1ce5e52bc4d7f;p=thirdparty%2Fmtr.git Synchronize gtk authors with AUTHORS --- diff --git a/AUTHORS b/AUTHORS index 690151a..ccff487 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,44 +13,44 @@ (Reverse alphabetical order, and sometimes I just add people at the end... ) - Bohdan Vlasyuk (bohdan@cec.vstu.vinnica.ua) - Evgeniy Tretyak (evtr@ukr.net) - John Thacker (thacker@math.cornell.edu) + Bohdan Vlasyuk + Evgeniy Tretyak + John Thacker Juha Takala - David Sward (sward@clark.net) - David Stone (stone@AsIf.com) + David Sward + David Stone Andrew Stesin - Greg Stark (gsstark@mit.edu) - Robert Sparks (rjsparks@nostrum.com) - Mike Simons (msimons@moria.simons-clan.com) - Aaron Scarisbrick, - Craig Milo Rogers (Rogers@ISI.EDU) + Greg Stark + Robert Sparks + Mike Simons + Aaron Scarisbrick + Craig Milo Rogers Antonio Querubin - Russell Nelson (rn-mtr@crynwr.com) - Davin Milun (milun@acm.org) - Josh Martin (jmartin@columbiaservices.net) - Alexander V. Lukyanov (lav@yars.free.net) - Charles Levert (charles@comm.polymtl.ca) - Bertrand Leconte (B.Leconte@mail.dotcom.fr) + Russell Nelson + Davin Milun + Josh Martin + Alexander V. Lukyanov + Charles Levert + Bertrand Leconte Anand Kumria - Olav Kvittem (Olav.Kvittem@uninett.no) - Adam Kramer (l3zqc@qcunix1.acc.qc.edu) - Philip Kizer (pckizer@nostrum.com) + Olav Kvittem + Adam Kramer + Philip Kizer Simon Kirby Christophe Kalt - Steve Kann (stevek@spheara.horizonlive.com) - Brett Johnson (brett@jdacareers.com) - Roland Illig (roland.illig@gmx.de) - Damian Gryski (dgryski@uwaterloo.ca) - Rob Foehl (rwf@loonybin.net) + Steve Kann + Brett Johnson + Roland Illig + Damian Gryski + Rob Foehl Mircea Damian - Cougar (cougar@random.ee) + Cougar Travis Cross Brian Casey - Andrew Brown (atatat@atatdot.net) - Bill Bogstad (bogstad@pobox.com) - Marc Bejarano (marc.bejarano@openwave.com) - Moritz Barsnick (barsnick@gmx.net) + Andrew Brown + Bill Bogstad + Marc Bejarano + Moritz Barsnick Thomas Klausner and anyone who has slipped through the cracks of my mail file. diff --git a/gtk.c b/gtk.c index 60867cb..5da0e31 100644 --- a/gtk.c +++ b/gtk.c @@ -126,6 +126,7 @@ gint Pause_clicked(UNUSED GtkWidget *Button, UNUSED gpointer data) gint About_clicked(UNUSED GtkWidget *Button, UNUSED gpointer data) { gchar *authors[] = { + "Matt Kimball ", "Roger Wolff ", "Bohdan Vlasyuk ", "Evgeniy Tretyak ", @@ -159,11 +160,13 @@ gint About_clicked(UNUSED GtkWidget *Button, UNUSED gpointer data) "Rob Foehl ", "Mircea Damian", "Cougar ", + "Travis Cross ", "Brian Casey", "Andrew Brown ", "Bill Bogstad ", "Marc Bejarano ", "Moritz Barsnick ", + "Thomas Klausner ", NULL };