From b58dfd6a596b3428468c687655a62b860c39880f Mon Sep 17 00:00:00 2001
From: Julien Pivotto <roidelapluie@esquimaux.be>
Date: Fri, 15 Aug 2008 03:39:27 +0000
Subject: [PATCH] Prevent many traceback due to headers and my last commit
 (it's late, sorry)

---
 src/common/config.py     |  2 +-
 src/common/connection.py |  2 +-
 src/common/pep.py        | 24 ++++++++++++++++++++++++
 src/common/sleepy.py     |  5 ++---
 src/config.py            |  2 +-
 src/disco.py             |  2 +-
 src/gajim.py             |  2 +-
 src/roster_window.py     |  2 +-
 src/tooltips.py          |  2 +-
 9 files changed, 33 insertions(+), 10 deletions(-)

diff --git a/src/common/config.py b/src/common/config.py
index b6f909c147..f895c73d8a 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -2,7 +2,7 @@
 ##
 ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
 ## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
-## Copyright (C) 2005 Stéphan Kochen <stephan AT kochen.nl>
+## Copyright (C) 2005 Stephan Kochen <stephan AT kochen.nl>
 ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
 ##                         Alex Mauer <hawke AT hawkesnest.net>
 ##                         Nikos Kouremenos <kourem AT gmail.com>
diff --git a/src/common/connection.py b/src/common/connection.py
index 0ed03748ea..5a0f0fff22 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -3,7 +3,7 @@
 ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
 ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
 ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
-##                    Stéphan Kochen <stephan AT kochen.nl>
+##                    Stephan Kochen <stephan AT kochen.nl>
 ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
 ##                         Travis Shirk <travis AT pobox.com>
 ##                         Nikos Kouremenos <kourem AT gmail.com>
diff --git a/src/common/pep.py b/src/common/pep.py
index f781643709..9814c49371 100644
--- a/src/common/pep.py
+++ b/src/common/pep.py
@@ -1,3 +1,27 @@
+## src/common/pep.py
+##
+## Copyright (C) 2007 Piotr Gaczkowski <doomhammerng AT gmail.com>
+## Copyright (C) 2007-2008 Yann Leboulanger <asterix AT lagaule.org>
+## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
+##                    Jean-Marie Traissard <jim AT lapin.org>
+##                    Jonathan Schleifer <js-gajim AT webkeks.org>
+##                    Stephan Erb <steve-e AT h3c.de>
+##
+## This file is part of Gajim.
+##
+## Gajim is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published
+## by the Free Software Foundation; version 3 only.
+##
+## Gajim is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
+##
+
 from common import gajim, xmpp
 
 MOODS = {
diff --git a/src/common/sleepy.py b/src/common/sleepy.py
index c42e525466..a017600e6a 100644
--- a/src/common/sleepy.py
+++ b/src/common/sleepy.py
@@ -1,11 +1,10 @@
 ## src/common/sleepy.py
 ##
 ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org>
-## Copyright (C) 2005-2006 Yann Leboulanger <asterix AT lagaule.org>
-##                         Nikos Kouremenos <kourem AT gmail.com>
+## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
 ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
 ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
-##                    Mateusz Biliński <mateusz AT bilinski.it>
+##                    Mateusz Bilinski <mateusz AT bilinski.it>
 ##
 ## This file is part of Gajim.
 ##
diff --git a/src/config.py b/src/config.py
index b9fb2adaae..35f367dff2 100644
--- a/src/config.py
+++ b/src/config.py
@@ -3,7 +3,7 @@
 ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
 ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
 ## Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
-##                    Stéphan Kochen <stephan AT kochen.nl>
+##                    Stephan Kochen <stephan AT kochen.nl>
 ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
 ##                         Nikos Kouremenos <kourem AT gmail.com>
 ## Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
diff --git a/src/disco.py b/src/disco.py
index 8bbc01c848..3f947b3405 100644
--- a/src/disco.py
+++ b/src/disco.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 ## src/disco.py
 ##
-## Copyright (C) 2005-2006 Stéphan Kochen <stephan AT kochen.nl>
+## Copyright (C) 2005-2006 Stephan Kochen <stephan AT kochen.nl>
 ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
 ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
 ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
diff --git a/src/gajim.py b/src/gajim.py
index 50265fc34a..7a0099233f 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -5,7 +5,7 @@
 ## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
 ## Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
 ##                    Norman Rasmussen <norman AT rasmussen.co.za>
-##                    Stéphan Kochen <stephan AT kochen.nl>
+##                    Stephan Kochen <stephan AT kochen.nl>
 ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
 ##                         Alex Mauer <hawke AT hawkesnest.net>
 ## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
diff --git a/src/roster_window.py b/src/roster_window.py
index eb4816cb72..d7528488f1 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -3,7 +3,7 @@
 ##
 ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
 ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
-##                    Stéphan Kochen <stephan AT kochen.nl>
+##                    Stephan Kochen <stephan AT kochen.nl>
 ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
 ## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
 ##                         Nikos Kouremenos <kourem AT gmail.com>
diff --git a/src/tooltips.py b/src/tooltips.py
index 9932177be4..0982c12650 100644
--- a/src/tooltips.py
+++ b/src/tooltips.py
@@ -2,7 +2,7 @@
 ## src/tooltips.py
 ##
 ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
-##                    Stéphan Kochen <stephan AT kochen.nl>
+##                    Stephan Kochen <stephan AT kochen.nl>
 ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
 ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
 ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
-- 
GitLab