Changeset 10247 for trunk/setup_win32.py

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
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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