Show
Ignore:
Timestamp:
11/15/05 23:54:07 (18 years ago)
Author:
jerome
Message:

Now includes a snippet of the GNU GPL at the bottom of CGI pages

Files:
1 modified

Legend:

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

    r2584 r2586  
    8383        <a href="http://www.librelogiciel.com/software/">%s</a> 
    8484        &copy; %s %s  
     85        <br /> 
     86        <pre> 
     87%s 
     88        </pre> 
    8589      </font> 
    8690    </p> 
     
    100104                        _("Report")) 
    101105        print self.body 
    102         print footer % (_("Report"), version.__doc__, version.__years__, version.__author__) 
     106        print footer % (_("Report"), version.__doc__, version.__years__, version.__author__, version.__gplblurb__) 
    103107         
    104108    def error(self, message) :