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

    r2303 r2344  
    3030from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    3131 
    32 __doc__ = N_("""autopykota v%s (c) %s %s 
     32__doc__ = N_("""autopykota v%(__version__)s (c) %(__years__)s %(__author__)s 
    3333 
    3434A tool to automate user account creation and initial balance setting. 
     
    5151                       If the user already exists, actual balance is left 
    5252                       unmodified. If unset, the default value is 0. 
    53                         
    54 This program is free software; you can redistribute it and/or modify 
    55 it under the terms of the GNU General Public License as published by 
    56 the Free Software Foundation; either version 2 of the License, or 
    57 (at your option) any later version. 
    58  
    59 This program is distributed in the hope that it will be useful, 
    60 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    62 GNU General Public License for more details. 
    63  
    64 You should have received a copy of the GNU General Public License 
    65 along with this program; if not, write to the Free Software 
    66 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    67  
    68 Please e-mail bugs to: %s""") 
     53""") 
    6954 
    7055class AutoPyKota(PyKotaTool) :