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/nslookup.py')
-rw-r--r--src/common/nslookup.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/common/nslookup.py b/src/common/nslookup.py
index 12722b478..f5c2cbd76 100644
--- a/src/common/nslookup.py
+++ b/src/common/nslookup.py
@@ -1,6 +1,9 @@
-## common/nslookup.py
+## src/common/nslookup.py
##
-## Copyright (C) 2006 Dimitur Kirov <dkirov@gmail.com>
+## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
+## Nikos Kouremenos <kourem AT gmail.com>
+## 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.
##
@@ -10,11 +13,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
@@ -334,4 +337,4 @@ if __name__ == '__main__':
gobject.timeout_add(200, process)
gtk.main()
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: