Changeset 10247

Show
Ignore:
Timestamp:
08/15/08 05:20:23 (3 months ago)
Author:
roidelapluie
Message:
  • Big headers review
  • Remove some licencing problems
  • To do: same for images
  • See #4200
Location:
trunk
Files:
87 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/gajim.in

    r10245 r10247  
    11#!/bin/sh 
    2 ##      gajim 
     2## scripts/gajim.in 
    33## 
    4 ## Contributors for this file: 
    5 ##      - Yann Le Boulanger <asterix@lagaule.org> 
    6 ##      - Nikos Kouremenos <kourem@gmail.com> 
     4## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org> 
     5## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> 
     6##                    Stefan Bethge <stefan AT lanpartei.de> 
     7## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
    78## 
    8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 
    9 ##                         Vincent Hanquez <tab@snarc.org> 
    10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 
    11 ##                    Vincent Hanquez <tab@snarc.org> 
    12 ##                    Nikos Kouremenos <nkour@jabber.org> 
    13 ##                    Dimitur Kirov <dkirov@gmail.com> 
    14 ##                    Travis Shirk <travis@pobox.com> 
    15 ##                    Norman Rasmussen <norman@rasmussen.co.za> 
     9## This file is part of Gajim. 
    1610## 
    17 ## This program is free software; you can redistribute it and/or modify 
     11## Gajim is free software; you can redistribute it and/or modify 
    1812## it under the terms of the GNU General Public License as published 
    19 ## by the Free Software Foundation; version 2 only. 
     13## by the Free Software Foundation; version 3 only. 
    2014## 
    21 ## This program is distributed in the hope that it will be useful, 
     15## Gajim is distributed in the hope that it will be useful, 
    2216## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    23 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    2418## GNU General Public License for more details. 
     19## 
     20## You should have received a copy of the GNU General Public License 
     21## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
     22## 
    2523 
    2624if test $(id -u) -eq 0; then 
  • trunk/scripts/gajim-remote.in

    r10245 r10247  
    11#!/bin/sh 
    2 ##      gajim 
     2## scripts/gajim-remote.in 
    33## 
    4 ## Contributors for this file: 
    5 ##      - Yann Le Boulanger <asterix@lagaule.org> 
    6 ##      - Nikos Kouremenos <kourem@gmail.com> 
    7 ##      - Dimitur Kirov <dkirov@gmail.com> 
    8 ##               
    9 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 
    10 ##                         Vincent Hanquez <tab@snarc.org> 
    11 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 
    12 ##                    Vincent Hanquez <tab@snarc.org> 
    13 ##                    Nikos Kouremenos <nkour@jabber.org> 
    14 ##                    Dimitur Kirov <dkirov@gmail.com> 
    15 ##                    Travis Shirk <travis@pobox.com> 
    16 ##                    Norman Rasmussen <norman@rasmussen.co.za> 
     4## Copyright (C) 2006 Yann Leboulanger <asterix AT lagaule.org> 
     5## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
    176## 
    18 ## This program is free software; you can redistribute it and/or modify 
     7## This file is part of Gajim. 
     8## 
     9## Gajim is free software; you can redistribute it and/or modify 
    1910## it under the terms of the GNU General Public License as published 
    20 ## by the Free Software Foundation; version 2 only. 
     11## by the Free Software Foundation; version 3 only. 
    2112## 
    22 ## This program is distributed in the hope that it will be useful, 
     13## Gajim is distributed in the hope that it will be useful, 
    2314## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    24 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    2516## GNU General Public License for more details. 
     17## 
     18## You should have received a copy of the GNU General Public License 
     19## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
     20## 
    2621 
    2722if test $(id -u) -eq 0; then 
  • trunk/setup_osx.py

    r10221 r10247  
     1## setup_osx.py 
     2## 
     3## Copyright (C) 2007 James Newton <redshodan AT gmail.com> 
     4## Copyright (C) 2007-2008 Yann Leboulanger <asterix AT lagaule.org> 
     5## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
     6## 
     7## This file is part of Gajim. 
     8## 
     9## Gajim 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 3 only. 
     12## 
     13## Gajim 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## You should have received a copy of the GNU General Public License 
     19## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
     20## 
     21 
    122""" 
    223Usage: 
  • trunk/setup_win32.py

    r10221 r10247  
    11## setup_win32.py (run me as python setup_win32.py py2exe -O2) 
    22## 
    3 ## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> 
    4 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> 
     3## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> 
     4## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com> 
     5## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
    56## 
    67## This file is part of Gajim. 
     
    1213## Gajim is distributed in the hope that it will be useful, 
    1314## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    1516## GNU General Public License for more details. 
    1617## 
    1718## You should have received a copy of the GNU General Public License 
    18 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     19## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
     20## 
    1921 
    2022from distutils.core import setup 
  • trunk/src/adhoc_commands.py

    r10181 r10247  
    11# -*- coding: utf-8 -*- 
    2 ##      adhoc_commands.py 
     2## src/adhoc_commands.py 
    33## 
    4 ## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org> 
    5 ##                    Nikos Kouremenos <nkour@jabber.org> 
     4## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com> 
     5## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org> 
     6## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org> 
     7## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
     8##                    Stephan Erb <steve-e AT h3c.de> 
    69## 
    710## This file is part of Gajim. 
     
    1316## Gajim is distributed in the hope that it will be useful, 
    1417## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    1619## GNU General Public License for more details. 
    1720## 
    1821## You should have received a copy of the GNU General Public License 
    19 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     22## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
     23## 
    2024 
    2125# FIXME: think if we need caching command list. it may be wrong if there will 
  • trunk/src/advanced.py

    r10081 r10247  
    1 ##      advanced.py 
    2 ## 
    3 ## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> 
    4 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> 
    5 ## Copyright (C) 2005 Vincent Hanquez <tab@snarc.org> 
     1## src/advanced.py 
     2## 
     3## Copyright (C) 2005 Travis Shirk <travis AT pobox.com> 
     4##                    Vincent Hanquez <tab AT snarc.org> 
     5## Copyright (C) 2005-2007 Yann Leboulanger <asterix AT lagaule.org> 
     6##                         Nikos Kouremenos <kourem AT gmail.com> 
     7## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> 
     8## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org> 
     9## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
    610## 
    711## This file is part of Gajim. 
     
    1317## Gajim is distributed in the hope that it will be useful, 
    1418## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    1620## GNU General Public License for more details. 
    1721## 
    1822## You should have received a copy of the GNU General Public License 
    19 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     23## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
    2024## 
    2125 
  • trunk/src/atom_window.py

    r10081 r10247  
    1 ##      atom_window.py - a window to display atom entries from pubsub. 
     1## src/atom_window.py 
    22## 
    3 ## For now greatly simplified, supports only simple feeds like the 
    4 ## one from pubsub.com. 
    5 ## 
    6 ## Copyright (C) 2006-2007 Yann Leboulanger <asterix@lagaule.org> 
    7 ## Copyright (C) 2007 Nikos Kouremenos <kourem@gmail.com> 
    8 ## Copyright (C) 2006-2007 Liori (I think) put ur self here please 
     3## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org> 
     4## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> 
     5## Copyright (C) 2007 Nikos Kouremenos <kourem AT gmail.com> 
     6## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
    97## 
    108## This file is part of Gajim. 
     
    1614## Gajim is distributed in the hope that it will be useful, 
    1715## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    1917## GNU General Public License for more details. 
    2018## 
    2119## You should have received a copy of the GNU General Public License 
    22 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     20## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
    2321## 
    2422 
  • trunk/src/cell_renderer_image.py

    r10081 r10247  
    1 ##      cell_renderer_image.py 
     1## src/cell_renderer_image.py 
    22## 
    3 ## Contributors for this file: 
    4 ## - Yann Leboulanger <asterix@lagaule.org> 
    5 ## - Nikos Kouremenos <kourem@gmail.com> 
    6 ## 
    7 ## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> 
    8 ##                         Vincent Hanquez <tab@snarc.org> 
    9 ## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> 
    10 ##                    Vincent Hanquez <tab@snarc.org> 
    11 ##                    Nikos Kouremenos <kourem@gmail.com> 
    12 ##                    Dimitur Kirov <dkirov@gmail.com> 
    13 ##                    Travis Shirk <travis@pobox.com> 
    14 ##                    Norman Rasmussen <norman@rasmussen.co.za> 
     3## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> 
     4## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org> 
     5## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com> 
     6## Copyright (C) 2006 Travis Shirk <travis AT pobox.com> 
     7## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
    158## 
    169## This file is part of Gajim. 
     
    2215## Gajim is distributed in the hope that it will be useful, 
    2316## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    24 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    2518## GNU General Public License for more details. 
    2619## 
    2720## You should have received a copy of the GNU General Public License 
    28 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     21## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
    2922## 
     23 
    3024 
    3125import gtk 
  • trunk/src/chat_control.py

    r10243 r10247  
    1 ##      chat_control.py 
     1## src/chat_control.py 
    22## 
    3 ## Copyright (C) 2006 Yann Leboulanger <asterix@lagaule.org> 
    4 ## Copyright (C) 2006-2007 Nikos Kouremenos <kourem@gmail.com> 
    5 ## Copyright (C) 2006 Travis Shirk <travis@pobox.com> 
    6 ##                    Dimitur Kirov <dkirov@gmail.com> 
    7 ## Copyright (C) 2007 Lukas Petrovicky <lukas@petrovicky.net> 
    8 ##                    Julien Pivotto <roidelapluie@gmail.com> 
    9 ##                    Stephan Erb <steve-e@h3c.de> 
     3## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> 
     4## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com> 
     5## Copyright (C) 2006-2008 Yann Leboulanger <asterix AT lagaule.org> 
     6##                         Jean-Marie Traissard <jim AT lapin.org> 
     7##                         Nikos Kouremenos <kourem AT gmail.com> 
     8## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net> 
     9##                    Julien Pivotto <roidelapluie AT gmail.com> 
     10## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com> 
     11##                         Stephan Erb <steve-e AT h3c.de> 
     12## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
    1013## 
    1114## This file is part of Gajim. 
     
    1720## Gajim is distributed in the hope that it will be useful, 
    1821## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    19 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     22## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    2023## GNU General Public License for more details. 
    2124## 
    2225## You should have received a copy of the GNU General Public License 
    23 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     26## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
    2427## 
    2528 
  • trunk/src/common/atom.py

    r10081 r10247  
    11# -*- coding: utf-8 -*- 
     2## src/common/atom.py 
     3## 
     4## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org> 
     5##                    Tomasz Melcer <liori AT exroot.org> 
     6## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> 
     7## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
     8## 
     9## This file is part of Gajim. 
     10## 
     11## Gajim is free software; you can redistribute it and/or modify 
     12## it under the terms of the GNU General Public License as published 
     13## by the Free Software Foundation; version 3 only. 
     14## 
     15## Gajim is distributed in the hope that it will be useful, 
     16## but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
     18## GNU General Public License for more details. 
     19## 
     20## You should have received a copy of the GNU General Public License 
     21## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
     22## 
     23 
    224''' Atom (rfc 4287) feed parser, used to read data from atom-over-pubsub transports 
    325and services. Very simple. Actually implements only atom:entry. Implement more features 
  • trunk/src/common/caps.py

    r10178 r10247  
    1 ## 
    2 ## Copyright (C) 2006 Gajim Team 
     1## src/common/caps.py 
     2## 
     3## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org> 
     4##                    Travis Shirk <travis AT pobox.com> 
     5## Copyright (C) 2007-2008 Yann Leboulanger <asterix AT lagaule.org> 
     6## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com> 
     7##                    Jonathan Schleifer <js-gajim AT webkeks.org> 
     8##                    Stephan Erb <steve-e AT h3c.de> 
    39## 
    410## This file is part of Gajim. 
     
    1016## Gajim is distributed in the hope that it will be useful, 
    1117## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    1319## GNU General Public License for more details. 
    1420## 
    1521## You should have received a copy of the GNU General Public License 
    16 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     22## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
    1723## 
    1824 
  • trunk/src/common/check_paths.py

    r10081 r10247  
     1## src/common/check_paths.py 
    12## 
    2 ## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> 
    3 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> 
    4 ## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com> 
     3## Copyright (C) 2005-2006 Travis Shirk <travis AT pobox.com> 
     4##                         Nikos Kouremenos <kourem AT gmail.com> 
     5## Copyright (C) 2005-2008 Yann Leboulanger <asterix AT lagaule.org> 
     6## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> 
     7## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org> 
     8## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org> 
     9##                    Jonathan Schleifer <js-gajim AT webkeks.org> 
    510## 
    611## This file is part of Gajim. 
     
    1217## Gajim is distributed in the hope that it will be useful, 
    1318## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    1520## GNU General Public License for more details. 
    1621## 
    1722## You should have received a copy of the GNU General Public License 
    18 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     23## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
    1924## 
    2025 
  • trunk/src/common/commands.py

    r10081 r10247  
    1 ## 
    2 ## Copyright (C) 2006 Gajim Team 
     1## src/common/commands.py 
     2## 
     3## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> 
     4##                         Tomasz Melcer <liori AT exroot.org> 
     5## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org> 
     6## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com> 
     7##                    Jonathan Schleifer <js-gajim AT webkeks.org> 
     8##                    Stephan Erb <steve-e AT h3c.de> 
    39## 
    410## This file is part of Gajim. 
     
    1016## Gajim is distributed in the hope that it will be useful, 
    1117## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    1319## GNU General Public License for more details. 
    1420## 
    1521## You should have received a copy of the GNU General Public License 
    16 ## along with Gajim.  If not, see <http://www.gnu.org/licenses/>. 
     22## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
    1723## 
    1824 
  • trunk/src/common/configpaths.py

    r10081 r10247  
     1## src/common/configpaths.py 
     2## 
     3## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org> 
     4##                    Junglecow <junglecow AT gmail.com> 
     5## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org> 
     6## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com> 
     7## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 
     8## 
     9## This file is part of Gajim. 
     10## 
     11## Gajim is free software; you can redistribute it and/or modify 
     12## it under the terms of the GNU General Public License as published 
     13## by the Free Software Foundation; version 3 only. 
     14## 
     15## Gajim is distributed in the hope that it will be useful, 
     16## but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
     18## GNU General Public License for more details. 
     19## 
     20## You should have received a copy of the GNU General Public License 
     21## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 
     22## 
     23 
    124import os 
    225import sys 
  • trunk/src/common/config.py

    r10107 r10247  
    1 ##      common/config.py 
     1## src/common/config.py 
    22## 
    3 ## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> 
    4 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> 
    5 ## Copyright (C) 2004-2005 Vincent Hanquez <tab@snarc.org> 
    6 ## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com> 
    7 ##                    Travis Shirk <travis@pobox.com> 
    8 ##                    Norman Rasmussen <norman@rasmussen.co.za> 
    9 ## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de> 
    10 ## Copyright (C) 2007 Julien Pivotto <roidelapluie@gmail.com> 
    11 ##                    Stephan Erb <steve-e@h3c.de>  
    12 ##  
     3## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> 
     4## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org> 
     5## Copyright (C) 2005 Stéphan Kochen <stephan AT kochen.nl> 
     6## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com> 
     7##                         Alex Mauer <hawke AT hawkesnest.net>