Prevent many traceback due to headers and my last commit (it's late,
sorry)
This commit is contained in:
parent
8bc9bc29ae
commit
b58dfd6a59
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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.
|
||||
##
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue