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:
Diffstat (limited to 'src/common/dbus_support.py')
-rw-r--r--src/common/dbus_support.py19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/common/dbus_support.py b/src/common/dbus_support.py
index d9c04ab0d..76afe2d61 100644
--- a/src/common/dbus_support.py
+++ b/src/common/dbus_support.py
@@ -1,9 +1,12 @@
-## dbus_support.py
+## src/common/dbus_support.py
##
-## 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>
+## Copyright (C) 2005 Andrew Sayman <lorien420 AT myrealbox.com>
+## Dimitur Kirov <dkirov AT gmail.com>
+## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
+## Copyright (C) 2005-2007 Yann Leboulanger <asterix AT lagaule.org>
+## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
+## Stefan Bethge <stefan AT lanpartei.de>
+## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
@@ -13,11 +16,11 @@
##
## 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
+## 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/>.
+## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
##
import os, sys
@@ -150,4 +153,4 @@ if supported:
'''Raised when one of the provided arguments is invalid.'''
_dbus_error_name = _GAJIM_ERROR_IFACE + '.InvalidArgument'
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: