Changeset 359 for trunk/common

Show
Ignore:
Timestamp:
01/07/05 22:52:38 (4 years ago)
Author:
asterix
Message:

update my email adress
update copyright
add missing headers

Location:
trunk/common
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/hub.py

    r332 r359  
    22## 
    33## Gajim Team: 
    4 ##      - Yann Le Boulanger <asterix@crans.org> 
     4##      - Yann Le Boulanger <asterix@lagaule.org> 
    55##      - Vincent Hanquez <tab@snarc.org> 
    66## 
    7 ##      Copyright (C) 2003 Gajim Team 
     7##      Copyright (C) 2003-2005 Gajim Team 
    88## 
    99## This program is free software; you can redistribute it and/or modify 
  • trunk/common/i18n.py

    r332 r359  
    22## 
    33## Gajim Team: 
    4 ##      - Yann Le Boulanger <asterix@crans.org> 
     4##      - Yann Le Boulanger <asterix@lagaule.org> 
    55##      - Vincent Hanquez <tab@snarc.org> 
    66## 
    7 ##      Copyright (C) 2003 Gajim Team 
     7##      Copyright (C) 2003-2005 Gajim Team 
    88## 
    99## This program is free software; you can redistribute it and/or modify 
  • trunk/common/idle.c

    r161 r359  
     1/*      common/idle.c 
     2 * 
     3 * Gajim Team: 
     4 *      - Yann Le Boulanger <asterix@lagaule.org> 
     5 *      - Vincent Hanquez <tab@snarc.org> 
     6 * 
     7 *      Copyright (C) 2003-2005 Gajim Team 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify 
     10 * it under the terms of the GNU General Public License as published 
     11 * by the Free Software Foundation; version 2 only. 
     12 * 
     13 * This program is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16 * GNU General Public License for more details. 
     17*/ 
     18 
    119#include <X11/Xlib.h> 
    220#include <X11/Xutil.h> 
  • trunk/common/optparser.py

    r356 r359  
    22## 
    33## Gajim Team: 
    4 ##      - Yann Le Boulanger <asterix@crans.org> 
     4##      - Yann Le Boulanger <asterix@lagaule.org> 
    55##      - Vincent Hanquez <tab@snarc.org> 
    66## 
    7 ##      Copyright (C) 2003 Gajim Team 
     7##      Copyright (C) 2003-2005 Gajim Team 
    88## 
    99## This program is free software; you can redistribute it and/or modify 
  • trunk/common/plugin.py

    r332 r359  
    22## 
    33## Gajim Team: 
    4 ##      - Yann Le Boulanger <asterix@crans.org> 
     4##      - Yann Le Boulanger <asterix@lagaule.org> 
    55##      - Vincent Hanquez <tab@snarc.org> 
    66## 
    7 ##      Copyright (C) 2003 Gajim Team 
     7##      Copyright (C) 2003-2005 Gajim Team 
    88## 
    99## This program is free software; you can redistribute it and/or modify 
  • trunk/common/setup.py

    r173 r359  
     1##      common/setup.py 
     2## 
     3## Gajim Team: 
     4##      - Yann Le Boulanger <asterix@lagaule.org> 
     5##      - Vincent Hanquez <tab@snarc.org> 
     6## 
     7##      Copyright (C) 2003-2005 Gajim Team 
     8## 
     9## This program is free software; you can redistribute it and/or modify 
     10## it under the terms of the GNU General Public License as published 
     11## by the Free Software Foundation; version 2 only. 
     12## 
     13## This program is distributed in the hope that it will be useful, 
     14## but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16## GNU General Public License for more details. 
     17## 
     18 
    119from distutils.core import setup, Extension 
    220 
  • trunk/common/sleepy.py

    r332 r359  
    1 """A Quick class to tell if theres any activity on your machine""" 
     1##      common/sleepy.py 
     2## 
     3## Gajim Team: 
     4##      - Yann Le Boulanger <asterix@lagaule.org> 
     5##      - Vincent Hanquez <tab@snarc.org> 
     6## 
     7##      Copyright (C) 2003-2005 Gajim Team 
     8## 
     9## This program is free software; you can redistribute it and/or modify 
     10## it under the terms of the GNU General Public License as published 
     11## by the Free Software Foundation; version 2 only. 
     12## 
     13## This program is distributed in the hope that it will be useful, 
     14## but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16## GNU General Public License for more details. 
     17## 
    218 
    319import time 
  • trunk/common/thread.py

    r332 r359  
    22## 
    33## Gajim Team: 
    4 ##      - Yann Le Boulanger <asterix@crans.org> 
     4##      - Yann Le Boulanger <asterix@lagaule.org> 
    55##      - Vincent Hanquez <tab@snarc.org> 
    66## 
    7 ##      Copyright (C) 2003 Gajim Team 
     7##      Copyright (C) 2003-2005 Gajim Team 
    88## 
    99## This program is free software; you can redistribute it and/or modify