Show
Ignore:
Timestamp:
05/21/05 10:18:35 (19 years ago)
Author:
jerome
Message:

Moved the copyright strings out of the docstrings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/pykotme.cgi

    r2265 r2267  
    8181      <font size="-2"> 
    8282        <a href="http://www.librelogiciel.com/software/">%s</a> 
    83         &copy; 2003, 2004, 2005 %s  
     83        &copy; %s %s  
    8484      </font> 
    8585    </p> 
     
    9999                        _("Quote")) 
    100100        print self.body 
    101         print footer % (_("Quote"), version.__doc__, version.__author__) 
     101        print footer % (_("Quote"), version.__doc__, version.__copyright__, version.__author__) 
    102102         
    103103    def error(self, message) :