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

    r2324 r2344  
    3333from pykota.storage import PyKotaStorageError 
    3434 
    35 __doc__ = N_("""edpykota v%s (c) %s %s 
     35__doc__ = N_("""edpykota v%(__version__)s (c) %(__years__)s %(__author__)s 
    3636 
    3737A Print Quota editor for PyKota. 
     
    225225  cost of each print job will be multiplied by zero before charging 
    226226  his account. 
    227  
    228 This program is free software; you can redistribute it and/or modify 
    229 it under the terms of the GNU General Public License as published by 
    230 the Free Software Foundation; either version 2 of the License, or 
    231 (at your option) any later version. 
    232  
    233 This program is distributed in the hope that it will be useful, 
    234 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    235 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    236 GNU General Public License for more details. 
    237  
    238 You should have received a copy of the GNU General Public License 
    239 along with this program; if not, write to the Free Software 
    240 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    241  
    242 Please e-mail bugs to: %s""")  
     227""")  
    243228         
    244229class EdPyKota(PyKotaTool) :