From 8739cb9c881ffd37afe7ea8f29019234890686c3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 2 May 2020 11:42:18 -0500 Subject: [PATCH] fixup! (trunk) update credits (#1205) --- AUTHORS | 2 +- cli/transmission-cli.1 | 2 +- daemon/transmission-daemon.1 | 2 +- gtk/main.c | 2 +- gtk/transmission-gtk.1 | 2 +- macosx/Credits.rtf | 2 +- qt/AboutDialog.cc | 2 +- qt/transmission-qt.1 | 2 +- transmission-gtk.spec.in | 4 ++-- utils/transmission-create.1 | 2 +- utils/transmission-edit.1 | 2 +- utils/transmission-remote.1 | 2 +- utils/transmission-show.1 | 2 +- web/javascript/inspector.js | 2 +- web/javascript/prefs-dialog.js | 2 +- web/javascript/remote.js | 2 +- web/javascript/transmission.js | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8b526c77d..b86fe799f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,7 +2,7 @@ The Transmission Project https://transmissionbt.com/ Lead Developers - Jordan Lee, Mnemosyne LLC (Daemon, Backend, GTK+ client) + Charles Kerr, Mnemosyne LLC (Daemon, Backend, GTK+, QT clients) Mitchell Livingston, Digital Ignition LLC (Mac OS X client) Mike Gelfand diff --git a/cli/transmission-cli.1 b/cli/transmission-cli.1 index a071b4325..498e6a004 100644 --- a/cli/transmission-cli.1 +++ b/cli/transmission-cli.1 @@ -121,7 +121,7 @@ program was written by .An -nosplit .An Eric Petit , .An Josh Elsasser , -.An Jordan Lee , +.An Charles Kerr , .An Mitchell Livingston , and .An Mike Gelfand . diff --git a/daemon/transmission-daemon.1 b/daemon/transmission-daemon.1 index 32b4a7205..0ae602da3 100644 --- a/daemon/transmission-daemon.1 +++ b/daemon/transmission-daemon.1 @@ -152,7 +152,7 @@ See https://github.com/transmission/transmission/wiki/Configuration-Files for mo .El .Sh AUTHORS .An -nosplit -.An Jordan Lee , +.An Charles Kerr , .An Josh Elsasser , .An Eric Petit , .An Mitchell Livingston , diff --git a/gtk/main.c b/gtk/main.c index 08f994407..596cf46e0 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1352,7 +1352,7 @@ static void show_about_dialog(GtkWindow* parent) char const* uri = "https://transmissionbt.com/"; char const* authors[] = { - "Jordan Lee (Backend; GTK+)", + "Charles Kerr (Backend; GTK+)", "Mitchell Livingston (Backend; OS X)", "Mike Gelfand", NULL diff --git a/gtk/transmission-gtk.1 b/gtk/transmission-gtk.1 index 6c9d85e1a..c13596631 100644 --- a/gtk/transmission-gtk.1 +++ b/gtk/transmission-gtk.1 @@ -75,7 +75,7 @@ is specified. .An -nosplit .Nm was written by -.An Jordan Lee , +.An Charles Kerr , .An Josh Elsasser , .An Eric Petit , .An Mitchell Livingston , diff --git a/macosx/Credits.rtf b/macosx/Credits.rtf index 6ab18b6d0..186437ee5 100644 --- a/macosx/Credits.rtf +++ b/macosx/Credits.rtf @@ -16,7 +16,7 @@ \cf3 \ \cf2 Lead Developers \f1\b0 \cf3 <{\field{\*\fldinst{HYPERLINK "mailto:dev@transmissionbt.com"}}{\fldrslt dev@transmissionbt.com}}>\cf0 \ -\cf4 Jordan Lee, Mnemosyne LLC <{\field{\*\fldinst{HYPERLINK "mailto:jordan@transmissionbt.com"}}{\fldrslt jordan@transmissionbt.com}}> +\cf4 Charles Kerr, Mnemosyne LLC <{\field{\*\fldinst{HYPERLINK "mailto:charles@charleskerr.com"}}{\fldrslt charles@charleskerr.com}}> \fs20 \cf5 \cf6 (Daemon, Backend, GTK+ client) \fs24 \cf0 \ \cf4 Mitchell Livingston, Digital Ignition LLC <{\field{\*\fldinst{HYPERLINK "mailto:livings124@transmissionbt.com"}}{\fldrslt livings124@transmissionbt.com}}> diff --git a/qt/AboutDialog.cc b/qt/AboutDialog.cc index e3097f0c8..8854114c2 100644 --- a/qt/AboutDialog.cc +++ b/qt/AboutDialog.cc @@ -41,7 +41,7 @@ AboutDialog::AboutDialog(QWidget* parent) : void AboutDialog::showCredits() { QMessageBox::about(this, tr("Credits"), QString::fromUtf8( - "Jordan Lee (Backend; Daemon; GTK+; Qt)\n" + "Charles Kerr (Backend; Daemon; GTK+; Qt)\n" "Mitchell Livingston (OS X)\n" "Mike Gelfand\n")); } diff --git a/qt/transmission-qt.1 b/qt/transmission-qt.1 index 592364fa5..7fbec7057 100644 --- a/qt/transmission-qt.1 +++ b/qt/transmission-qt.1 @@ -60,7 +60,7 @@ is specified. .An -nosplit .Nm was written by -.An Jordan Lee , +.An Charles Kerr , .An Josh Elsasser , .An Eric Petit , .An Mitchell Livingston , diff --git a/transmission-gtk.spec.in b/transmission-gtk.spec.in index ac7cb37ff..0b7e015be 100644 --- a/transmission-gtk.spec.in +++ b/transmission-gtk.spec.in @@ -57,11 +57,11 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Jan 13 2010 Jordan Lee +* Wed Jan 13 2010 Charles Kerr - 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 Jordan Lee +* Wed Jul 18 2006 Charles Kerr - 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 b0ee7a3fb..f6d2a0500 100644 --- a/utils/transmission-create.1 +++ b/utils/transmission-create.1 @@ -39,7 +39,7 @@ To add more than one, use this option multiple times. .El .Sh AUTHORS .An -nosplit -.An Jordan Lee +.An Charles Kerr and .An Mike Gelfand . .Sh SEE ALSO diff --git a/utils/transmission-edit.1 b/utils/transmission-edit.1 index eea34c7da..e6a59a378 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 Jordan Lee +.An Charles Kerr and .An Mike Gelfand . .Sh SEE ALSO diff --git a/utils/transmission-remote.1 b/utils/transmission-remote.1 index 59e4b5e06..6c4f4d149 100644 --- a/utils/transmission-remote.1 +++ b/utils/transmission-remote.1 @@ -396,7 +396,7 @@ Sets the proxy to use for http tracker announces. .El .Sh AUTHORS .An -nosplit -.An Jordan Lee , +.An Charles Kerr , .An Josh Elsasser , .An Eric Petit , .An Mitchell Livingston , diff --git a/utils/transmission-show.1 b/utils/transmission-show.1 index 7551fac28..bc59031d1 100644 --- a/utils/transmission-show.1 +++ b/utils/transmission-show.1 @@ -26,7 +26,7 @@ Ask the torrent's trackers how many peers are in the torrent's swarm .El .Sh AUTHORS .An -nosplit -.An Jordan Lee +.An Charles Kerr and .An Mike Gelfand . .Sh SEE ALSO diff --git a/web/javascript/inspector.js b/web/javascript/inspector.js index 20ac853fe..005c15bea 100644 --- a/web/javascript/inspector.js +++ b/web/javascript/inspector.js @@ -1,5 +1,5 @@ /** - * Copyright © Jordan Lee, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer + * Copyright © Charles Kerr, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer * * This file is licensed under the GPLv2. * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/web/javascript/prefs-dialog.js b/web/javascript/prefs-dialog.js index 1db6566b1..3e52c5351 100644 --- a/web/javascript/prefs-dialog.js +++ b/web/javascript/prefs-dialog.js @@ -1,5 +1,5 @@ /** - * Copyright © Jordan Lee, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer + * Copyright © Charles Kerr, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer * * This file is licensed under the GPLv2. * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/web/javascript/remote.js b/web/javascript/remote.js index 21714c226..c31edbc1f 100644 --- a/web/javascript/remote.js +++ b/web/javascript/remote.js @@ -1,5 +1,5 @@ /** - * Copyright © Jordan Lee, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer + * Copyright © Charles Kerr, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer * * This file is licensed under the GPLv2. * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/web/javascript/transmission.js b/web/javascript/transmission.js index 4b560ccb3..9ec1e7881 100644 --- a/web/javascript/transmission.js +++ b/web/javascript/transmission.js @@ -1,5 +1,5 @@ /** - * Copyright © Jordan Lee, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer + * Copyright © Charles Kerr, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer * * This file is licensed under the GPLv2. * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html