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

    r2303 r2344  
    3232from pykota.pdlanalyzer import PDLAnalyzer, PDLAnalyzerError 
    3333 
    34 __doc__ = N_("""pykotme v%s (c) %s %s 
     34__doc__ = N_("""pykotme v%(__version__)s (c) %(__years__)s %(__author__)s 
    3535 
    3636Gives print quotes to users. 
     
    7272  input. The quote will list the job size, and the price the job 
    7373  would cost on each printer. 
    74  
    75 This program is free software; you can redistribute it and/or modify 
    76 it under the terms of the GNU General Public License as published by 
    77 the Free Software Foundation; either version 2 of the License, or 
    78 (at your option) any later version. 
    79  
    80 This program is distributed in the hope that it will be useful, 
    81 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    82 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    83 GNU General Public License for more details. 
    84  
    85 You should have received a copy of the GNU General Public License 
    86 along with this program; if not, write to the Free Software 
    87 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    88  
    89 Please e-mail bugs to: %s""") 
     74""") 
    9075         
    9176