From b1df44cf050b85d4adbb30231f1b1a979a83c817 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 17 Aug 2015 23:03:48 +0100 Subject: [PATCH] Update author name as per request --- AUTHORS | 4 ++-- deluge/plugins/Stats/deluge/plugins/stats/core.py | 2 +- deluge/plugins/Stats/deluge/plugins/stats/graph.py | 2 +- deluge/ui/gtkui/aboutdialog.py | 6 +++--- deluge/ui/gtkui/common.py | 2 +- deluge/ui/gtkui/notification.py | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6786ee79d..c41a53554 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,7 +14,7 @@ libtorrent (http://www.libtorrent.org): Contributors (and Past Developers): * Zach Tibbitts * Alon Zakai ('Kripken') - * Marcos Pinto ('markybob') + * Marcos Mobley ('markybob') * Alex Dedul * Sadrul Habib Chowdhury * Ido Abramovich @@ -457,7 +457,7 @@ Translation Contributors: Marco Rodrigues Marcos Marcos Escalier - Marcos Pinto + Marcos Mobley Marcus Ekstrom Marek Dębowski Mário Buči diff --git a/deluge/plugins/Stats/deluge/plugins/stats/core.py b/deluge/plugins/Stats/deluge/plugins/stats/core.py index 07f430fce..f54ff860b 100644 --- a/deluge/plugins/Stats/deluge/plugins/stats/core.py +++ b/deluge/plugins/Stats/deluge/plugins/stats/core.py @@ -4,7 +4,7 @@ # Copyright (C) 2009 Ian Martin # Copyright (C) 2008 Damien Churchill # Copyright (C) 2008 Martijn Voncken -# Copyright (C) 2007 Marcos Pinto +# Copyright (C) 2007 Marcos Mobley # # 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. diff --git a/deluge/plugins/Stats/deluge/plugins/stats/graph.py b/deluge/plugins/Stats/deluge/plugins/stats/graph.py index 826184039..f72e8a430 100644 --- a/deluge/plugins/Stats/deluge/plugins/stats/graph.py +++ b/deluge/plugins/Stats/deluge/plugins/stats/graph.py @@ -4,7 +4,7 @@ # Copyright (C) 2009 Ian Martin # Copyright (C) 2008 Damien Churchill # Copyright (C) 2008 Martijn Voncken -# Copyright (C) 2007 Marcos Pinto +# Copyright (C) 2007 Marcos Mobley # # 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. diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py index e49523f20..8e1061020 100644 --- a/deluge/ui/gtkui/aboutdialog.py +++ b/deluge/ui/gtkui/aboutdialog.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Marcos Pinto ('markybob') +# Copyright (C) 2007 Marcos Mobley ('markybob') # # 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. @@ -39,7 +39,7 @@ class AboutDialog: _("Current Developers:"), "Andrew Resch", "Damien Churchill", "John Garland", "Calum Lind", "", "libtorrent (libtorrent.org):", "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" ]) self.about.set_artists(["Andrew Wedderburn", "Andrew Resch"]) @@ -137,7 +137,7 @@ class AboutDialog: "Major Kong", "Malaki", "malde", "Malte Lenz", "Mantas Kriaučiūnas", "Mara Sorella", "Marcin", "Marcin Falkiewicz", "marcobra", "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", "Marius Hudea", "Marius Mihai", "Mariusz Cielecki", "Mark Krapivner", "marko-markovic", "Markus Brummer", diff --git a/deluge/ui/gtkui/common.py b/deluge/ui/gtkui/common.py index a90ab1071..bdf247614 100644 --- a/deluge/ui/gtkui/common.py +++ b/deluge/ui/gtkui/common.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008 Marcos Pinto ('markybob') +# Copyright (C) 2008 Marcos Mobley ('markybob') # # 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. diff --git a/deluge/ui/gtkui/notification.py b/deluge/ui/gtkui/notification.py index 45fbb7c4c..cda220312 100644 --- a/deluge/ui/gtkui/notification.py +++ b/deluge/ui/gtkui/notification.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008 Marcos Pinto ('markybob') +# Copyright (C) 2008 Marcos Mobley ('markybob') # # 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.