Changeset 4545

Show
Ignore:
Timestamp:
04/29/08 06:42:39 (7 months ago)
Author:
alberto
Message:

autoupdating copyright notice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/ToscaWidgetsForms/trunk/tw/forms/release.py

    r4540 r4545  
     1from datetime import date 
    12__all__ = [ 
    23    '__VERSION__', 
     
    1112__AUTHOR__ = "Alberto Valverde Gonzalez" 
    1213__EMAIL__ = "alberto@toscat.net" 
    13 __COPYRIGHT__ = "2006-2007 Alberto Valverde Gonzalez and contributors" 
     14__COPYRIGHT__ = "2006-%d Alberto Valverde Gonzalez and contributors" % date.today().year 
    1415__LICENSE__ = "MIT"