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/pkprinters

    r2336 r2344  
    3131from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    3232 
    33 __doc__ = N_("""pkprinters v%s (c) %s %s 
     33__doc__ = N_("""pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s 
    3434 
    3535A Printers Manager for PyKota. 
     
    109109   
    110110  This will remove the hp2200 printer from the LexMark printer group. 
    111    
    112 This program is free software; you can redistribute it and/or modify 
    113 it under the terms of the GNU General Public License as published by 
    114 the Free Software Foundation; either version 2 of the License, or 
    115 (at your option) any later version. 
    116  
    117 This program is distributed in the hope that it will be useful, 
    118 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    119 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    120 GNU General Public License for more details. 
    121  
    122 You should have received a copy of the GNU General Public License 
    123 along with this program; if not, write to the Free Software 
    124 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    125  
    126 Please e-mail bugs to: %s""") 
     111""") 
    127112         
    128113class PKPrinters(PyKotaTool) :