fixup! (trunk) update credits (#1205)

This commit is contained in:
Charles Kerr 2020-05-02 11:42:18 -05:00 committed by GitHub
parent d1d27ae35f
commit 8739cb9c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@ The Transmission Project
https://transmissionbt.com/ https://transmissionbt.com/
Lead Developers <dev@transmissionbt.com> Lead Developers <dev@transmissionbt.com>
Jordan Lee, Mnemosyne LLC <jordan@transmissionbt.com> (Daemon, Backend, GTK+ client) Charles Kerr, Mnemosyne LLC <charles@charleskerr.com> (Daemon, Backend, GTK+, QT clients)
Mitchell Livingston, Digital Ignition LLC <livings124@transmissionbt.com> (Mac OS X client) Mitchell Livingston, Digital Ignition LLC <livings124@transmissionbt.com> (Mac OS X client)
Mike Gelfand <mike@transmissionbt.com> Mike Gelfand <mike@transmissionbt.com>

View File

@ -121,7 +121,7 @@ program was written by
.An -nosplit .An -nosplit
.An Eric Petit , .An Eric Petit ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Jordan Lee , .An Charles Kerr ,
.An Mitchell Livingston , .An Mitchell Livingston ,
and and
.An Mike Gelfand . .An Mike Gelfand .

View File

@ -152,7 +152,7 @@ See https://github.com/transmission/transmission/wiki/Configuration-Files for mo
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Jordan Lee , .An Charles Kerr ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
.An Mitchell Livingston , .An Mitchell Livingston ,

View File

@ -1352,7 +1352,7 @@ static void show_about_dialog(GtkWindow* parent)
char const* uri = "https://transmissionbt.com/"; char const* uri = "https://transmissionbt.com/";
char const* authors[] = char const* authors[] =
{ {
"Jordan Lee (Backend; GTK+)", "Charles Kerr (Backend; GTK+)",
"Mitchell Livingston (Backend; OS X)", "Mitchell Livingston (Backend; OS X)",
"Mike Gelfand", "Mike Gelfand",
NULL NULL

View File

@ -75,7 +75,7 @@ is specified.
.An -nosplit .An -nosplit
.Nm .Nm
was written by was written by
.An Jordan Lee , .An Charles Kerr ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
.An Mitchell Livingston , .An Mitchell Livingston ,

View File

@ -16,7 +16,7 @@
\cf3 \ \cf3 \
\cf2 Lead Developers \cf2 Lead Developers
\f1\b0 \cf3 <{\field{\*\fldinst{HYPERLINK "mailto:dev@transmissionbt.com"}}{\fldrslt dev@transmissionbt.com}}>\cf0 \ \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) \fs20 \cf5 \cf6 (Daemon, Backend, GTK+ client)
\fs24 \cf0 \ \fs24 \cf0 \
\cf4 Mitchell Livingston, Digital Ignition LLC <{\field{\*\fldinst{HYPERLINK "mailto:livings124@transmissionbt.com"}}{\fldrslt livings124@transmissionbt.com}}> \cf4 Mitchell Livingston, Digital Ignition LLC <{\field{\*\fldinst{HYPERLINK "mailto:livings124@transmissionbt.com"}}{\fldrslt livings124@transmissionbt.com}}>

View File

@ -41,7 +41,7 @@ AboutDialog::AboutDialog(QWidget* parent) :
void AboutDialog::showCredits() void AboutDialog::showCredits()
{ {
QMessageBox::about(this, tr("Credits"), QString::fromUtf8( 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" "Mitchell Livingston (OS X)\n"
"Mike Gelfand\n")); "Mike Gelfand\n"));
} }

View File

@ -60,7 +60,7 @@ is specified.
.An -nosplit .An -nosplit
.Nm .Nm
was written by was written by
.An Jordan Lee , .An Charles Kerr ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
.An Mitchell Livingston , .An Mitchell Livingston ,

View File

@ -57,11 +57,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jan 13 2010 Jordan Lee <jordan@transmissionbt.com> * Wed Jan 13 2010 Charles Kerr <charles@charleskerr.com>
- made the GConf dependency explicit - made the GConf dependency explicit
- annotated the Depends section to show which libraries are optional - annotated the Depends section to show which libraries are optional
* Thu Mar 5 2009 Gijs <info@bsnw.nl> * Thu Mar 5 2009 Gijs <info@bsnw.nl>
- fixed %files section - fixed %files section
- added Source0 - added Source0
* Wed Jul 18 2006 Jordan Lee <jordan@transmissionbt.com> * Wed Jul 18 2006 Charles Kerr <charles@charleskerr.com>
- first draft at a spec file, cribbed from Pan's spec file - first draft at a spec file, cribbed from Pan's spec file

View File

@ -39,7 +39,7 @@ To add more than one, use this option multiple times.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Jordan Lee .An Charles Kerr
and and
.An Mike Gelfand . .An Mike Gelfand .
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -34,7 +34,7 @@ $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents
.Ed .Ed
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Jordan Lee .An Charles Kerr
and and
.An Mike Gelfand . .An Mike Gelfand .
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -396,7 +396,7 @@ Sets the proxy to use for http tracker announces.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Jordan Lee , .An Charles Kerr ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
.An Mitchell Livingston , .An Mitchell Livingston ,

View File

@ -26,7 +26,7 @@ Ask the torrent's trackers how many peers are in the torrent's swarm
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Jordan Lee .An Charles Kerr
and and
.An Mike Gelfand . .An Mike Gelfand .
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -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. * This file is licensed under the GPLv2.
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

View File

@ -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. * This file is licensed under the GPLv2.
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

View File

@ -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. * This file is licensed under the GPLv2.
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

View File

@ -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. * This file is licensed under the GPLv2.
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html