diff --git a/src/advanced.py b/src/advanced.py index 76839cd8cfcc98553a30ceac0fd897f30a967b9e..eba6d8fad89d608370f1c3805d6b785b3b7fa6b7 100644 --- a/src/advanced.py +++ b/src/advanced.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/advanced.py ## ## Copyright (C) 2005 Travis Shirk <travis AT pobox.com> @@ -6,7 +7,6 @@ ## Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> ## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/atom_window.py b/src/atom_window.py index 8e71130ba9ca64a3c6e474231a3f881559bf073d..ed7d6a956eee15b2565d24a40c8ac6c496125fbf 100644 --- a/src/atom_window.py +++ b/src/atom_window.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/atom_window.py ## ## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org> diff --git a/src/cell_renderer_image.py b/src/cell_renderer_image.py index af7a96faad7e34b7aa333fced8d202bf60c27c9c..dcf12ae899b0c04c334603924064578a33519268 100644 --- a/src/cell_renderer_image.py +++ b/src/cell_renderer_image.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/cell_renderer_image.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006 Travis Shirk <travis AT pobox.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/chat_control.py b/src/chat_control.py index 8bf5e712db24e99c3647d02e8fb4895fdb401cd9..a5928e2e072f97737ef0ac9502d46c6a9a31b075 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/chat_control.py ## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> diff --git a/src/common/GnuPGInterface.py b/src/common/GnuPGInterface.py index e7b074558ad3bb22402a486274cc7b8027761861..f798d785be450a953bd613d42191f43627a9304f 100644 --- a/src/common/GnuPGInterface.py +++ b/src/common/GnuPGInterface.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/GnuPGInterface.py ## -## Copyright (C) 2001 Frank J. Tobin <ftobin@neverending.org> +## Copyright (C) 2001 Frank J. Tobin <ftobin AT neverending.org> ## Copyright (C) 2005 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org> -## Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/__init__.py b/src/common/__init__.py index 5ef271917da7645d184d9f81e57432f0270c74e5..de18c815972b9280027f7f7d51de5484daa696a2 100644 --- a/src/common/__init__.py +++ b/src/common/__init__.py @@ -1,22 +1,2 @@ -## src/common/__init__.py -## -## Copyright (C) 2005 Yann Leboulanger <asterix AT lagaule.org> -## Nikos Kouremenos <kourem AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> -## -## 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/>. -## # vim: se ts=3: diff --git a/src/common/atom.py b/src/common/atom.py index 4b99d533a9c419efd30f4b90e605944b0162fd11..ff9765b27aa42a28ac220319770044a608cf46d4 100644 --- a/src/common/atom.py +++ b/src/common/atom.py @@ -4,7 +4,6 @@ ## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org> ## Tomasz Melcer <liori AT exroot.org> ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/caps.py b/src/common/caps.py index abc7db94a13f21aa085963488338830f6c5c0980..fe52704e0919138746afd9f2dea80d1f5c32f075 100644 --- a/src/common/caps.py +++ b/src/common/caps.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/caps.py ## ## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org> diff --git a/src/common/check_paths.py b/src/common/check_paths.py index 160fe4f70b68d87a55b9dd9d8aebfec6cd924d84..4edca5d7f6ac4eb05be386a8840e4ec1a2a5460e 100644 --- a/src/common/check_paths.py +++ b/src/common/check_paths.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/check_paths.py ## ## Copyright (C) 2005-2006 Travis Shirk <travis AT pobox.com> @@ -6,7 +7,6 @@ ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> ## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org> ## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org> -## Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/commands.py b/src/common/commands.py index 85d7e9b54a8807d97dd96789247f1075686172fa..73dbd5b7270193496717d7f3b309680d69a4d94c 100644 --- a/src/common/commands.py +++ b/src/common/commands.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/commands.py ## ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> ## Tomasz Melcer <liori AT exroot.org> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com> -## Jonathan Schleifer <js-gajim AT webkeks.org> ## Stephan Erb <steve-e AT h3c.de> ## ## This file is part of Gajim. diff --git a/src/common/config.py b/src/common/config.py index f895c73d8a5e51ddad23165c88bc4e23e58214ea..ed7e88f7ae9a4c2caccb7c3d00fdc8e4f27edf1a 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -1,8 +1,9 @@ +# -*- coding:utf-8 -*- ## src/common/config.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org> -## Copyright (C) 2005 Stephan Kochen <stephan AT kochen.nl> +## Copyright (C) 2005 Stéphan 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/configpaths.py b/src/common/configpaths.py index 311defe48280e0facad23fe1dca44fa6fa665a9d..5f59fa4c56fbc73d8ae7844309c0cd8a6fb8262f 100644 --- a/src/common/configpaths.py +++ b/src/common/configpaths.py @@ -1,7 +1,8 @@ +# -*- coding:utf-8 -*- ## src/common/configpaths.py ## ## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org> -## Junglecow <junglecow AT gmail.com> +## Junglecow J <junglecow AT gmail.com> ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> diff --git a/src/common/connection.py b/src/common/connection.py index 5a0f0fff22ea82c8dc5ccbf5763f4f22ccfb9523..ecf39193c4298ab24f5b69d0e6813594e4c84e6f 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1,13 +1,14 @@ +# -*- coding:utf-8 -*- ## src/common/connection.py ## ## 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> -## Stephan Kochen <stephan AT kochen.nl> +## Stéphan 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> -## Copyright (C) 2006 Junglecow <junglecow AT gmail.com> +## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com> ## Stefan Bethge <stefan AT lanpartei.de> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org> diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 2a575e0469252c08d2fd27a1c054dd4363cc40eb..361b4e9e5de077a6adb73ec27183d28e7b15b6bc 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1,7 +1,8 @@ +# -*- coding:utf-8 -*- ## src/common/connection_handlers.py ## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> -## Junglecow <junglecow AT gmail.com> +## Junglecow J <junglecow AT gmail.com> ## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org> ## Travis Shirk <travis AT pobox.com> ## Nikos Kouremenos <kourem AT gmail.com> diff --git a/src/common/contacts.py b/src/common/contacts.py index 67b03fce8356df4f41344453a3a4ebca076a4771..944576096e97e0ae31b2404ecb76a7cc4fe53f6e 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/contacts.py ## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> diff --git a/src/common/crypto.py b/src/common/crypto.py index 859b8ba15a8d200ac19b4ef8f935a81c6d6badfe..2044cd9af236a0a2fed81b245dd5669ec86e5479 100644 --- a/src/common/crypto.py +++ b/src/common/crypto.py @@ -1,8 +1,8 @@ # common crypto functions (mostly specific to XEP-0116, but useful elsewhere) +# -*- coding:utf-8 -*- ## src/common/crypto.py ## ## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/dataforms.py b/src/common/dataforms.py index 59f39981548cb085a9908b683f0d5fa58b117097..144df2bab645e8dd91ef20afead0ba68c38fac7e 100644 --- a/src/common/dataforms.py +++ b/src/common/dataforms.py @@ -1,10 +1,10 @@ # this will go to src/common/xmpp later, for now it is in src/common +# -*- coding:utf-8 -*- ## src/common/dataforms.py ## ## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org> ## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/dbus_support.py b/src/common/dbus_support.py index 76afe2d61548c9c8c99e0425239277246d8ae0ca..dd741c5978bdade13d10ad26cdf6eae07868c019 100644 --- a/src/common/dbus_support.py +++ b/src/common/dbus_support.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/dbus_support.py ## ## Copyright (C) 2005 Andrew Sayman <lorien420 AT myrealbox.com> diff --git a/src/common/defs.py b/src/common/defs.py index 047f9202ea41ae46c71891c5f899fdd09759d8cf..55a2b92bd4bfc837b06af6685339bceba72fc9ff 100644 --- a/src/common/defs.py +++ b/src/common/defs.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/defs.py ## ## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com> diff --git a/src/common/dh.py b/src/common/dh.py index d371a58231b96c783e3a95cf6e7accedb6380df9..e9b30d32ea6c037e1f783d315dc7ebe696f63b0f 100644 --- a/src/common/dh.py +++ b/src/common/dh.py @@ -1,8 +1,8 @@ +# -*- coding:utf-8 -*- ## src/common/dh.py ## ## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com> -## Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/events.py b/src/common/events.py index 2741e30e4fdd2791ba17ff6edf0470335ff882c5..26e47fadfd2c71b875234c856731a732af6d1dcf 100644 --- a/src/common/events.py +++ b/src/common/events.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/events.py ## ## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org> diff --git a/src/common/exceptions.py b/src/common/exceptions.py index 2a9b4247da9bf6e0e8534e5690f8f6339e40dbac..52c08b6310bc3d8953bd3f4e8bdb1fc8d8884ac3 100644 --- a/src/common/exceptions.py +++ b/src/common/exceptions.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/exceptions.py ## ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/fuzzyclock.py b/src/common/fuzzyclock.py index 8fd38f3c5e94ad310d2f0749bd7840be4aa6e58d..3726812074fd65ce0cae8ba554101d8614bda40b 100755 --- a/src/common/fuzzyclock.py +++ b/src/common/fuzzyclock.py @@ -1,9 +1,9 @@ +# -*- coding:utf-8 -*- ## src/common/fuzzyclock.py ## ## Copyright (C) 2006 Christoph Neuroth <delmonico AT gmx.net> ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/gajim.py b/src/common/gajim.py index a60b235b70904fae57a10535270f68976e2550b5..932a9ec1388c7e723615ea70eadade1d554b42de 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -1,10 +1,11 @@ +# -*- coding:utf-8 -*- ## src/common/gajim.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com> ## Travis Shirk <travis AT pobox.com> ## Nikos Kouremenos <kourem AT gmail.com> -## Copyright (C) 2006 Junglecow <junglecow AT gmail.com> +## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com> ## Stefan Bethge <stefan AT lanpartei.de> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com> diff --git a/src/common/helpers.py b/src/common/helpers.py index e0c9994418505b4a917c2c18dc63974d3f3f07ae..570b5213bf379f51b154d7f335f012563fe9d86e 100644 --- a/src/common/helpers.py +++ b/src/common/helpers.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/helpers.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> diff --git a/src/common/i18n.py b/src/common/i18n.py index 4d15e7536ce5638124cbc87f9476f1f9388da8f1..b4c02ac418f2b73e1de4a25a4233a858509c2195 100644 --- a/src/common/i18n.py +++ b/src/common/i18n.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/i18n.py ## ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2004 Vincent Hanquez <tab AT snarc.org> ## Copyright (C) 2004-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/logger.py b/src/common/logger.py index c917024ce9ba1dfda99ca006b91872a1fa7960b1..698e11f2f5e0067e6179f069fc742bc02851cf94 100644 --- a/src/common/logger.py +++ b/src/common/logger.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/logger.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> @@ -7,7 +8,6 @@ ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org> ## Julien Pivotto <roidelapluie AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/nslookup.py b/src/common/nslookup.py index f5c2cbd768bbb6aed10c25bf2d8f771e3ded28bf..e7b55ab9804d9118738480f5633a17f4f4962842 100644 --- a/src/common/nslookup.py +++ b/src/common/nslookup.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/nslookup.py ## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> diff --git a/src/common/optparser.py b/src/common/optparser.py index 5b017cbe64e6c169d686e73d44874133be639ae3..52cb7293752fc47ce50e6da04bbe04c3d9fb1591 100644 --- a/src/common/optparser.py +++ b/src/common/optparser.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/optparser.py ## ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org> @@ -9,7 +10,6 @@ ## Brendan Taylor <whateley AT gmail.com> ## Tomasz Melcer <liori AT exroot.org> ## Stephan Erb <steve-e AT h3c.de> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/passwords.py b/src/common/passwords.py index 9a48841ed4cbe87956cd971c016862accda38233..2acd536ccc763eb80443285bf8af8e6c5e53adbf 100644 --- a/src/common/passwords.py +++ b/src/common/passwords.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/passwords.py ## ## Copyright (C) 2006 Gustavo J. A. M. Carneiro <gjcarneiro AT gmail.com> @@ -5,8 +6,7 @@ ## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> ## Julien Pivotto <roidelapluie AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> -## Stephan Erb <steve-e AT h3c.de> +## Copyright (C) 2008 Stephan Erb <steve-e AT h3c.de> ## ## This file is part of Gajim. ## diff --git a/src/common/pep.py b/src/common/pep.py index 9814c49371d6ad365bfeaa94906c93d9426a0409..24bd6ef35c9cbd2fc836ecd043f427838084ce0c 100644 --- a/src/common/pep.py +++ b/src/common/pep.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/pep.py ## ## Copyright (C) 2007 Piotr Gaczkowski <doomhammerng AT gmail.com> diff --git a/src/common/proxy65_manager.py b/src/common/proxy65_manager.py index 57b3a2f55f5775a2e4372a05a677de76290cd239..a3fd34ce2ce28c2385ea60e1cb59154920b68f18 100644 --- a/src/common/proxy65_manager.py +++ b/src/common/proxy65_manager.py @@ -1,9 +1,9 @@ +# -*- coding:utf-8 -*- ## src/common/proxy65_manager.py ## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> ## Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/pubsub.py b/src/common/pubsub.py index dfed21487f5db727a2ef8b225a3261c0706d8637..dad29d18797701e3a1dce03f385eb5773c3124ff 100644 --- a/src/common/pubsub.py +++ b/src/common/pubsub.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/pubsub.py ## ## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org> ## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> -## Stephan Erb <steve-e AT h3c.de> +## Copyright (C) 2008 Stephan Erb <steve-e AT h3c.de> ## ## This file is part of Gajim. ## diff --git a/src/common/rst_xhtml_generator.py b/src/common/rst_xhtml_generator.py index 2be34de8aa8ac35564189811e4b8f46f08d8ce87..315b011adb4ff003f636dcda70c46544b94b309e 100644 --- a/src/common/rst_xhtml_generator.py +++ b/src/common/rst_xhtml_generator.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/rst_xhtml_generator.py ## ## Copyright (C) 2006 Santiago Gala ## Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/common/sleepy.py b/src/common/sleepy.py index a017600e6a80b0247cac62904e04f3a2ffd0b05e..0073908fd5d0c68772b2cea2033809805be22e03 100644 --- a/src/common/sleepy.py +++ b/src/common/sleepy.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/sleepy.py ## ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org> ## 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 Bilinski <mateusz AT bilinski.it> +## Copyright (C) 2008 Mateusz Biliński <mateusz AT bilinski.it> ## ## This file is part of Gajim. ## diff --git a/src/common/socks5.py b/src/common/socks5.py index a8590a9986fa1c9c82321f4a6a044f6fc739de77..6787f2ffe8ab068e06a70ea048d086b4c659e0a7 100644 --- a/src/common/socks5.py +++ b/src/common/socks5.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/socks5.py ## ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com> diff --git a/src/common/stanza_session.py b/src/common/stanza_session.py index 91e4b7f5c2eff7ee0380f368f2caf4d07cf83f1c..7fe0150735d5625524ab43dc01fdfa1d7de0fe3a 100644 --- a/src/common/stanza_session.py +++ b/src/common/stanza_session.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/common/stanza_session.py ## ## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com> diff --git a/src/common/xmpp_stringprep.py b/src/common/xmpp_stringprep.py index 1ed1cb945579d9e14cbf42bbccd435d0253ca6f1..eb587dbca3356b148065ff7c87520301cd975b76 100644 --- a/src/common/xmpp_stringprep.py +++ b/src/common/xmpp_stringprep.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/common/xmpp_stringprep.py ## ## Copyright (C) 2001-2005 Twisted Matrix Laboratories ## Copyright (C) 2005-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/config.py b/src/config.py index 35f367dff26d1c07be983529b6a7836ca7a56250..e93cf561d5399cfa900d9309e7b1c855090cf0e2 100644 --- a/src/config.py +++ b/src/config.py @@ -1,12 +1,13 @@ +# -*- coding:utf-8 -*- ## src/config.py ## ## 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> -## Stephan Kochen <stephan AT kochen.nl> +## Stéphan 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> +## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com> ## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com> ## Stefan Bethge <stefan AT lanpartei.de> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> diff --git a/src/conversation_textview.py b/src/conversation_textview.py index 285841baa7189dd3be167785ca3847aa1c30f678..2209038e2d603742cc48ef6bbe43da4bedfaa304 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/conversation_textview.py ## ## Copyright (C) 2005 Norman Rasmussen <norman AT rasmussen.co.za> diff --git a/src/dataforms_widget.py b/src/dataforms_widget.py index b0abb97d0bc040c46e59293c349bfc97cd17757e..e69ad72229bd8dfc5bad824664d13fff5af78ed1 100644 --- a/src/dataforms_widget.py +++ b/src/dataforms_widget.py @@ -1,9 +1,9 @@ +# -*- coding:utf-8 -*- ## src/dataforms_widget.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org> ## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/disco.py b/src/disco.py index 3f947b340500722a71e7a09ee511a01ab6135b44..e1a4df11effa7b0ccc88a2d34f2ea3dfdc3af2b1 100644 --- a/src/disco.py +++ b/src/disco.py @@ -1,13 +1,12 @@ # -*- coding: utf-8 -*- ## src/disco.py ## -## Copyright (C) 2005-2006 Stephan Kochen <stephan AT kochen.nl> +## Copyright (C) 2005-2006 Stéphan 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> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/features_window.py b/src/features_window.py index 3a804c0bd01d39ce02721c1d3373635b809a4557..bf0a0881bfad6ac375654d9361d22058361d20cc 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/features_window.py ## ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py index a4575b03d1e82509b8d4827b86d29f3795f0486c..fa51520ba2be4b6c287c7ee8243fa80c85c4855c 100644 --- a/src/filetransfers_window.py +++ b/src/filetransfers_window.py @@ -1,10 +1,10 @@ +# -*- coding:utf-8 -*- ## src/filetransfers_window.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006 Travis Shirk <travis AT pobox.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/gajim-remote.py b/src/gajim-remote.py index b5b6a0a18411a511c10dd5fe6d0781ec9042206f..41a43658a0d843a93b32b2fafa091b0eeda2140b 100755 --- a/src/gajim-remote.py +++ b/src/gajim-remote.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding:utf-8 -*- ## src/gajim-remote.py ## ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com> @@ -8,7 +9,6 @@ ## Travis Shirk <travis AT pobox.com> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/gajim.py b/src/gajim.py index 7a0099233f3a722881336d425be342431394606c..c8698bc1709a15fd2c9c6cec27575d01138f0f0a 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1,16 +1,17 @@ #!/usr/bin/env python +# -*- coding:utf-8 -*- ## src/gajim.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## 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> -## Stephan Kochen <stephan AT kochen.nl> +## Stéphan 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> ## Nikos Kouremenos <kourem AT gmail.com> -## Copyright (C) 2006 Junglecow <junglecow AT gmail.com> +## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com> ## Stefan Bethge <stefan AT lanpartei.de> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net> diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py index 9d522c31478fdbe44b9f47c700f20d3bb82e4944..97c1fa2bc0dbec0d0961520d01aef5138055c3db 100644 --- a/src/gajim_themes_window.py +++ b/src/gajim_themes_window.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/gajim_themes_window.py ## ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org> @@ -5,7 +6,6 @@ ## Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 357ab4e8d389ab17cfbfdb95af2efb8de7d887c4..6c6ff651abfd44173d37f2ce411bf65a68256666 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/groupchat_control.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> diff --git a/src/groups.py b/src/groups.py index a86a4dc1d02f50dd9f3aab6afffdb5e73e3cfd57..a827ed28813753de1102354ec37f1eeb3c184dbc 100644 --- a/src/groups.py +++ b/src/groups.py @@ -1,8 +1,8 @@ +# -*- coding:utf-8 -*- ## src/groups.py ## ## Copyright (C) 2006 Yann Leboulanger <asterix AT lagaule.org> ## Tomasz Melcer <liori AT exroot.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index 170422ce79812a0cad4219f564e840d0dde7c1f3..04470cae0e22b29fbb737b8cc04628855781a142 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -1,9 +1,9 @@ +# -*- coding:utf-8 -*- ## src/gtkexcepthook.py ## ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> -## Stephan Erb <steve-e AT h3c.de> +## Copyright (C) 2008 Stephan Erb <steve-e AT h3c.de> ## ## This file is part of Gajim. ## diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index 933d15836b7b472a21d50472ed337b8569a5a3c9..7aed83fef51902c4baee9223b2d0fff7b35b8d1b 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -1,10 +1,11 @@ +# -*- coding:utf-8 -*- ## src/gtkgui_helpers.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006 Travis Shirk <travis AT pobox.com> -## Copyright (C) 2006-2007 Junglecow <junglecow AT gmail.com> +## Copyright (C) 2006-2007 Junglecow J <junglecow AT gmail.com> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 James Newton <redshodan AT gmail.com> ## Julien Pivotto <roidelapluie AT gmail.com> diff --git a/src/history_manager.py b/src/history_manager.py index 175b022187a86fc54ad8303598f0b84bacdbc664..2dd20f5c6734526a9d28cc67a3240f5266c9d850 100755 --- a/src/history_manager.py +++ b/src/history_manager.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding:utf-8 -*- ## src/history_manager.py ## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> diff --git a/src/history_window.py b/src/history_window.py index 476e9ad561c54b4849057bacbc8691e78f6428a8..8c60aa5ef823216dd6acd8ed56afb09fae294918 100644 --- a/src/history_window.py +++ b/src/history_window.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/history_window.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> @@ -8,7 +9,6 @@ ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de> ## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com> -## Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/htmltextview.py b/src/htmltextview.py index 5863d4f19e73303a97d115603eb3c2bd42469f84..342cffadf32ef215ef33e0191dc33c4b32b01957 100644 --- a/src/htmltextview.py +++ b/src/htmltextview.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/htmltextview.py ## ## Copyright (C) 2005 Gustavo J. A. M. Carneiro diff --git a/src/ipython_view.py b/src/ipython_view.py index cad6be0bb3550693f4b46b5b2b147fb4e02de54e..37b8213adc97b54f07685ef8eef153b01ecc84ef 100644 --- a/src/ipython_view.py +++ b/src/ipython_view.py @@ -1,20 +1,8 @@ #!/usr/bin/python - -## Copyright (c) 2007, IBM Corporation -## All rights reserved. - -## Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -## * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -## * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -## * Neither the name of the IBM Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +# -*- coding:utf-8 -*- ## src/ipython_view.py ## ## Copyright (C) 2008 Yann Leboulanger <asterix AT lagaule.org> -## Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## @@ -30,7 +18,16 @@ ## You should have received a copy of the GNU General Public License ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. ## +## Copyright (c) 2007, IBM Corporation +## All rights reserved. + +## Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +## * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +## * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +## * Neither the name of the IBM Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ''' Provides IPython console widget. diff --git a/src/lastfm.py b/src/lastfm.py index a9efbf60860ed75bee8362d27144297dbefa8c56..a5d0840f5fbaedd5d9283a60d2e153ea23a06e25 100644 --- a/src/lastfm.py +++ b/src/lastfm.py @@ -1,10 +1,10 @@ #!/usr/bin/env python +# -*- coding:utf-8 -*- ## src/lastfm.py ## -## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org> -## Olivier Mehani <shtrom@ssji.net> +## Copyright (C) 2007 Olivier Mehani <shtrom AT ssji.net> +## Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007-2008 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/lastfm_track_listener.py b/src/lastfm_track_listener.py index 9d48f3c2584c2610fde88c795325ff101ef5a9da..6d43475eeeb064b510bda62a65663fc0bf89c107 100644 --- a/src/lastfm_track_listener.py +++ b/src/lastfm_track_listener.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- ## src/lastfm_track_listener.py ## -## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org> -## Olivier Mehani <shtrom-gajim AT ssji.net> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> +## Copyright (C) 2007 Olivier Mehani <shtrom-gajim AT ssji.net> +## Yann Leboulanger <asterix AT lagaule.org> ## ## This file is part of Gajim. ## diff --git a/src/message_control.py b/src/message_control.py index bced23d3c42d22167309e4841cad75135cb6d25b..88923e6252e3570291b6bc787dc97b8cb899c947 100644 --- a/src/message_control.py +++ b/src/message_control.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/message_control.py ## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> diff --git a/src/message_textview.py b/src/message_textview.py index c4fb798eec209b7317206a5c941d7b1454a671bd..334bdac93381dbdce347ef5edf04add27bfcc4be 100644 --- a/src/message_textview.py +++ b/src/message_textview.py @@ -1,9 +1,9 @@ +# -*- coding:utf-8 -*- ## src/message_textview.py ## ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/message_window.py b/src/message_window.py index 2be38edf5cbe7a644756571d5504a17415472d88..998cbbb6ac70801b248d90d016152856c4344bbe 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/message_window.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> diff --git a/src/negotiation.py b/src/negotiation.py index 2c8cd4afc3981ea27897b2dfe9da83255e8cf4b9..5e7f15dede74d9e546f297ba0e02d15c475ba235 100644 --- a/src/negotiation.py +++ b/src/negotiation.py @@ -1,8 +1,8 @@ +# -*- coding:utf-8 -*- ## src/negotiation.py ## ## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/network_manager_listener.py b/src/network_manager_listener.py index bab796cac0cd47db2619702306f96d07340b4cf8..91a37d0cbbcf76ba8d263eafe3bfa17c1c6db315 100644 --- a/src/network_manager_listener.py +++ b/src/network_manager_listener.py @@ -5,7 +5,6 @@ ## Nikos Kouremenos <kourem AT gmail.com> ## Stefan Bethge <stefan AT lanpartei.de> ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/notify.py b/src/notify.py index 7a8531d20a7a40d5b750049d93626d30b9aff9c9..623a6529ff9a68e7464d08292f66ec09e37b0aa4 100644 --- a/src/notify.py +++ b/src/notify.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/notify.py ## ## Copyright (C) 2005 Sebastian Estienne diff --git a/src/profile_window.py b/src/profile_window.py index 7e95b914f3531e2911d591485610cc22deaa0834..9b204b824ef97cfc799fbd63d95b328741736c85 100644 --- a/src/profile_window.py +++ b/src/profile_window.py @@ -1,9 +1,9 @@ +# -*- coding:utf-8 -*- ## src/profile_window.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/remote_control.py b/src/remote_control.py index daf66f84c45e511c877e3b68bf51ba9d8224ff98..835c0b377ca852e768146de9007d9c25557b366a 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/remote_control.py ## ## Copyright (C) 2005-2006 Andrew Sayman <lorien420 AT myrealbox.com> diff --git a/src/roster_window.py b/src/roster_window.py index d7528488f1f5a2244d9bf3cf7076c211857373c6..eb4816cb72e6906954dee44a88ef232614f5a2d2 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> -## Stephan Kochen <stephan AT kochen.nl> +## Stéphan 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/search_window.py b/src/search_window.py index 69cd71c4c8e93242c3dc61fedffbd351e45c674f..dc53c68af949f47d92a7936e56681c77dcb2dee4 100644 --- a/src/search_window.py +++ b/src/search_window.py @@ -3,7 +3,6 @@ ## ## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de> ## Copyright (C) 2007-2008 Yann Leboulanger <asterix AT lagaule.org> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/secrets.py b/src/secrets.py index bfceee432ed8ebe975de2e3949f9c7473983b224..772dfb83a06f26e9f5672684868da6e05b1df494 100644 --- a/src/secrets.py +++ b/src/secrets.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/secrets.py ## ## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com> diff --git a/src/session.py b/src/session.py index 930312f5a08eb3e4ee3b901cb4149a64b346a2c2..f3c60fc399b6817d470db0be1e2290bd09c5070f 100644 --- a/src/session.py +++ b/src/session.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/session.py ## ## Copyright (C) 2008 Yann Leboulanger <asterix AT lagaule.org> diff --git a/src/statusicon.py b/src/statusicon.py index 619c96915c748256c02ad623a51272fce51b4c30..1a46f7e3fbcec6fec38cedafdf11619d3ed9296d 100644 --- a/src/statusicon.py +++ b/src/statusicon.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/statusicon.py ## ## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com> diff --git a/src/systray.py b/src/systray.py index 3a23a494e910a0751b48112ca58d240145f186a4..18f6267168e5568c2248ce8ced6dc2266ea4447c 100644 --- a/src/systray.py +++ b/src/systray.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- ## src/systray.py ## ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org> @@ -10,7 +11,6 @@ ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> ## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net> ## Julien Pivotto <roidelapluie AT gmail.com> -## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> ## ## This file is part of Gajim. ## diff --git a/src/tooltips.py b/src/tooltips.py index 0982c126505fa5257ff5b5dc9127a4aa674d3cd5..9932177be4b0b013db664128478e6e8bbc4f1165 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> -## Stephan Kochen <stephan AT kochen.nl> +## Stéphan 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> diff --git a/src/vcard.py b/src/vcard.py index bd159bd5e7a207cd2f498fa6a7228e47c39d209d..47a1b45a7b765419ffbfb8c19eca49918acd6fe1 100644 --- a/src/vcard.py +++ b/src/vcard.py @@ -1,10 +1,11 @@ +# -*- coding:utf-8 -*- ## src/vcard.py ## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> ## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com> -## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> -## Junglecow <junglecow AT gmail.com> +## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com> +## Dimitur Kirov <dkirov AT gmail.com> ## Travis Shirk <travis AT pobox.com> ## Stefan Bethge <stefan AT lanpartei.de> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>