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

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