Update author name as per request

This commit is contained in:
Calum Lind 2015-08-17 23:03:48 +01:00
parent bb5f20e3de
commit b1df44cf05
6 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ libtorrent (http://www.libtorrent.org):
Contributors (and Past Developers): Contributors (and Past Developers):
* Zach Tibbitts <zach@collegegeek.org> * Zach Tibbitts <zach@collegegeek.org>
* Alon Zakai ('Kripken') <kripkensteiner@gmail.com> * Alon Zakai ('Kripken') <kripkensteiner@gmail.com>
* Marcos Pinto ('markybob') <markybob@gmail.com> * Marcos Mobley ('markybob') <markybob@gmail.com>
* Alex Dedul * Alex Dedul
* Sadrul Habib Chowdhury * Sadrul Habib Chowdhury
* Ido Abramovich <ido.deluge@gmail.com> * Ido Abramovich <ido.deluge@gmail.com>
@ -457,7 +457,7 @@ Translation Contributors:
Marco Rodrigues Marco Rodrigues
Marcos Marcos
Marcos Escalier Marcos Escalier
Marcos Pinto Marcos Mobley
Marcus Ekstrom Marcus Ekstrom
Marek Dębowski Marek Dębowski
Mário Buči Mário Buči

View File

@ -4,7 +4,7 @@
# Copyright (C) 2009 Ian Martin <ianmartin@cantab.net> # Copyright (C) 2009 Ian Martin <ianmartin@cantab.net>
# Copyright (C) 2008 Damien Churchill <damoxc@gmail.com> # Copyright (C) 2008 Damien Churchill <damoxc@gmail.com>
# Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com> # Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com>
# Copyright (C) 2007 Marcos Pinto <markybob@gmail.com> # Copyright (C) 2007 Marcos Mobley <markybob@gmail.com>
# #
# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with # This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
# the additional special exception to link portions of this program with the OpenSSL library. # the additional special exception to link portions of this program with the OpenSSL library.

View File

@ -4,7 +4,7 @@
# Copyright (C) 2009 Ian Martin <ianmartin@cantab.net> # Copyright (C) 2009 Ian Martin <ianmartin@cantab.net>
# Copyright (C) 2008 Damien Churchill <damoxc@gmail.com> # Copyright (C) 2008 Damien Churchill <damoxc@gmail.com>
# Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com> # Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com>
# Copyright (C) 2007 Marcos Pinto <markybob@gmail.com> # Copyright (C) 2007 Marcos Mobley <markybob@gmail.com>
# #
# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with # This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
# the additional special exception to link portions of this program with the OpenSSL library. # the additional special exception to link portions of this program with the OpenSSL library.

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2007 Marcos Pinto ('markybob') <markybob@gmail.com> # Copyright (C) 2007 Marcos Mobley ('markybob') <markybob@gmail.com>
# #
# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with # This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
# the additional special exception to link portions of this program with the OpenSSL library. # the additional special exception to link portions of this program with the OpenSSL library.
@ -39,7 +39,7 @@ class AboutDialog:
_("Current Developers:"), "Andrew Resch", "Damien Churchill", _("Current Developers:"), "Andrew Resch", "Damien Churchill",
"John Garland", "Calum Lind", "", "libtorrent (libtorrent.org):", "John Garland", "Calum Lind", "", "libtorrent (libtorrent.org):",
"Arvid Norberg", "", _("Past Developers or Contributors:"), "Arvid Norberg", "", _("Past Developers or Contributors:"),
"Zach Tibbitts", "Alon Zakai", "Marcos Pinto", "Alex Dedul", "Zach Tibbitts", "Alon Zakai", "Marcos Mobley", "Alex Dedul",
"Sadrul Habib Chowdhury", "Ido Abramovich", "Martijn Voncken" "Sadrul Habib Chowdhury", "Ido Abramovich", "Martijn Voncken"
]) ])
self.about.set_artists(["Andrew Wedderburn", "Andrew Resch"]) self.about.set_artists(["Andrew Wedderburn", "Andrew Resch"])
@ -137,7 +137,7 @@ class AboutDialog:
"Major Kong", "Malaki", "malde", "Malte Lenz", "Mantas Kriaučiūnas", "Major Kong", "Malaki", "malde", "Malte Lenz", "Mantas Kriaučiūnas",
"Mara Sorella", "Marcin", "Marcin Falkiewicz", "marcobra", "Mara Sorella", "Marcin", "Marcin Falkiewicz", "marcobra",
"Marco da Silva", "Marco de Moulin", "Marco Rodrigues", "Marcos", "Marco da Silva", "Marco de Moulin", "Marco Rodrigues", "Marcos",
"Marcos Escalier", "Marcos Pinto", "Marcus Ekstrom", "Marcos Escalier", "Marcos Mobley", "Marcus Ekstrom",
"Marek Dębowski", "Mário Buči", "Mario Munda", "Marius Andersen", "Marek Dębowski", "Mário Buči", "Mario Munda", "Marius Andersen",
"Marius Hudea", "Marius Mihai", "Mariusz Cielecki", "Marius Hudea", "Marius Mihai", "Mariusz Cielecki",
"Mark Krapivner", "marko-markovic", "Markus Brummer", "Mark Krapivner", "marko-markovic", "Markus Brummer",

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2008 Marcos Pinto ('markybob') <markybob@gmail.com> # Copyright (C) 2008 Marcos Mobley ('markybob') <markybob@gmail.com>
# #
# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with # This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
# the additional special exception to link portions of this program with the OpenSSL library. # the additional special exception to link portions of this program with the OpenSSL library.

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2008 Marcos Pinto ('markybob') <markybob@gmail.com> # Copyright (C) 2008 Marcos Mobley ('markybob') <markybob@gmail.com>
# #
# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with # This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
# the additional special exception to link portions of this program with the OpenSSL library. # the additional special exception to link portions of this program with the OpenSSL library.