Show
Ignore:
Timestamp:
07/05/05 11:34:57 (19 years ago)
Author:
jerome
Message:

Added online help and a manual page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pdlanalyzer/version.py

    r220 r223  
    2020# 
    2121 
    22 __version__ = "1.53" 
     22__version__ = "1.54" 
    2323 
    2424__doc__ = """pkpgcounter : a generic Page Description Languages parser.""" 
    2525 
    26 __author__ = """Jerome Alet - alet@librelogiciel.com""" 
     26__author__ = "Jerome Alet" 
     27__authoremail__ = "alet@librelogiciel.com" 
     28__years__ = "2003, 2004, 2005" 
    2729 
     30__gplblurb__ = """This program is free software; you can redistribute it and/or modify 
     31it under the terms of the GNU General Public License as published by 
     32the Free Software Foundation; either version 2 of the License, or 
     33(at your option) any later version. 
     34 
     35This program is distributed in the hope that it will be useful, 
     36but WITHOUT ANY WARRANTY; without even the implied warranty of 
     37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     38GNU General Public License for more details. 
     39 
     40You should have received a copy of the GNU General Public License 
     41along with this program; if not, write to the Free Software 
     42Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.""" 
     43