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/network_manager_listener.py')
-rw-r--r--src/network_manager_listener.py16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/network_manager_listener.py b/src/network_manager_listener.py
index e95a3651e..bab796cac 100644
--- a/src/network_manager_listener.py
+++ b/src/network_manager_listener.py
@@ -1,7 +1,11 @@
# -*- coding: utf-8 -*-
-## network_manager_listener.py
-## Copyright (C) 2006 Jeffrey C. Ollie <jeff at ocjtech.us>
-## Copyright (C) 2006 Stefan Bethge <stefan at lanpartei.de>
+## src/network_manager_listener.py
+##
+## Copyright (C) 2006 Jeffrey C. Ollie <jeff AT ocjtech.us>
+## 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.
##
@@ -11,11 +15,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 sys
@@ -59,4 +63,4 @@ else:
except:
pass
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: