~bhavi/locolint/locolint

« back to all changes in this revision

Viewing changes to locolint/functions/copyright.py

  • Committer: Paul Tagliamotne
  • Date: 2010-11-10 23:08:39 UTC
  • Revision ID: paultag@ubuntu.com-20101110230839-18n6gzpwjgiaovq0
fixing the line issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
def run_copyright( args ):
13
13
        io.note( "" )
14
 
        io.note( _("This software is Free Software, licensed under the GNU GPL-3+." ))
15
 
        io.note( _("Copyright Paul Tagliamonte ( For the LoCo Council ) 2010" ))
 
14
        io.note( _("This software is Free Software, licensed under the GNU GPL-3+. Copyright Paul Tagliamonte ( For the LoCo Council ) 2010" ))
16
15
        io.note( "" )
17
16
        io.note( _("Please be nice to people. The world is a better place that way." ))
18
17
        io.note( "" )