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/features_window.py')
-rw-r--r--src/features_window.py16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/features_window.py b/src/features_window.py
index 44d476161..3a804c0bd 100644
--- a/src/features_window.py
+++ b/src/features_window.py
@@ -1,7 +1,11 @@
-## features_window.py
+## src/features_window.py
##
-## Copyright (C) 2007 Yann Leboulanger <asterix@lagaule.org>
-## Stephan Erb <steve-e@h3c.de>
+## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
+## Julien Pivotto <roidelapluie AT gmail.com>
+## Stefan Bethge <stefan AT lanpartei.de>
+## 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.
##
@@ -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 os
@@ -319,4 +323,4 @@ class FeaturesWindow:
from common import gajim
return gajim.HAVE_PYSEXY
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: