diff --git a/Core/core.py b/Core/core.py index 007c52c20..91a8ef560 100644 --- a/Core/core.py +++ b/Core/core.py @@ -1,10 +1,10 @@ ## core/core.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/Messages/fr/LC_MESSAGES/gajim.po b/Messages/fr/LC_MESSAGES/gajim.po index fa20dfe32..bb689e067 100644 --- a/Messages/fr/LC_MESSAGES/gajim.po +++ b/Messages/fr/LC_MESSAGES/gajim.po @@ -460,11 +460,11 @@ msgstr "" msgid "" "Gajim (http://www.gajim.org)\n" "\n" -"Copyright © 2003-2004 Gajim Team\n" +"Copyright © 2003-2005 Gajim Team\n" "\n" "Gajim Team\n" "Vincent Hanquez (tab@snarc.org)\n" -"Yann Le Boulanger (asterix@crans.org)" +"Yann Le Boulanger (asterix@lagaule.org)" msgstr "" #: plugins/gtkgui/msg.c:31 diff --git a/common/hub.py b/common/hub.py index b0602dc9c..c0178b1f9 100644 --- a/common/hub.py +++ b/common/hub.py @@ -1,10 +1,10 @@ ## common/hub.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/common/i18n.py b/common/i18n.py index e84545964..2045d152f 100644 --- a/common/i18n.py +++ b/common/i18n.py @@ -1,10 +1,10 @@ ## common/i18n.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/common/idle.c b/common/idle.c index 6d13b810d..881905908 100644 --- a/common/idle.c +++ b/common/idle.c @@ -1,3 +1,21 @@ +/* common/idle.c + * + * Gajim Team: + * - Yann Le Boulanger + * - Vincent Hanquez + * + * 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 #include #include diff --git a/common/optparser.py b/common/optparser.py index c5b06e684..3d685daab 100644 --- a/common/optparser.py +++ b/common/optparser.py @@ -1,10 +1,10 @@ ## common/optparser.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/common/plugin.py b/common/plugin.py index f58cb58f8..e7a8a3c22 100644 --- a/common/plugin.py +++ b/common/plugin.py @@ -1,10 +1,10 @@ ## common/plugin.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/common/setup.py b/common/setup.py index d3dc6ff9c..09ac52a90 100644 --- a/common/setup.py +++ b/common/setup.py @@ -1,3 +1,21 @@ +## common/setup.py +## +## Gajim Team: +## - Yann Le Boulanger +## - Vincent Hanquez +## +## 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 module1 = Extension( 'idle', diff --git a/common/sleepy.py b/common/sleepy.py index b1a323376..53c274d49 100644 --- a/common/sleepy.py +++ b/common/sleepy.py @@ -1,4 +1,20 @@ -"""A Quick class to tell if theres any activity on your machine""" +## common/sleepy.py +## +## Gajim Team: +## - Yann Le Boulanger +## - Vincent Hanquez +## +## 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 from string import find, lower diff --git a/common/thread.py b/common/thread.py index 684422acc..60f9f7a4c 100644 --- a/common/thread.py +++ b/common/thread.py @@ -1,10 +1,10 @@ ## common/thread.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index d36c227f9..191397b17 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -1,10 +1,10 @@ ## plugins/config.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/plugins/gtkgui/dialogs.py b/plugins/gtkgui/dialogs.py index 2bd5dde61..70e20cb22 100644 --- a/plugins/gtkgui/dialogs.py +++ b/plugins/gtkgui/dialogs.py @@ -1,10 +1,10 @@ ## plugins/dialogs.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/plugins/gtkgui/gtkgui.glade b/plugins/gtkgui/gtkgui.glade index cf9d192ca..016d23195 100644 --- a/plugins/gtkgui/gtkgui.glade +++ b/plugins/gtkgui/gtkgui.glade @@ -872,11 +872,11 @@ True <b>Gajim</b> (http://www.gajim.org) -Copyright © 2003-2004 Gajim Team +Copyright © 2003-2005 Gajim Team <b>Gajim Team</b> Vincent Hanquez (tab@snarc.org) -Yann Le Boulanger (asterix@crans.org) +Yann Le Boulanger (asterix@lagaule.org) False True GTK_JUSTIFY_LEFT diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index 5435ddf72..136ca96bb 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -1,10 +1,10 @@ ## plugins/gtkgui.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/plugins/logger/logger.py b/plugins/logger/logger.py index 479ca1c28..da3f9a484 100644 --- a/plugins/logger/logger.py +++ b/plugins/logger/logger.py @@ -1,10 +1,10 @@ ## plugins/logger.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/plugins/sock/sock.py b/plugins/sock/sock.py index b39c32867..5d9cf92fa 100644 --- a/plugins/sock/sock.py +++ b/plugins/sock/sock.py @@ -1,10 +1,10 @@ ## plugins/sock.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/runCore.py b/runCore.py index 69dfa5d04..c54a3697b 100755 --- a/runCore.py +++ b/runCore.py @@ -2,10 +2,10 @@ ## runCore.py ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/scripts/gajim b/scripts/gajim index 6128db49a..b0a02bff5 100644 --- a/scripts/gajim +++ b/scripts/gajim @@ -2,10 +2,10 @@ ## gajim ## ## Gajim Team: -## - Yann Le Boulanger +## - Yann Le Boulanger ## - Vincent Hanquez ## -## Copyright (C) 2003 Gajim Team +## 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 diff --git a/setup_win32.py b/setup_win32.py index f86b7800f..5bfea1db7 100644 --- a/setup_win32.py +++ b/setup_win32.py @@ -1,3 +1,21 @@ +## setup_win32.py +## +## Gajim Team: +## - Yann Le Boulanger +## - Vincent Hanquez +## +## 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 import py2exe import glob