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

    r2342 r2344  
    3232from pykota.dumper import DumPyKota 
    3333 
    34 __doc__ = N_("""dumpykota v%s (c) %s %s 
     34__doc__ = N_("""dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s 
    3535 
    3636Dumps PyKota database's content. 
     
    122122  Dumps all jobs printed between March 1st 2005 at midnight and 
    123123  July 30th 2005 at 23 hours 46 minutes and 15 secondes included. 
    124    
    125 This program is free software; you can redistribute it and/or modify 
    126 it under the terms of the GNU General Public License as published by 
    127 the Free Software Foundation; either version 2 of the License, or 
    128 (at your option) any later version. 
    129  
    130 This program is distributed in the hope that it will be useful, 
    131 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    132 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    133 GNU General Public License for more details. 
    134  
    135 You should have received a copy of the GNU General Public License 
    136 along with this program; if not, write to the Free Software 
    137 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    138  
    139 Please e-mail bugs to: %s""") 
     124""") 
    140125         
    141126if __name__ == "__main__" :