Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--setup_win32.py2
-rw-r--r--src/adhoc_commands.py2
-rw-r--r--src/advanced.py2
-rw-r--r--src/atom_window.py2
-rw-r--r--src/cell_renderer_image.py6
-rw-r--r--src/chat_control.py2
-rw-r--r--src/common/GnuPG.py6
-rw-r--r--src/common/check_paths.py2
-rw-r--r--src/common/config.py2
-rw-r--r--src/common/connection.py2
-rw-r--r--src/common/connection_handlers.py2
-rw-r--r--src/common/contacts.py2
-rw-r--r--src/common/dbus_support.py2
-rw-r--r--src/common/events.py4
-rw-r--r--src/common/exceptions.py2
-rwxr-xr-xsrc/common/fuzzyclock.py4
-rw-r--r--src/common/gajim.py2
-rw-r--r--src/common/helpers.py2
-rw-r--r--src/common/i18n.py6
-rw-r--r--src/common/logger.py2
-rw-r--r--src/common/optparser.py2
-rw-r--r--src/common/rst_xhtml_generator.py2
-rw-r--r--src/common/sleepy.py6
-rw-r--r--src/common/socks5.py6
-rw-r--r--src/common/xmpp_stringprep.py2
-rw-r--r--src/common/zeroconf/connection_handlers_zeroconf.py2
-rw-r--r--src/common/zeroconf/connection_zeroconf.py6
-rw-r--r--src/config.py2
-rw-r--r--src/conversation_textview.py2
-rw-r--r--src/dataforms_widget.py2
-rw-r--r--src/dialogs.py2
-rw-r--r--src/disco.py2
-rw-r--r--src/features_window.py2
-rw-r--r--src/filetransfers_window.py2
-rwxr-xr-xsrc/gajim-remote.py2
-rwxr-xr-xsrc/gajim.py2
-rw-r--r--src/gajim_themes_window.py6
-rw-r--r--src/groupchat_control.py4
-rw-r--r--src/gtkexcepthook.py2
-rw-r--r--src/gtkgui_helpers.py2
-rw-r--r--src/history_window.py6
-rw-r--r--src/message_textview.py6
-rw-r--r--src/message_window.py4
-rw-r--r--src/notify.py2
-rw-r--r--src/profile_window.py2
-rw-r--r--src/remote_control.py2
-rw-r--r--src/roster_window.py2
-rw-r--r--src/search_window.py2
-rw-r--r--src/systray.py2
-rw-r--r--src/tooltips.py2
-rw-r--r--src/vcard.py2
52 files changed, 74 insertions, 74 deletions
diff --git a/AUTHORS b/AUTHORS
index 755054c2f..b57e57a65 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
CURRENT DEVELOPERS:
-Yann Le Boulanger (asterix AT lagaule.org)
+Yann Leboulanger (asterix AT lagaule.org)
Nikos Kouremenos (kourem AT gmail.com)
Travis Shirk (travis AT pobox.com)
Stephan Erb (steve-e AT h3c.de)
diff --git a/setup_win32.py b/setup_win32.py
index eefc4fc96..bcd63f731 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -1,6 +1,6 @@
## setup_win32.py (run me as python setup_win32.py py2exe -O2)
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
##
## This file is part of Gajim.
diff --git a/src/adhoc_commands.py b/src/adhoc_commands.py
index be312f978..687a09bd5 100644
--- a/src/adhoc_commands.py
+++ b/src/adhoc_commands.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
## adhoc_commands.py
##
-## Copyright (C) 2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org>
## Nikos Kouremenos <nkour@jabber.org>
##
## This file is part of Gajim.
diff --git a/src/advanced.py b/src/advanced.py
index 1dc2153d0..3fe2db136 100644
--- a/src/advanced.py
+++ b/src/advanced.py
@@ -1,6 +1,6 @@
## advanced.py
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Vincent Hanquez <tab@snarc.org>
##
diff --git a/src/atom_window.py b/src/atom_window.py
index d0351b543..25836c6dc 100644
--- a/src/atom_window.py
+++ b/src/atom_window.py
@@ -3,7 +3,7 @@
## For now greatly simplified, supports only simple feeds like the
## one from pubsub.com.
##
-## Copyright (C) 2006-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2006-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2006-2007 Liori (I think) put ur self here please
##
diff --git a/src/cell_renderer_image.py b/src/cell_renderer_image.py
index 22f9749d0..0e5671c7b 100644
--- a/src/cell_renderer_image.py
+++ b/src/cell_renderer_image.py
@@ -1,12 +1,12 @@
## cell_renderer_image.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/chat_control.py b/src/chat_control.py
index e3632d0b5..f5f70da42 100644
--- a/src/chat_control.py
+++ b/src/chat_control.py
@@ -1,6 +1,6 @@
## chat_control.py
##
-## Copyright (C) 2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2006-2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2006 Travis Shirk <travis@pobox.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/GnuPG.py b/src/common/GnuPG.py
index fa23dc291..7ca7d9df2 100644
--- a/src/common/GnuPG.py
+++ b/src/common/GnuPG.py
@@ -1,12 +1,12 @@
## common/GnuPG.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/check_paths.py b/src/common/check_paths.py
index 13d09f46c..aba84008c 100644
--- a/src/common/check_paths.py
+++ b/src/common/check_paths.py
@@ -1,5 +1,5 @@
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com>
##
diff --git a/src/common/config.py b/src/common/config.py
index 2afd05066..edbfbeb69 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -1,6 +1,6 @@
## common/config.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2004-2005 Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/connection.py b/src/common/connection.py
index f0d36c1d1..fdd8631ff 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -2,7 +2,7 @@
##
##
## Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index 432859e17..74a524371 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -2,7 +2,7 @@
## Copyright (C) 2006 Gajim Team
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
## - Travis Shirk <travis@pobox.com>
diff --git a/src/common/contacts.py b/src/common/contacts.py
index dfd7a988e..23a798a63 100644
--- a/src/common/contacts.py
+++ b/src/common/contacts.py
@@ -1,6 +1,6 @@
## common/contacts.py
##
-## Copyright (C) 2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org>
## Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net>
## Julien Pivotto <roidelapluie@gmail.com>
diff --git a/src/common/dbus_support.py b/src/common/dbus_support.py
index a7778d79b..d91a727bd 100644
--- a/src/common/dbus_support.py
+++ b/src/common/dbus_support.py
@@ -1,6 +1,6 @@
## dbus_support.py
##
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2005 Andrew Sayman <lorien420@myrealbox.com>
diff --git a/src/common/events.py b/src/common/events.py
index 1ff619056..f676ec7fc 100644
--- a/src/common/events.py
+++ b/src/common/events.py
@@ -1,9 +1,9 @@
## common/events.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
##
-## Copyright (C) 2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/exceptions.py b/src/common/exceptions.py
index 300fb19db..7b19cddc2 100644
--- a/src/common/exceptions.py
+++ b/src/common/exceptions.py
@@ -1,6 +1,6 @@
## exceptions.py
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
##
## This file is part of Gajim.
diff --git a/src/common/fuzzyclock.py b/src/common/fuzzyclock.py
index a178cd4e8..a1ed31e58 100755
--- a/src/common/fuzzyclock.py
+++ b/src/common/fuzzyclock.py
@@ -2,11 +2,11 @@
##
## Contributors for this file:
##
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Christoph Neuroth <delmonico@gmx.net>
##
## Copyright (C) 2006 Christoph Neuroth <delmonico@gmx.net>
-## Yann Le Boulanger <asterix@lagaule.org>
+## Yann Leboulanger <asterix@lagaule.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
##
diff --git a/src/common/gajim.py b/src/common/gajim.py
index 7f16fc0df..3ca639a53 100644
--- a/src/common/gajim.py
+++ b/src/common/gajim.py
@@ -1,6 +1,6 @@
## common/gajim.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com>
diff --git a/src/common/helpers.py b/src/common/helpers.py
index 3a9d9d28c..623ab522f 100644
--- a/src/common/helpers.py
+++ b/src/common/helpers.py
@@ -1,6 +1,6 @@
## common/helpers.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
diff --git a/src/common/i18n.py b/src/common/i18n.py
index 99b2e5df4..450a73002 100644
--- a/src/common/i18n.py
+++ b/src/common/i18n.py
@@ -1,12 +1,12 @@
## common/i18n.py
## -*- coding: utf-8 -*-
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/logger.py b/src/common/logger.py
index 6e44cffe1..489986faa 100644
--- a/src/common/logger.py
+++ b/src/common/logger.py
@@ -1,7 +1,7 @@
## logger.py
##
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
##
## This file is part of Gajim.
##
diff --git a/src/common/optparser.py b/src/common/optparser.py
index fe9080735..c6b49d0e4 100644
--- a/src/common/optparser.py
+++ b/src/common/optparser.py
@@ -1,5 +1,5 @@
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de>
##
diff --git a/src/common/rst_xhtml_generator.py b/src/common/rst_xhtml_generator.py
index 0ebc1dc55..978ca2b48 100644
--- a/src/common/rst_xhtml_generator.py
+++ b/src/common/rst_xhtml_generator.py
@@ -1,6 +1,6 @@
## rst_xhtml_generator.py
##
-## Copyright (C) 2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2006 Santiago Gala
##
diff --git a/src/common/sleepy.py b/src/common/sleepy.py
index c0abe8516..b515b9821 100644
--- a/src/common/sleepy.py
+++ b/src/common/sleepy.py
@@ -1,12 +1,12 @@
## common/sleepy.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Nikos Kouremenos <kourem@gmail.com>
##
## This file is part of Gajim.
diff --git a/src/common/socks5.py b/src/common/socks5.py
index 6f6d457a8..6d70266a8 100644
--- a/src/common/socks5.py
+++ b/src/common/socks5.py
@@ -2,13 +2,13 @@
## common/xmpp/socks5.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/xmpp_stringprep.py b/src/common/xmpp_stringprep.py
index 3aefb2cf3..9ce38e16f 100644
--- a/src/common/xmpp_stringprep.py
+++ b/src/common/xmpp_stringprep.py
@@ -1,7 +1,7 @@
## common/xmpp_stringprep.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
## Copyright (C) 2001-2005 Twisted Matrix Laboratories.
diff --git a/src/common/zeroconf/connection_handlers_zeroconf.py b/src/common/zeroconf/connection_handlers_zeroconf.py
index 9f17cdad6..8ccc68d64 100644
--- a/src/common/zeroconf/connection_handlers_zeroconf.py
+++ b/src/common/zeroconf/connection_handlers_zeroconf.py
@@ -2,7 +2,7 @@
## Copyright (C) 2006 Gajim Team
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <nkour@jabber.org>
## - Dimitur Kirov <dkirov@gmail.com>
## - Travis Shirk <travis@pobox.com>
diff --git a/src/common/zeroconf/connection_zeroconf.py b/src/common/zeroconf/connection_zeroconf.py
index 5aa78bd2b..56ba905c5 100644
--- a/src/common/zeroconf/connection_zeroconf.py
+++ b/src/common/zeroconf/connection_zeroconf.py
@@ -1,15 +1,15 @@
## common/zeroconf/connection_zeroconf.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <nkour@jabber.org>
## - Dimitur Kirov <dkirov@gmail.com>
## - Travis Shirk <travis@pobox.com>
## - Stefan Bethge <stefan@lanpartei.de>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <nkour@jabber.org>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/config.py b/src/config.py
index efa0312f5..5701dc72a 100644
--- a/src/config.py
+++ b/src/config.py
@@ -1,6 +1,6 @@
## config.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2003-2005 Vincent Hanquez <tab@snarc.org>
diff --git a/src/conversation_textview.py b/src/conversation_textview.py
index fedbafe20..c14336067 100644
--- a/src/conversation_textview.py
+++ b/src/conversation_textview.py
@@ -1,6 +1,6 @@
## conversation_textview.py
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com>
##
diff --git a/src/dataforms_widget.py b/src/dataforms_widget.py
index 46dfd4e6b..96ef01c46 100644
--- a/src/dataforms_widget.py
+++ b/src/dataforms_widget.py
@@ -1,6 +1,6 @@
## dataforms.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <nkour@jabber.org>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2003-2005 Vincent Hanquez <tab@snarc.org>
diff --git a/src/dialogs.py b/src/dialogs.py
index 9e11225e9..4d114ab93 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
## dialogs.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/disco.py b/src/disco.py
index 71f719b48..ed8dc5879 100644
--- a/src/disco.py
+++ b/src/disco.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
## config.py
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005-2006 Stéphan Kochen <stephan@kochen.nl>
##
diff --git a/src/features_window.py b/src/features_window.py
index e7eaa958d..be22f2433 100644
--- a/src/features_window.py
+++ b/src/features_window.py
@@ -1,6 +1,6 @@
## features_window.py
##
-## Copyright (C) 2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2007 Yann Leboulanger <asterix@lagaule.org>
## Stephan Erb <steve-e@h3c.de>
##
## This file is part of Gajim.
diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py
index 63a31a603..91224911d 100644
--- a/src/filetransfers_window.py
+++ b/src/filetransfers_window.py
@@ -1,6 +1,6 @@
## filetransfers_window.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index 11b216023..abbaa0090 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
##
diff --git a/src/gajim.py b/src/gajim.py
index 1660d14f8..b5d1f7c7f 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -2,7 +2,7 @@
## gajim.py
##
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2005 Travis Shirk <travis@pobox.com>
diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py
index e23ee3dc7..eea5fb651 100644
--- a/src/gajim_themes_window.py
+++ b/src/gajim_themes_window.py
@@ -1,13 +1,13 @@
## gajim_themes_window.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index 9405dd7ff..7ba4016cf 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -1,8 +1,8 @@
## groupchat_control.py
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py
index 97cc20116..34a1bd418 100644
--- a/src/gtkexcepthook.py
+++ b/src/gtkexcepthook.py
@@ -1,6 +1,6 @@
## gtkexcepthook.py
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
##
## Initially written and submitted by Gustavo J. A. M. Carneiro
diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py
index ff6a8c78a..48801e3b8 100644
--- a/src/gtkgui_helpers.py
+++ b/src/gtkgui_helpers.py
@@ -1,6 +1,6 @@
## gtkgui_helpers.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2004-2005 Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/history_window.py b/src/history_window.py
index 4a3cf0337..ec85fa102 100644
--- a/src/history_window.py
+++ b/src/history_window.py
@@ -1,12 +1,12 @@
## history_window.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/message_textview.py b/src/message_textview.py
index 9641eb6e4..ba93e6cd5 100644
--- a/src/message_textview.py
+++ b/src/message_textview.py
@@ -1,12 +1,12 @@
## message_textview.py
##
## Contributors for this file:
-## - Yann Le Boulanger <asterix@lagaule.org>
+## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/message_window.py b/src/message_window.py
index 487e7885a..4aae156ed 100644
--- a/src/message_window.py
+++ b/src/message_window.py
@@ -1,8 +1,8 @@
## message_window.py
##
-## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
-## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/notify.py b/src/notify.py
index ba2170d46..8cdc25de1 100644
--- a/src/notify.py
+++ b/src/notify.py
@@ -1,6 +1,6 @@
## notify.py
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005-2006 Andrew Sayman <lorien420@myrealbox.com>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de>
diff --git a/src/profile_window.py b/src/profile_window.py
index b19e19d55..e16f890d1 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -1,6 +1,6 @@
## profile_window.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
##
## This file is part of Gajim.
diff --git a/src/remote_control.py b/src/remote_control.py
index 579450152..3bde37b72 100644
--- a/src/remote_control.py
+++ b/src/remote_control.py
@@ -1,6 +1,6 @@
## remote_control.py
##
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2005-2006 Andrew Sayman <lorien420@myrealbox.com>
diff --git a/src/roster_window.py b/src/roster_window.py
index 7076e2bb2..8f019c455 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
## roster_window.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net>
diff --git a/src/search_window.py b/src/search_window.py
index 5331d8fad..957a73842 100644
--- a/src/search_window.py
+++ b/src/search_window.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
## search_window.py
##
-## Copyright (C) 2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2007 Yann Leboulanger <asterix@lagaule.org>
##
## This file is part of Gajim.
##
diff --git a/src/systray.py b/src/systray.py
index d595ab955..988742564 100644
--- a/src/systray.py
+++ b/src/systray.py
@@ -1,6 +1,6 @@
## systray.py
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/tooltips.py b/src/tooltips.py
index 5b37e4647..1bbe1099c 100644
--- a/src/tooltips.py
+++ b/src/tooltips.py
@@ -2,7 +2,7 @@
##
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com>
-## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com>
##
## This file is part of Gajim.
diff --git a/src/vcard.py b/src/vcard.py
index 108eacade..4784d9f0d 100644
--- a/src/vcard.py
+++ b/src/vcard.py
@@ -1,6 +1,6 @@
## vcard.py (has VcardWindow class and a func get_avatar_pixbuf_encoded_mime)
##
-## Copyright (C) 2003-2007 Yann Le Boulanger <asterix@lagaule.org>
+## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net>