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

Changeset 24

Show
Ignore:
Timestamp:
23/11/07 00:00:03 (14 months ago)
Author:
gak
Message:

added gpl

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • betterprint/trunk/betterprint.py

    r21 r24  
     1""" 
     2 
     3betterprint - A replacement module to pprint 
     4 
     5Copyright Gerald Kaszuba 2007 
     6 
     7This program is free software: you can redistribute it and/or modify 
     8it under the terms of the GNU General Public License as published by 
     9the Free Software Foundation, either version 3 of the License, or 
     10(at your option) any later version. 
     11 
     12This program is distributed in the hope that it will be useful, 
     13but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     15GNU General Public License for more details. 
     16 
     17You should have received a copy of the GNU General Public License 
     18along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     19 
     20""" 
     21 
    122import pprint as orig_pprint 
    223