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

    r2303 r2344  
    3838from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    3939 
    40 __doc__ = N_("""pykosd v%s (c) %s %s 
     40__doc__ = N_("""pykosd v%(__version__)s (c) %(__years__)s %(__author__)s 
    4141 
    4242An OSD quota monitor for PyKota. 
     
    7575  and will last for 3 seconds (the default) each time. After five 
    7676  iterations, the program will exit. 
    77    
    78 This program is free software; you can redistribute it and/or modify 
    79 it under the terms of the GNU General Public License as published by 
    80 the Free Software Foundation; either version 2 of the License, or 
    81 (at your option) any later version. 
    82  
    83 This program is distributed in the hope that it will be useful, 
    84 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    85 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    86 GNU General Public License for more details. 
    87  
    88 You should have received a copy of the GNU General Public License 
    89 along with this program; if not, write to the Free Software 
    90 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    91  
    92 Please e-mail bugs to: %s""") 
     77""") 
    9378 
    9479