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

    r2525 r2586  
    8787        <a href="http://www.librelogiciel.com/software/">%s</a> 
    8888        &copy; %s %s  
     89        <br /> 
     90        <pre> 
     91%s 
     92        </pre> 
    8993      </font> 
    9094    </p> 
     
    104108                        _("Quote")) 
    105109        print self.body 
    106         print footer % (_("Quote"), version.__doc__, version.__years__, version.__author__) 
     110        print footer % (_("Quote"), version.__doc__, version.__years__, version.__author__, version.__gplblurb__) 
    107111         
    108112    def error(self, message) :