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/printquota.cgi

    r2266 r2267  
    8282      <font size="-2"> 
    8383        <a href="http://www.librelogiciel.com/software/">%s</a> 
    84         &copy; 2003, 2004, 2005 %s  
     84        &copy; %s %s  
    8585      </font> 
    8686    </p> 
     
    100100                        _("Report")) 
    101101        print self.body 
    102         print footer % (_("Report"), version.__doc__, version.__author__) 
     102        print footer % (_("Report"), version.__doc__, version.__copyright__, version.__author__) 
    103103         
    104104    def error(self, message) :