Show
Ignore:
Timestamp:
01/07/08 21:41:26 (17 years ago)
Author:
jerome
Message:

Changed copyright years.
Removed unnecessary shebang lines.
Changed default encoding to UTF-8 from ISO-8859-15 (only
ascii is used anyway).

Files:
1 modified

Legend:

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

    r560 r564  
     1# -*- coding: UTF-8 -*- 
    12# 
    23# pkpgcounter : a generic Page Description Language parser 
    34# 
    4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    56# This program is free software: you can redistribute it and/or modify 
    67# it under the terms of the GNU General Public License as published by 
     
    2829__author__ = "Jerome Alet" 
    2930__authoremail__ = "alet@librelogiciel.com" 
    30 __years__ = "2003, 2004, 2005, 2006, 2007" 
     31__years__ = "2003, 2004, 2005, 2006, 2007, 2008" 
    3132 
    3233__gplblurb__ = """This program is free software: you can redistribute it and/or modify