diff --git a/AUTHORS b/AUTHORS index eb11f8714..6339b7052 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,7 +2,7 @@ The Transmission Project http://www.transmissionbt.com/ Lead Developers - Charles Kerr (Daemon, Backend, GTK+ client) + Jordan Lee (Daemon, Backend, GTK+ client) Mitchell Livingston, Digital Ignition LLC (Mac OS X client) Kevin Glowacz (Web client) diff --git a/cli/transmission-cli.1 b/cli/transmission-cli.1 index 2fdcfc3b5..f1027a3bd 100644 --- a/cli/transmission-cli.1 +++ b/cli/transmission-cli.1 @@ -112,7 +112,7 @@ program was written by .An -nosplit .An Eric Petit , .An Josh Elsasser , -.An Charles Kerr , +.An Jordan Lee , and .An Mitchell Livingston . .Sh SEE ALSO diff --git a/daemon/transmission-daemon.1 b/daemon/transmission-daemon.1 index c039a238d..0f0cc3938 100644 --- a/daemon/transmission-daemon.1 +++ b/daemon/transmission-daemon.1 @@ -144,7 +144,7 @@ See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. .El .Sh AUTHORS .An -nosplit -.An Charles Kerr , +.An Jordan Lee , .An Josh Elsasser , .An Eric Petit , and diff --git a/daemon/transmission-remote.1 b/daemon/transmission-remote.1 index fba0a9a63..f103affd3 100644 --- a/daemon/transmission-remote.1 +++ b/daemon/transmission-remote.1 @@ -360,7 +360,7 @@ Sets the proxy to use for http tracker announces. .El .Sh AUTHORS .An -nosplit -.An Charles Kerr , +.An Jordan Lee , .An Josh Elsasser , .An Eric Petit , and diff --git a/gtk/main.c b/gtk/main.c index f459e57ef..334f701de 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1530,7 +1530,7 @@ about( GtkWindow * parent ) GtkWidget * d; const char * website_uri = "http://www.transmissionbt.com/"; const char * authors[] = { - "Charles Kerr (Backend; GTK+)", + "Jordan Lee (Backend; GTK+)", "Mitchell Livingston (Backend; OS X)", NULL }; diff --git a/gtk/transmission-gtk.1 b/gtk/transmission-gtk.1 index 9559a38ac..a03f5411f 100644 --- a/gtk/transmission-gtk.1 +++ b/gtk/transmission-gtk.1 @@ -77,7 +77,7 @@ is specified. .An -nosplit .Nm was written by -.An Charles Kerr , +.An Jordan Lee , .An Josh Elsasser , .An Eric Petit , and diff --git a/macosx/Credits.rtf b/macosx/Credits.rtf index 9be6f80c5..3a8ecb19b 100644 --- a/macosx/Credits.rtf +++ b/macosx/Credits.rtf @@ -13,7 +13,7 @@ \cf0 \ Lead Developers \b0 <{\field{\*\fldinst{HYPERLINK "mailto:dev@transmissionbt.com"}}{\fldrslt dev@transmissionbt.com}}>\ - Charles Kerr <{\field{\*\fldinst{HYPERLINK "mailto:charles@transmissionbt.com"}}{\fldrslt charles@transmissionbt.com}}> + Jordan Lee <{\field{\*\fldinst{HYPERLINK "mailto:jordan@transmissionbt.com"}}{\fldrslt charles@transmissionbt.com}}> \fs20 \cf2 (Daemon, Backend, GTK+ client) \fs24 \cf0 \ Mitchell Livingston, Digital Ignition LLC <{\field{\*\fldinst{HYPERLINK "mailto:livings124@transmissionbt.com"}}{\fldrslt livings124@transmissionbt.com}}> @@ -133,4 +133,4 @@ Lead Developers Thomas Bernard for use of MiniUPnP and libnatpmp. <{\field{\*\fldinst{HYPERLINK "http://miniupnp.tuxfamily.org/"}}{\fldrslt http://miniupnp.tuxfamily.org/}}>\ The Growl Development Team for use of Growl. <{\field{\*\fldinst{HYPERLINK "http://growl.info/"}}{\fldrslt http://growl.info/}}>\ Andy Matuschak for use of Sparkle. <{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org/"}}{\fldrslt http://sparkle.andymatuschak.org/}}>\ - M. Uli Kusterer for use of UKKQueue.} \ No newline at end of file + M. Uli Kusterer for use of UKKQueue.} diff --git a/po/ChangeLog b/po/ChangeLog index 2aa5dec65..b342e6623 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,7 +1,3 @@ -2008-05-08 Charles Kerr - - * merge the Launchpad translations to prepare for 1.20 - 2008-04-19 Geir Hauge * nb.po: New Norwegian translation. diff --git a/qt/about.cc b/qt/about.cc index 771c3e26d..85aa9e3b5 100644 --- a/qt/about.cc +++ b/qt/about.cc @@ -87,7 +87,7 @@ void AboutDialog :: showCredits( ) { QMessageBox::about( this, tr( "Credits" ), - "Charles Kerr (Backend; Daemon; GTK+; Qt)\n" + "Jordan Lee (Backend; Daemon; GTK+; Qt)\n" "Michell Livingston (Backend; OS X)\n" "Kevin Glowacz (Web client)" ); } diff --git a/qt/transmission-qt.1 b/qt/transmission-qt.1 index 919470445..f183c4b73 100644 --- a/qt/transmission-qt.1 +++ b/qt/transmission-qt.1 @@ -60,7 +60,7 @@ is specified. .An -nosplit .Nm was written by -.An Charles Kerr , +.An Jordan Lee , .An Josh Elsasser , .An Eric Petit , and diff --git a/transmission-gtk.spec.in b/transmission-gtk.spec.in index 25c4bc9f1..fe80f866e 100644 --- a/transmission-gtk.spec.in +++ b/transmission-gtk.spec.in @@ -66,11 +66,11 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Jan 13 2010 Charles Kerr +* Wed Jan 13 2010 Jordan Lee - made the GConf dependency explicit - annotated the Depends section to show which libraries are optional * Thu Mar 5 2009 Gijs - fixed %files section - added Source0 -* Wed Jul 18 2006 Charles Kerr +* Wed Jul 18 2006 Jordan Lee - first draft at a spec file, cribbed from Pan's spec file diff --git a/utils/transmission-create.1 b/utils/transmission-create.1 index 9b9d771c1..8df108a18 100644 --- a/utils/transmission-create.1 +++ b/utils/transmission-create.1 @@ -34,7 +34,7 @@ To add more than one, use this option multiple times. .El .Sh AUTHORS .An -nosplit -.An Charles Kerr +.An Jordan Lee .Sh SEE ALSO .Xr transmission-create 1 , .Xr transmission-daemon 1 , diff --git a/utils/transmission-edit.1 b/utils/transmission-edit.1 index 25c5ba53b..91ff7a507 100644 --- a/utils/transmission-edit.1 +++ b/utils/transmission-edit.1 @@ -34,7 +34,7 @@ $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents .Ed .Sh AUTHORS .An -nosplit -.An Charles Kerr +.An Jordan Lee .Sh SEE ALSO .Xr transmission-create 1 , .Xr transmission-daemon 1 , diff --git a/utils/transmission-show.1 b/utils/transmission-show.1 index 8c9be8397..4c73d9a31 100644 --- a/utils/transmission-show.1 +++ b/utils/transmission-show.1 @@ -23,7 +23,7 @@ Ask the torrent's trackers how many peers are in the torrent's swarm .El .Sh AUTHORS .An -nosplit -.An Charles Kerr +.An Jordan Lee .Sh SEE ALSO .Xr transmission-create 1 , .Xr transmission-daemon 1 ,