update my email adress

update copyright
add missing headers
This commit is contained in:
Yann Leboulanger 2005-01-07 21:52:38 +00:00
parent df1d8e7450
commit d8305fb20b
19 changed files with 101 additions and 31 deletions

View file

@ -1,10 +1,10 @@
## core/core.py ## core/core.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -460,11 +460,11 @@ msgstr ""
msgid "" msgid ""
"<b>Gajim</b> (http://www.gajim.org)\n" "<b>Gajim</b> (http://www.gajim.org)\n"
"\n" "\n"
"Copyright © 2003-2004 Gajim Team\n" "Copyright © 2003-2005 Gajim Team\n"
"\n" "\n"
"<b>Gajim Team</b>\n" "<b>Gajim Team</b>\n"
"Vincent Hanquez (tab@snarc.org)\n" "Vincent Hanquez (tab@snarc.org)\n"
"Yann Le Boulanger (asterix@crans.org)" "Yann Le Boulanger (asterix@lagaule.org)"
msgstr "" msgstr ""
#: plugins/gtkgui/msg.c:31 #: plugins/gtkgui/msg.c:31

View file

@ -1,10 +1,10 @@
## common/hub.py ## common/hub.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,10 +1,10 @@
## common/i18n.py ## common/i18n.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,3 +1,21 @@
/* common/idle.c
*
* Gajim Team:
* - Yann Le Boulanger <asterix@lagaule.org>
* - Vincent Hanquez <tab@snarc.org>
*
* Copyright (C) 2003-2005 Gajim Team
*
* This program 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 2 only.
*
* This program 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.
*/
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xutil.h> #include <X11/Xutil.h>
#include <X11/extensions/scrnsaver.h> #include <X11/extensions/scrnsaver.h>

View file

@ -1,10 +1,10 @@
## common/optparser.py ## common/optparser.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,10 +1,10 @@
## common/plugin.py ## common/plugin.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,3 +1,21 @@
## common/setup.py
##
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
##
## Copyright (C) 2003-2005 Gajim Team
##
## This program 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 2 only.
##
## This program 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.
##
from distutils.core import setup, Extension from distutils.core import setup, Extension
module1 = Extension( 'idle', module1 = Extension( 'idle',

View file

@ -1,4 +1,20 @@
"""A Quick class to tell if theres any activity on your machine""" ## common/sleepy.py
##
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
##
## Copyright (C) 2003-2005 Gajim Team
##
## This program 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 2 only.
##
## This program 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.
##
import time import time
from string import find, lower from string import find, lower

View file

@ -1,10 +1,10 @@
## common/thread.py ## common/thread.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,10 +1,10 @@
## plugins/config.py ## plugins/config.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,10 +1,10 @@
## plugins/dialogs.py ## plugins/dialogs.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -872,11 +872,11 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Gajim&lt;/b&gt; (http://www.gajim.org) <property name="label" translatable="yes">&lt;b&gt;Gajim&lt;/b&gt; (http://www.gajim.org)
Copyright © 2003-2004 Gajim Team Copyright © 2003-2005 Gajim Team
&lt;b&gt;Gajim Team&lt;/b&gt; &lt;b&gt;Gajim Team&lt;/b&gt;
Vincent Hanquez (tab@snarc.org) Vincent Hanquez (tab@snarc.org)
Yann Le Boulanger (asterix@crans.org)</property> Yann Le Boulanger (asterix@lagaule.org)</property>
<property name="use_underline">False</property> <property name="use_underline">False</property>
<property name="use_markup">True</property> <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property> <property name="justify">GTK_JUSTIFY_LEFT</property>

View file

@ -1,10 +1,10 @@
## plugins/gtkgui.py ## plugins/gtkgui.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,10 +1,10 @@
## plugins/logger.py ## plugins/logger.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,10 +1,10 @@
## plugins/sock.py ## plugins/sock.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -2,10 +2,10 @@
## runCore.py ## runCore.py
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -2,10 +2,10 @@
## gajim ## gajim
## ##
## Gajim Team: ## Gajim Team:
## - Yann Le Boulanger <asterix@crans.org> ## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org> ## - Vincent Hanquez <tab@snarc.org>
## ##
## Copyright (C) 2003 Gajim Team ## Copyright (C) 2003-2005 Gajim Team
## ##
## This program is free software; you can redistribute it and/or modify ## This program 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

View file

@ -1,3 +1,21 @@
## setup_win32.py
##
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
##
## Copyright (C) 2003-2005 Gajim Team
##
## This program 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 2 only.
##
## This program 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.
##
from distutils.core import setup from distutils.core import setup
import py2exe import py2exe
import glob import glob