Changeset 3482

Show
Ignore:
Timestamp:
01/24/09 22:31:09 (15 years ago)
Author:
jerome
Message:

Copyright years are now dynamic when displayed by pkpgcounter.

Files:
1 modified

Legend:

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

    r3474 r3482  
    2222"""This modules defines some important constants used in this software.""" 
    2323 
     24import time 
    2425 
    2526__version__ = "3.51alpha" 
     
    2930__author__ = "Jerome Alet" 
    3031__authoremail__ = "alet@librelogiciel.com" 
    31 __years__ = "2003-2009" 
     32 
     33__years__ = "2003-%s" % time.strftime("%Y", time.localtime(time.time())) 
    3234 
    3335__gplblurb__ = """This program is free software: you can redistribute it and/or modify