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

    r2303 r2344  
    3333from pykota.storage import PyKotaStorageError 
    3434 
    35 __doc__ = N_("""warnpykota v%s (c) %s %s 
     35__doc__ = N_("""warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s 
    3636 
    3737Sends mail to users over print quota. 
     
    7979  arguments representing users or groups names are ignored, and only the 
    8080  current user/group is reported. 
    81  
    82 This program is free software; you can redistribute it and/or modify 
    83 it under the terms of the GNU General Public License as published by 
    84 the Free Software Foundation; either version 2 of the License, or 
    85 (at your option) any later version. 
    86  
    87 This program is distributed in the hope that it will be useful, 
    88 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    89 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    90 GNU General Public License for more details. 
    91  
    92 You should have received a copy of the GNU General Public License 
    93 along with this program; if not, write to the Free Software 
    94 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    95  
    96 Please e-mail bugs to: %s""") 
     81""") 
    9782         
    9883class WarnPyKota(PyKotaTool) :