Sections
Timeline
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

Changeset 3

Show
Ignore:
Timestamp:
20/06/07 02:13:26 (19 months ago)
Author:
gak
Message:

added GPL license

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyquake3/trunk/pyquake3.py

    r2 r3  
     1""" 
     2Python Quake 3 Library 
     3http://misc.slowchop.com/misc/wiki/pyquake3 
     4Copyright (C) 2006-2007 Gerald Kaszuba 
     5 
     6This program is free software; you can redistribute it and/or 
     7modify it under the terms of the GNU General Public License 
     8as published by the Free Software Foundation; either version 2 
     9of the License, or (at your option) any later version. 
     10 
     11This program is distributed in the hope that it will be useful, 
     12but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14GNU General Public License for more details. 
     15 
     16You should have received a copy of the GNU General Public License 
     17along with this program; if not, write to the Free Software 
     18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. 
     19""" 
     20 
    121import socket 
    222import re