Changeset 459

Show
Ignore:
Timestamp:
09/10/08 17:31:53 (2 months ago)
Author:
apdavison
Message:

Added copyright statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/poster/trunk/poster.py

    r457 r459  
    292292                self.restoreState() 
    293293     
     294    def add_copyright(self): 
     295        self.saveState() 
     296        self.rotate(-90.0) 
     297        self.setFont("Helvetica-Bold", 24)        
     298        self.drawRightString(-10, 10, 'This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike License (http://creativecommons.org/licenses/by-nc-sa/3.0/)') 
     299        self.restoreState() 
     300     
    294301    def make_title(self, styles, title, authors, institutions, logo_left, logo_right): 
    295302        """Returns the y position of the bottom of the title (including bottom margin).""" 
     
    545552 
    546553    poster.make_footer(ACKNOWLEDGEMENTS) 
     554    poster.add_copyright() 
    547555 
    548556    print "--- Saving poster ---"