* Big headers review

* Remove some licencing problems
 * To do: same for images
 * See #4200
This commit is contained in:
Julien Pivotto 2008-08-15 03:20:23 +00:00
parent 7944990a1b
commit 8bc9bc29ae
87 changed files with 1268 additions and 665 deletions

View File

@ -1,28 +1,23 @@
#!/bin/sh #!/bin/sh
## gajim ## scripts/gajim-remote.in
## ##
## Contributors for this file: ## Copyright (C) 2006 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Le Boulanger <asterix@lagaule.org> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
## ##
## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> ## This file is part of Gajim.
## Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <nkour@jabber.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This program is free software; you can redistribute it and/or modify ## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published ## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 2 only. ## by the Free Software Foundation; version 3 only.
## ##
## This program is distributed in the hope that it will be useful, ## Gajim is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## 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. ## 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/>.
##
if test $(id -u) -eq 0; then if test $(id -u) -eq 0; then
echo "You must not launch gajim-remote as root, it is INSECURE" echo "You must not launch gajim-remote as root, it is INSECURE"

View File

@ -1,27 +1,25 @@
#!/bin/sh #!/bin/sh
## gajim ## scripts/gajim.in
## ##
## Contributors for this file: ## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org>
## - Yann Le Boulanger <asterix@lagaule.org> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## - Nikos Kouremenos <kourem@gmail.com> ## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> ## This file is part of Gajim.
## Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <nkour@jabber.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This program is free software; you can redistribute it and/or modify ## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published ## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 2 only. ## by the Free Software Foundation; version 3 only.
## ##
## This program is distributed in the hope that it will be useful, ## Gajim is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## 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. ## 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/>.
##
if test $(id -u) -eq 0; then if test $(id -u) -eq 0; then
echo "You must not launch Gajim as root, it is INSECURE" echo "You must not launch Gajim as root, it is INSECURE"

View File

@ -1,3 +1,24 @@
## setup_osx.py
##
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
## 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.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
""" """
Usage: Usage:
python setup_osx.py [build | dist] python setup_osx.py [build | dist]

View File

@ -1,7 +1,8 @@
## setup_win32.py (run me as python setup_win32.py py2exe -O2) ## setup_win32.py (run me as python setup_win32.py py2exe -O2)
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
@ -16,6 +17,7 @@
## ##
## You should have received a copy of the GNU General Public License ## 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/>.
##
from distutils.core import setup from distutils.core import setup
import py2exe import py2exe

View File

@ -1,8 +1,11 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## adhoc_commands.py ## src/adhoc_commands.py
## ##
## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com>
## Nikos Kouremenos <nkour@jabber.org> ## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
@ -17,6 +20,7 @@
## ##
## You should have received a copy of the GNU General Public License ## 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/>.
##
# FIXME: think if we need caching command list. it may be wrong if there will # FIXME: think if we need caching command list. it may be wrong if there will
# be entities that often change the list, it may be slow to fetch it every time # be entities that often change the list, it may be slow to fetch it every time

View File

@ -1,8 +1,12 @@
## advanced.py ## src/advanced.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2005 Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2005-2007 Yann Leboulanger <asterix AT lagaule.org>
## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,11 +1,9 @@
## atom_window.py - a window to display atom entries from pubsub. ## src/atom_window.py
## ##
## For now greatly simplified, supports only simple feeds like the ## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
## one from pubsub.com. ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
## ## Copyright (C) 2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Copyright (C) 2007 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2006-2007 Liori (I think) put ur self here please
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,17 +1,10 @@
## cell_renderer_image.py ## src/cell_renderer_image.py
## ##
## Contributors for this file: ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org>
## - Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## ## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
@ -28,6 +21,7 @@
## along with Gajim. If not, see <http://www.gnu.org/licenses/>. ## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
## ##
import gtk import gtk
import gobject import gobject

View File

@ -1,12 +1,15 @@
## chat_control.py ## src/chat_control.py
## ##
## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2006-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2006 Travis Shirk <travis@pobox.com> ## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Dimitur Kirov <dkirov@gmail.com> ## Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Nikos Kouremenos <kourem AT gmail.com>
## Julien Pivotto <roidelapluie@gmail.com> ## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## Stephan Erb <steve-e@h3c.de> ## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,17 +1,12 @@
## common/GnuPG.py ## src/common/GnuPG.py
## ##
## Contributors for this file: ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
## - Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> ## Jonathan Schleifer <js-gajim AT webkeks.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,3 +1,26 @@
## src/common/GnuPGInterface.py
##
## Copyright (C) 2001 Frank J. Tobin <ftobin@neverending.org>
## Copyright (C) 2005 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
## Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
"""Interface to GNU Privacy Guard (GnuPG) """Interface to GNU Privacy Guard (GnuPG)
GnuPGInterface is a Python module to interface with GnuPG. GnuPGInterface is a Python module to interface with GnuPG.
@ -196,31 +219,6 @@ Here is an example of generating a key:
>>> proc.handles['logger'].close() >>> proc.handles['logger'].close()
>>> >>>
>>> proc.wait() >>> proc.wait()
COPYRIGHT:
Copyright (C) 2001 Frank J. Tobin, ftobin@neverending.org
LICENSE:
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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 GNU
Lesser 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/>.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
or see http://www.gnu.org/copyleft/lesser.html
""" """
import os import os

View File

@ -1,2 +1,22 @@
## src/common/__init__.py
##
## Copyright (C) 2005 Yann Leboulanger <asterix AT lagaule.org>
## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
# vim: se ts=3: # vim: se ts=3:

View File

@ -1,4 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## src/common/atom.py
##
## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
## Tomasz Melcer <liori AT exroot.org>
## 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.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
''' Atom (rfc 4287) feed parser, used to read data from atom-over-pubsub transports ''' Atom (rfc 4287) feed parser, used to read data from atom-over-pubsub transports
and services. Very simple. Actually implements only atom:entry. Implement more features and services. Very simple. Actually implements only atom:entry. Implement more features
if you need. ''' if you need. '''

View File

@ -1,5 +1,11 @@
## src/common/caps.py
## ##
## Copyright (C) 2006 Gajim Team ## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2007-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,7 +1,12 @@
## src/common/check_paths.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,5 +1,11 @@
## src/common/commands.py
## ##
## Copyright (C) 2006 Gajim Team ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
## Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,14 +1,19 @@
## common/config.py ## src/common/config.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2004-2005 Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2005 Stéphan Kochen <stephan AT kochen.nl>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Travis Shirk <travis@pobox.com> ## Alex Mauer <hawke AT hawkesnest.net>
## Norman Rasmussen <norman@rasmussen.co.za> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de> ## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com> ## Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
## Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,3 +1,26 @@
## src/common/configpaths.py
##
## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
## Junglecow <junglecow AT gmail.com>
## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
import os import os
import sys import sys
import tempfile import tempfile

View File

@ -1,13 +1,20 @@
## common/connection.py ## src/common/connection.py
## ##
## ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Stéphan Kochen <stephan AT kochen.nl>
## Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Travis Shirk <travis@pobox.com> ## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,11 +1,16 @@
## src/common/connection_handlers.py
## ##
## Copyright (C) 2006 Gajim Team ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## ## Junglecow <junglecow AT gmail.com>
## Contributors for this file: ## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Travis Shirk <travis AT pobox.com>
## - Nikos Kouremenos <kourem@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## - Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## - Travis Shirk <travis@pobox.com> ## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Jean-Marie Traissard <jim AT lapin.org>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,10 +1,16 @@
## common/contacts.py ## src/common/contacts.py
## ##
## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Nikos Kouremenos <kourem@gmail.com> ## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Nikos Kouremenos <kourem AT gmail.com>
## Julien Pivotto <roidelapluie@gmail.com> ## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Stephan Erb <steve-e@h3c.de> ## Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## Tomasz Melcer <liori AT exroot.org>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,4 +1,23 @@
# common crypto functions (mostly specific to XEP-0116, but useful elsewhere) # common crypto functions (mostly specific to XEP-0116, but useful elsewhere)
## src/common/crypto.py
##
## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
import os import os
import math import math

View File

@ -1,4 +1,26 @@
# this will go to src/common/xmpp later, for now it is in src/common # this will go to src/common/xmpp later, for now it is in src/common
## src/common/dataforms.py
##
## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
""" This module contains wrappers for different parts of data forms (JEP 0004). For information """ This module contains wrappers for different parts of data forms (JEP 0004). For information
how to use them, read documentation. """ how to use them, read documentation. """

View File

@ -1,9 +1,12 @@
## dbus_support.py ## src/common/dbus_support.py
## ##
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Andrew Sayman <lorien420 AT myrealbox.com>
## Copyright (C) 2005 Nikos Kouremenos <kourem@gmail.com> ## Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005 Andrew Sayman <lorien420@myrealbox.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. ## This file is part of Gajim.
## ##

View File

@ -1,3 +1,27 @@
## src/common/defs.py
##
## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
## Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
import re import re
docdir = '../' docdir = '../'

View File

@ -1,3 +1,24 @@
## src/common/dh.py
##
## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
import string import string
# This file defines a number of constants; specifically, large primes suitable for # This file defines a number of constants; specifically, large primes suitable for

View File

@ -1,15 +1,12 @@
## common/events.py ## src/common/events.py
## ##
## Contributors for this file: ## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Nikos Kouremenos <kourem AT gmail.com>
## ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Dimitur Kirov <dkirov@gmail.com> ## Jonathan Schleifer <js-gajim AT webkeks.org>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,7 +1,10 @@
## exceptions.py ## src/common/exceptions.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,14 +1,9 @@
## fuzzyclock.py ## src/common/fuzzyclock.py
## ##
## Contributors for this file: ## Copyright (C) 2006 Christoph Neuroth <delmonico AT gmx.net>
## ## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## - Christoph Neuroth <delmonico@gmx.net> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## Copyright (C) 2006 Christoph Neuroth <delmonico@gmx.net>
## Yann Leboulanger <asterix@lagaule.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,9 +1,15 @@
## common/gajim.py ## src/common/gajim.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com> ## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,11 +1,17 @@
## common/helpers.py ## src/common/helpers.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Travis Shirk <travis@pobox.com> ## Copyright (C) 2006 Alex Mauer <hawke AT hawkesnest.net>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
## Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## James Newton <redshodan AT gmail.com>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,17 +1,10 @@
## common/i18n.py ## src/common/i18n.py
## -*- coding: utf-8 -*-
## Contributors for this file:
## - Yann Leboulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>
## ##
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2004 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2004-2007 Yann Leboulanger <asterix AT lagaule.org>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,7 +1,13 @@
## logger.py ## src/common/logger.py
## ##
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -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. ## This file is part of Gajim.
## ##

View File

@ -1,7 +1,15 @@
## src/common/optparser.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
## Brendan Taylor <whateley AT gmail.com>
## Tomasz Melcer <liori AT exroot.org>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,6 +1,12 @@
## src/common/passwords.py
## ##
## Copyright (C) 2006 Gustavo J. A. M. Carneiro <gjcarneiro@gmail.com> ## Copyright (C) 2006 Gustavo J. A. M. Carneiro <gjcarneiro AT gmail.com>
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,8 +1,9 @@
## src/common/proxy65_manager.py
## ##
## Copyright (C) 2006 Gajim Team ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## ## Jean-Marie Traissard <jim AT lapin.org>
## Contributors for this file: ## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
## - Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
@ -18,6 +19,7 @@
## You should have received a copy of the GNU General Public License ## 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 socket import socket
import struct import struct
import errno import errno

View File

@ -1,3 +1,26 @@
## src/common/pubsub.py
##
## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
import xmpp import xmpp
import gajim import gajim
import connection_handlers import connection_handlers

View File

@ -1,8 +1,10 @@
## rst_xhtml_generator.py ## src/common/rst_xhtml_generator.py
## ##
## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org>
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
## Copyright (C) 2006 Santiago Gala ## Copyright (C) 2006 Santiago Gala
## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,13 +1,11 @@
## common/sleepy.py ## src/common/sleepy.py
## ##
## Contributors for this file: ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Yann Leboulanger <asterix AT lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Vincent Hanquez <tab@snarc.org> ## Mateusz Biliński <mateusz AT bilinski.it>
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org>
## Nikos Kouremenos <kourem@gmail.com>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,19 +1,10 @@
## src/common/socks5.py
## common/xmpp/socks5.py
## ##
## Contributors for this file: ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## - Yann Leboulanger <asterix@lagaule.org> ## Nikos Kouremenos <kourem AT gmail.com>
## - Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2007 Yann Leboulanger <asterix AT lagaule.org>
## - Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,3 +1,27 @@
## src/common/stanza_session.py
##
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2007-2008 Yann Leboulanger <asterix AT lagaule.org>
## Brendan Taylor <whateley AT gmail.com>
## Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
from common import gajim from common import gajim
from common import xmpp from common import xmpp

View File

@ -1,11 +1,10 @@
## common/xmpp_stringprep.py ## src/common/xmpp_stringprep.py
## ##
## Contributors for this file: ## Copyright (C) 2001-2005 Twisted Matrix Laboratories
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2007 Yann Leboulanger <asterix AT lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
## ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2001-2005 Twisted Matrix Laboratories. ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Copyright (C) 2005 Gajim Team
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,12 +1,19 @@
## config.py ## src/config.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
## Copyright (C) 2003-2005 Vincent Hanquez <tab@snarc.org> ## Stéphan Kochen <stephan AT kochen.nl>
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2007 Travis Shirk <travis@pobox.com> ## Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,8 +1,15 @@
## conversation_textview.py ## src/conversation_textview.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Norman Rasmussen <norman AT rasmussen.co.za>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Alex Mauer <hawke AT hawkesnest.net>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com> ## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Julien Pivotto <roidelapluie AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,9 +1,9 @@
## dataforms.py ## src/dataforms_widget.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <nkour@jabber.org> ## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2003-2005 Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
@ -19,6 +19,7 @@
## You should have received a copy of the GNU General Public License ## 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/>.
## ##
''' This module contains widget that can display data form (JEP-0004). ''' This module contains widget that can display data form (JEP-0004).
Words single and multiple refers here to types of data forms: Words single and multiple refers here to types of data forms:
single means these with one record of data (without <reported/> element), single means these with one record of data (without <reported/> element),

View File

@ -1,15 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## dialogs.py ## src/dialogs.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com> ## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2005 Norman Rasmussen <norman@rasmussen.co.za> ## Copyright (C) 2005-2008 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Julien Pivotto <roidelapluie@gmail.com> ## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## Copyright (C) 2007-2008 Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Julien Pivotto <roidelapluie AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,9 +1,13 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## config.py ## src/disco.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Stéphan Kochen <stephan AT kochen.nl>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005-2006 Stéphan Kochen <stephan@kochen.nl> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,7 +1,11 @@
## features_window.py ## src/features_window.py
## ##
## Copyright (C) 2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
## Stephan Erb <steve-e@h3c.de> ## 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. ## This file is part of Gajim.
## ##

View File

@ -1,11 +1,10 @@
## filetransfers_window.py ## src/filetransfers_window.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005 ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
## Travis Shirk <travis@pobox.com> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Copyright (C) 2004-2005 Vincent Hanquez <tab@snarc.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,8 +1,14 @@
#!/usr/bin/env python #!/usr/bin/env python
## src/gajim-remote.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,14 +1,24 @@
#!/usr/bin/env python #!/usr/bin/env python
## gajim.py ## src/gajim.py
## ##
## ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
## Dimitur Kirov <dkirov@gmail.com> ## Norman Rasmussen <norman AT rasmussen.co.za>
## Copyright (C) 2005 Travis Shirk <travis@pobox.com> ## Stéphan Kochen <stephan AT kochen.nl>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Julien Pivotto <roidelapluie@gmail.com> ## Alex Mauer <hawke AT hawkesnest.net>
## Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## James Newton <redshodan AT gmail.com>
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Julien Pivotto <roidelapluie AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,19 +1,11 @@
## gajim_themes_window.py ## src/gajim_themes_window.py
## ##
## Contributors for this file: ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## - Nikos Kouremenos <kourem@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## - Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
## ## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,17 +1,15 @@
## groupchat_control.py ## src/groupchat_control.py
## ##
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Vincent Hanquez <tab@snarc.org> ## Alex Mauer <hawke AT hawkesnest.net>
## Dimitur Kirov <dkirov@gmail.com> ## Travis Shirk <travis AT pobox.com>
## Travis Shirk <travis@pobox.com> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Norman Rasmussen <norman@rasmussen.co.za> ## Copyright (C) 2007-2008 Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2006 Travis Shirk <travis@pobox.com> ## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com> ## Jonathan Schleifer <js-gajim AT webkeks.org>
## Lukas Petrovicky <lukas@petrovicky.net>
## Stephan Erb <steve-e@h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,3 +1,24 @@
## src/groups.py
##
## Copyright (C) 2006 Yann Leboulanger <asterix AT lagaule.org>
## Tomasz Melcer <liori AT exroot.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
'''Window to create new post for discussion groups service.''' '''Window to create new post for discussion groups service.'''
import gtk import gtk

View File

@ -1,9 +1,9 @@
## gtkexcepthook.py ## src/gtkexcepthook.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Initially written and submitted by Gustavo J. A. M. Carneiro ## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,12 +1,15 @@
## gtkgui_helpers.py ## src/gtkgui_helpers.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2004-2005 Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
## Travis Shirk <travis@pobox.com> ## Copyright (C) 2006-2007 Junglecow <junglecow AT gmail.com>
## Norman Rasmussen <norman@rasmussen.co.za> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,3 +1,25 @@
/*
* src/gtkspellmodule.c
*
* Copyright (C) 2005 Nikos Kouremenos <kourem AT gmail.com>
* Copyright (C) 2006 Yann Leboulanger <asterix AT lagaule.org>
*
* This file is part of Gajim.
*
* Gajim is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; version 3 only.
*
* 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
* 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/>.
*
*/
#include <Python.h> #include <Python.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gtkspell/gtkspell.h> #include <gtkspell/gtkspell.h>

View File

@ -1,7 +1,12 @@
#!/usr/bin/env python #!/usr/bin/env python
## history_manager.py ## src/history_manager.py
## ##
## Copyright (C) 2006-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,18 +1,14 @@
## history_window.py ## src/history_window.py
## ##
## Contributors for this file: ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org>
## - Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Travis Shirk <travis AT pobox.com>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Nikos Kouremenos <kourem@gmail.com> ## Jonathan Schleifer <js-gajim AT webkeks.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## Copyright (C) 2007-2008 Stephan Erb <steve-e@h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,24 +1,28 @@
### Copyright (C) 2005 Gustavo J. A. M. Carneiro ## src/htmltextview.py
### Copyright (C) 2006 Santiago Gala ##
### ## Copyright (C) 2005 Gustavo J. A. M. Carneiro
### This library is free software; you can redistribute it and/or ## Copyright (C) 2006 Santiago Gala
### modify it under the terms of the GNU Lesser General Public ## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
### License as published by the Free Software Foundation; either ## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
### version 2 of the License, or (at your option) any later version. ## Copyright (C) 2007 Nikos Kouremenos <kourem AT gmail.com>
### ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
### This library is distributed in the hope that it will be useful, ## Julien Pivotto <roidelapluie AT gmail.com>
### but WITHOUT ANY WARRANTY; without even the implied warranty of ## Stephan Erb <steve-e AT h3c.de>
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ##
### Lesser General Public License for more details. ## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## GNU General Public License for more details.
## ##
## You should have received a copy of the GNU General Public License ## 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/>.
### ##
### You should have received a copy of the GNU Lesser General Public
### License along with this library; if not, write to the
### Free Software Foundation, Inc., 59 Temple Place - Suite 330,
### Boston, MA 02111-1307, USA.
''' '''
A gtk.TextView-based renderer for XHTML-IM, as described in: A gtk.TextView-based renderer for XHTML-IM, as described in:

View File

@ -11,6 +11,27 @@
## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## src/ipython_view.py
##
## Copyright (C) 2008 Yann Leboulanger <asterix AT lagaule.org>
## Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
''' '''
Provides IPython console widget. Provides IPython console widget.

View File

@ -1,25 +1,25 @@
#!/usr/bin/env python #!/usr/bin/env python
""" ## src/lastfm.py
LastFM Python class ##
Copyright (C) 2007 Olivier Mehani <shtrom@ssji.net> ## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
## Olivier Mehani <shtrom@ssji.net>
$Id: lastfm.py 52 2007-11-03 23:19:00Z shtrom $ ## Copyright (C) 2007-2008 Jean-Marie Traissard <jim AT lapin.org>
Python class to handily retrieve song information from a Last.fm account. ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
This program is free software; you can redistribute it and/or modify ## This file is part of Gajim.
it under the terms of the GNU General Public License as published by ##
the Free Software Foundation; either version 2 of the License, or ## Gajim is free software; you can redistribute it and/or modify
(at your option) any later version. ## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
This program is distributed in the hope that it will be useful, ##
but WITHOUT ANY WARRANTY; without even the implied warranty of ## Gajim is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. ## 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 this program; if not, write to the Free Software ## You should have received a copy of the GNU General Public License
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
""" ##
__version__ = '$Revision: 64 $' __version__ = '$Revision: 64 $'

View File

@ -1,20 +1,25 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## lastfmtracklistener.py ## src/lastfm_track_listener.py
## ##
## Copyright (C) 2007 Olivier Mehani <shtrom-gajim@ssji.net> ## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
## Heavily based on music_track_listener.py: ## Olivier Mehani <shtrom-gajim AT ssji.net>
## Copyright (C) 2006 Gustavo Carneiro <gjcarneiro@gmail.com> ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
## ##
## This program is free software; you can redistribute it and/or modify ## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published ## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 2 only. ## by the Free Software Foundation; version 3 only.
## ##
## This program is distributed in the hope that it will be useful, ## Gajim is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## 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. ## 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/>.
##
import gobject import gobject
from lastfm import LastFM from lastfm import LastFM

View File

@ -1,7 +1,14 @@
## message_control.py ## src/message_control.py
## ##
## Copyright (C) 2006-2007 Travis Shirk <travis@pobox.com> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
@ -17,6 +24,7 @@
## You should have received a copy of the GNU General Public License ## 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 gtkgui_helpers import gtkgui_helpers
from common import gajim from common import gajim

View File

@ -1,17 +1,9 @@
## message_textview.py ## src/message_textview.py
## ##
## Contributors for this file: ## Copyright (C) 2003-2007 Yann Leboulanger <asterix AT lagaule.org>
## - Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## - Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <kourem@gmail.com>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,15 +1,15 @@
## message_window.py ## src/message_window.py
## ##
## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2005-2008 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> ## Nikos Kouremenos <kourem AT gmail.com>
## Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2006 Geobert Quach <geobert AT gmail.com>
## Dimitur Kirov <dkirov@gmail.com> ## Dimitur Kirov <dkirov AT gmail.com>
## Norman Rasmussen <norman@rasmussen.co.za> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2005-2008 Travis Shirk <travis@pobox.com> ## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2006 Geobert Quach <geobert@gmail.com> ## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2005-2008 Nikos Kouremenos <kourem@gmail.com> ## Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,8 +1,12 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## musictracklistener.py ## src/music_track_listener.py
## ##
## Copyright (C) 2006 Gustavo Carneiro <gjcarneiro@gmail.com> ## Copyright (C) 2006 Gustavo Carneiro <gjcarneiro AT gmail.com>
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
@ -18,6 +22,7 @@
## You should have received a copy of the GNU General Public License ## 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 import os
import gobject import gobject
if __name__ == '__main__': if __name__ == '__main__':

View File

@ -1,3 +1,24 @@
## src/negotiation.py
##
## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
import gtkgui_helpers import gtkgui_helpers
import dataforms_widget import dataforms_widget

View File

@ -1,7 +1,11 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## network_manager_listener.py ## src/network_manager_listener.py
## Copyright (C) 2006 Jeffrey C. Ollie <jeff at ocjtech.us> ##
## Copyright (C) 2006 Stefan Bethge <stefan at lanpartei.de> ## 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. ## This file is part of Gajim.
## ##

View File

@ -1,12 +1,15 @@
## notify.py ## src/notify.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005 Sebastian Estienne
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Andrew Sayman <lorien420 AT myrealbox.com>
## Copyright (C) 2005-2006 Andrew Sayman <lorien420@myrealbox.com> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2007 Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## ## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
## Notification daemon connection via D-Bus code: ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2005 by Sebastian Estienne ## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -2,6 +2,25 @@
* Copyright 2004-2005 The Growl Project. * Copyright 2004-2005 The Growl Project.
* Created by Jeremy Rossi <jeremy@jeremyrossi.com> * Created by Jeremy Rossi <jeremy@jeremyrossi.com>
* Released under the BSD license. * Released under the BSD license.
*
* src/osx/growl/_growl.c
*
* Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
*
* This file is part of Gajim.
*
* Gajim is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; version 3 only.
*
* 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
* 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/>.
*
*/ */
#include <Python.h> #include <Python.h>

View File

@ -1,6 +1,24 @@
/* /*
* Copyright 2004 Mark Rowe <bdash@users.sourceforge.net> * Copyright 2004 Mark Rowe <bdash@users.sourceforge.net>
* Released under the BSD license. * Released under the BSD license.
* src/osx/growl/_growlImage.m
*
* Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
*
* This file is part of Gajim.
*
* Gajim is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; version 3 only.
*
* 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
* 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/>.
*
*/ */
#include "Python.h" #include "Python.h"

View File

@ -1,3 +1,24 @@
/*
## src/osx/nsapp.m
##
## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
*/
#import "nsapp.h" #import "nsapp.h"
#include <notify.h> #include <notify.h>

View File

@ -1,3 +1,24 @@
/*
## src/osx/syncmenu/pysyncmenu.c
##
## Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
*/
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <Python.h> #include <Python.h>

View File

@ -1,7 +1,9 @@
## profile_window.py ## src/profile_window.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,12 +1,14 @@
## remote_control.py ## src/remote_control.py
## ##
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Andrew Sayman <lorien420 AT myrealbox.com>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005-2006 Andrew Sayman <lorien420@myrealbox.com> ## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com> ## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Travis Shirk <travis@pobox.com> ## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,13 +1,21 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## roster_window.py ## src/roster_window.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
## Travis Shirk <travis@pobox.com> ## Stéphan Kochen <stephan AT kochen.nl>
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com> ## Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e@h3c.de> ## Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## James Newton <redshodan AT gmail.com>
## Tomasz Melcer <liori AT exroot.org>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,7 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## search_window.py ## src/search_window.py
## ##
## Copyright (C) 2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2007 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. ## This file is part of Gajim.
## ##
@ -16,6 +18,7 @@
## ##
## You should have received a copy of the GNU General Public License ## 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 gobject import gobject
import gtk import gtk

View File

@ -1,3 +1,23 @@
## src/secrets.py
##
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
from common.configpaths import gajimpaths from common.configpaths import gajimpaths
from common import crypto from common import crypto

View File

@ -1,3 +1,25 @@
## src/session.py
##
## Copyright (C) 2008 Yann Leboulanger <asterix AT lagaule.org>
## Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
##
## This file is part of Gajim.
##
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 3 only.
##
## 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
## 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/>.
##
from common import helpers from common import helpers
from common import exceptions from common import exceptions

View File

@ -1,14 +1,17 @@
## statusicon.py ## src/statusicon.py
## ##
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##
## Gajim is free software; you can redistribute it and/or ## Gajim is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License ## it under the terms of the GNU General Public License as published
## as published by the Free Software Foundation; either version 2 ## by the Free Software Foundation; version 3 only.
## of the License, or (at your option) any later version.
## ##
## Gajim is distributed in the hope that it will be useful, ## Gajim is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,12 +1,16 @@
## systray.py ## src/systray.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005 Norman Rasmussen <norman AT rasmussen.co.za>
## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com> ## Travis Shirk <travis AT pobox.com>
## Copyright (C) 2005 Norman Rasmussen <norman@rasmussen.co.za> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,10 +1,17 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
## tooltips.py ## src/tooltips.py
## ##
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov@gmail.com> ## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem@gmail.com> ## Stéphan Kochen <stephan AT kochen.nl>
## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com> ## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##

View File

@ -1,4 +1,22 @@
/* -*- Mode: C; c-basic-offset: 4 -*- */ /* -*- Mode: C; c-basic-offset: 4 -*-
* src/trayicon.override
*
* Copyright (C) 2004-2005 Yann Leboulanger <asterix AT lagaule.org>
*
* This file is part of Gajim.
*
* Gajim is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; version 3 only.
*
* 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
* 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/>.
*/
%% %%
headers headers
#include <Python.h> #include <Python.h>

View File

@ -1,4 +1,22 @@
/* -*- Mode: C; c-basic-offset: 4 -*- */ /* -*- Mode: C; c-basic-offset: 4 -*-
* src/trayiconmodule.c
*
* Copyright (C) 2004-2005 Yann Leboulanger <asterix AT lagaule.org>
*
* This file is part of Gajim.
*
* Gajim is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; version 3 only.
*
* 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
* 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/>.
*/
/* include this first, before NO_IMPORT_PYGOBJECT is defined */ /* include this first, before NO_IMPORT_PYGOBJECT is defined */
#include <pygobject.h> #include <pygobject.h>

View File

@ -1,9 +1,17 @@
## vcard.py (has VcardWindow class and a func get_avatar_pixbuf_encoded_mime) ## src/vcard.py
## ##
## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org>
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de> ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Junglecow <junglecow AT gmail.com>
## Travis Shirk <travis AT pobox.com>
## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
## Jonathan Schleifer <js-gajim AT webkeks.org>
## Stephan Erb <steve-e AT h3c.de>
## ##
## This file is part of Gajim. ## This file is part of Gajim.
## ##