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:
authorYann Leboulanger <asterix@lagaule.org>2005-12-09 20:15:30 +0300
committerYann Leboulanger <asterix@lagaule.org>2005-12-09 20:15:30 +0300
commitcae7ce3bac2ada027d6c37c2819bdb0b56625313 (patch)
treecb6a60bb9fb3e3fa1e01155317d51b99642f9ca1
parenteda8ec8436aa60724c57c6ff48771c3de15b019c (diff)
"Gajim Team" in all hearders become "Contributors for this file"
-rw-r--r--scripts/gajim2
-rwxr-xr-xscripts/gajim-remote2
-rw-r--r--setup_win32.py2
-rw-r--r--src/advanced.py2
-rw-r--r--src/cell_renderer_image.py2
-rw-r--r--src/chat.py2
-rw-r--r--src/common/GnuPG.py2
-rw-r--r--src/common/check_paths.py2
-rw-r--r--src/common/config.py2
-rw-r--r--src/common/connection.py2
-rw-r--r--src/common/exceptions.py2
-rw-r--r--src/common/gajim.py2
-rw-r--r--src/common/helpers.py2
-rw-r--r--src/common/i18n.py2
-rw-r--r--src/common/logger.py2
-rw-r--r--src/common/optparser.py2
-rw-r--r--src/common/sleepy.py2
-rw-r--r--src/common/socks5.py2
-rw-r--r--src/common/xmpp_stringprep.py2
-rw-r--r--src/config.py2
-rw-r--r--src/conversation_textview.py2
-rw-r--r--src/dialogs.py2
-rw-r--r--src/disco.py2
-rw-r--r--src/filetransfers_window.py2
-rwxr-xr-xsrc/gajim-remote.py2
-rwxr-xr-xsrc/gajim.py2
-rw-r--r--src/gajim_themes_window.py2
-rw-r--r--src/groupchat_window.py2
-rw-r--r--src/gtkexcepthook.py2
-rw-r--r--src/gtkgui_helpers.py2
-rw-r--r--src/history_window.py2
-rw-r--r--src/message_textview.py2
-rw-r--r--src/notify.py2
-rw-r--r--src/remote_control.py2
-rw-r--r--src/roster_window.py2
-rw-r--r--src/systray.py2
-rw-r--r--src/systraywin32.py2
-rw-r--r--src/tabbed_chat_window.py2
-rw-r--r--src/tooltips.py2
-rw-r--r--src/vcard.py2
40 files changed, 40 insertions, 40 deletions
diff --git a/scripts/gajim b/scripts/gajim
index 735e6aa0b..f3834798f 100644
--- a/scripts/gajim
+++ b/scripts/gajim
@@ -1,7 +1,7 @@
#!/bin/sh
## gajim
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/scripts/gajim-remote b/scripts/gajim-remote
index d550fad7a..54a5d7771 100755
--- a/scripts/gajim-remote
+++ b/scripts/gajim-remote
@@ -1,7 +1,7 @@
#!/bin/sh
## gajim
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/setup_win32.py b/setup_win32.py
index 8bc1c5503..1cd99b739 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -1,6 +1,6 @@
## setup_win32.py (run me as python setup_win32.py py2exe -O2)
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/advanced.py b/src/advanced.py
index 9df1db79c..7c0da3a97 100644
--- a/src/advanced.py
+++ b/src/advanced.py
@@ -1,6 +1,6 @@
## advanced.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/cell_renderer_image.py b/src/cell_renderer_image.py
index 6526671dd..52a5e4ebb 100644
--- a/src/cell_renderer_image.py
+++ b/src/cell_renderer_image.py
@@ -1,6 +1,6 @@
## cell_renderer_image.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/chat.py b/src/chat.py
index 7d7bd8a62..cdb449c3a 100644
--- a/src/chat.py
+++ b/src/chat.py
@@ -1,6 +1,6 @@
## chat.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/GnuPG.py b/src/common/GnuPG.py
index 9be9d4d4d..665a69912 100644
--- a/src/common/GnuPG.py
+++ b/src/common/GnuPG.py
@@ -1,6 +1,6 @@
## common/GnuPG.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <nkour@jabber.org>
##
diff --git a/src/common/check_paths.py b/src/common/check_paths.py
index fa03d956f..acf6c22cf 100644
--- a/src/common/check_paths.py
+++ b/src/common/check_paths.py
@@ -1,4 +1,4 @@
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Travis Shirk <travis@pobox.com>
diff --git a/src/common/config.py b/src/common/config.py
index a74e12199..8b01edafd 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -1,6 +1,6 @@
## common/config.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <nkour@jabber.org>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/connection.py b/src/common/connection.py
index 8f907773d..7d8f6637d 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -1,6 +1,6 @@
## common/connection.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <nkour@jabber.org>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/exceptions.py b/src/common/exceptions.py
index 4fc78fabe..1c0e97dcb 100644
--- a/src/common/exceptions.py
+++ b/src/common/exceptions.py
@@ -1,6 +1,6 @@
## exceptions.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/gajim.py b/src/common/gajim.py
index 65ea63740..8351b3df6 100644
--- a/src/common/gajim.py
+++ b/src/common/gajim.py
@@ -1,6 +1,6 @@
## common/gajim.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/helpers.py b/src/common/helpers.py
index 5e74e86c0..b6e76d257 100644
--- a/src/common/helpers.py
+++ b/src/common/helpers.py
@@ -1,6 +1,6 @@
## common/helpers.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/i18n.py b/src/common/i18n.py
index 0700d8d4c..06b5fe890 100644
--- a/src/common/i18n.py
+++ b/src/common/i18n.py
@@ -1,6 +1,6 @@
## common/i18n.py
## -*- coding: utf-8 -*-
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/logger.py b/src/common/logger.py
index c23337624..b8eb9fb96 100644
--- a/src/common/logger.py
+++ b/src/common/logger.py
@@ -1,6 +1,6 @@
## logger.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/optparser.py b/src/common/optparser.py
index bc51a81fe..e9f64ea25 100644
--- a/src/common/optparser.py
+++ b/src/common/optparser.py
@@ -1,5 +1,5 @@
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/sleepy.py b/src/common/sleepy.py
index d78c34e65..2f1f48424 100644
--- a/src/common/sleepy.py
+++ b/src/common/sleepy.py
@@ -1,6 +1,6 @@
## common/sleepy.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/common/socks5.py b/src/common/socks5.py
index d0e79ce22..81b419fd6 100644
--- a/src/common/socks5.py
+++ b/src/common/socks5.py
@@ -1,7 +1,7 @@
## common/xmpp/socks5.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <nkour@jabber.org>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/common/xmpp_stringprep.py b/src/common/xmpp_stringprep.py
index 59551d1ad..f8bad61b4 100644
--- a/src/common/xmpp_stringprep.py
+++ b/src/common/xmpp_stringprep.py
@@ -1,6 +1,6 @@
## common/xmpp_stringprep.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/config.py b/src/config.py
index 4c9f95e8c..97f86cbb6 100644
--- a/src/config.py
+++ b/src/config.py
@@ -1,6 +1,6 @@
## config.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/conversation_textview.py b/src/conversation_textview.py
index 788ce9f71..e2266a2eb 100644
--- a/src/conversation_textview.py
+++ b/src/conversation_textview.py
@@ -1,6 +1,6 @@
## conversation_textview.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/dialogs.py b/src/dialogs.py
index c54329337..140326632 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -1,6 +1,6 @@
## dialogs.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/disco.py b/src/disco.py
index d86aada5c..f3ddccbd9 100644
--- a/src/disco.py
+++ b/src/disco.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
## config.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Stéphan Kochen <stephan@kochen.nl>
diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py
index ad67779b2..acbfbce60 100644
--- a/src/filetransfers_window.py
+++ b/src/filetransfers_window.py
@@ -1,6 +1,6 @@
## filetransfers_window.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index 2f5eaac1a..dbd013e35 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -4,7 +4,7 @@ exec python -OOt "$0" ${1+"$@"}
' '''
## scripts/gajim-remote.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/gajim.py b/src/gajim.py
index f1c08e378..06dc662ab 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -4,7 +4,7 @@ exec python -OOt "$0" ${1+"$@"}
' '''
## gajim.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py
index 86c746139..52873227d 100644
--- a/src/gajim_themes_window.py
+++ b/src/gajim_themes_window.py
@@ -1,6 +1,6 @@
## gajim_themes_window.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/groupchat_window.py b/src/groupchat_window.py
index fee55c73b..0906f68c7 100644
--- a/src/groupchat_window.py
+++ b/src/groupchat_window.py
@@ -1,6 +1,6 @@
## groupchat_window.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Travis Shirk <travis@pobox.com>
diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py
index efefa5a40..3ed03a14c 100644
--- a/src/gtkexcepthook.py
+++ b/src/gtkexcepthook.py
@@ -1,6 +1,6 @@
## gtkexcepthook.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py
index d8f6a2426..89a3ffe67 100644
--- a/src/gtkgui_helpers.py
+++ b/src/gtkgui_helpers.py
@@ -1,6 +1,6 @@
## gtkgui_helpers.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/history_window.py b/src/history_window.py
index 10469f9ed..d945ff6e5 100644
--- a/src/history_window.py
+++ b/src/history_window.py
@@ -1,6 +1,6 @@
## history_window.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/message_textview.py b/src/message_textview.py
index a34d72da7..48093d3e3 100644
--- a/src/message_textview.py
+++ b/src/message_textview.py
@@ -1,6 +1,6 @@
## message_textview.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
diff --git a/src/notify.py b/src/notify.py
index 8cd42c29b..4b03ecbeb 100644
--- a/src/notify.py
+++ b/src/notify.py
@@ -1,6 +1,6 @@
## notify.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/remote_control.py b/src/remote_control.py
index 9720bb423..34e4daa3f 100644
--- a/src/remote_control.py
+++ b/src/remote_control.py
@@ -1,6 +1,6 @@
## remote_control.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/roster_window.py b/src/roster_window.py
index 923f4e7d4..51e0b1f16 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -1,6 +1,6 @@
## roster_window.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/systray.py b/src/systray.py
index af9bc9156..ae07905d0 100644
--- a/src/systray.py
+++ b/src/systray.py
@@ -1,6 +1,6 @@
## systray.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/systraywin32.py b/src/systraywin32.py
index 04349e808..383b28c7c 100644
--- a/src/systraywin32.py
+++ b/src/systraywin32.py
@@ -1,6 +1,6 @@
## src/systraywin32.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py
index ef52e38df..b22dbf8bc 100644
--- a/src/tabbed_chat_window.py
+++ b/src/tabbed_chat_window.py
@@ -1,6 +1,6 @@
## tabbed_chat_window.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Travis Shirk <travis@pobox.com>
diff --git a/src/tooltips.py b/src/tooltips.py
index 0c2b52387..4b4dd89fe 100644
--- a/src/tooltips.py
+++ b/src/tooltips.py
@@ -1,6 +1,6 @@
## tooltips.py
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
diff --git a/src/vcard.py b/src/vcard.py
index 686768c81..18616c089 100644
--- a/src/vcard.py
+++ b/src/vcard.py
@@ -1,6 +1,6 @@
## vcard.py (has VcardWindow class)
##
-## Gajim Team:
+## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
##