Show
Ignore:
Timestamp:
07/08/05 18:52:50 (19 years ago)
Author:
jerome
Message:

Moved the GPL blurb into a single location.
Now uses named parameters in commands' help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbanner

    r2303 r2344  
    4949from pykota.tool import Tool, PyKotaToolError, crashed, N_ 
    5050 
    51 __doc__ = N_("""pkbanner v%s (c) %s %s 
     51__doc__ = N_("""pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s 
    5252 
    5353Generates banners. 
     
    9393  You'll find more examples in the sample configuration file included     
    9494  in PyKota. 
    95        
    96 This program is free software; you can redistribute it and/or modify 
    97 it under the terms of the GNU General Public License as published by 
    98 the Free Software Foundation; either version 2 of the License, or 
    99 (at your option) any later version. 
    100  
    101 This program is distributed in the hope that it will be useful, 
    102 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    103 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    104 GNU General Public License for more details. 
    105  
    106 You should have received a copy of the GNU General Public License 
    107 along with this program; if not, write to the Free Software 
    108 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    109  
    110 Please e-mail bugs to: %s""") 
     95""") 
    11196         
    11297class PyKotaBanner(Tool) :