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

    r2303 r2344  
    3434from pykota.pdlanalyzer import PDLAnalyzer, PDLAnalyzerError 
    3535 
    36 __doc__ = N_("""pkmail v%s (c) %s %s 
     36__doc__ = N_("""pkmail v%(__version__)s (c) %(__years__)s %(__author__)s 
    3737 
    3838Email gateway for PyKota. 
     
    7373   
    7474  Use at your own risk ! 
    75    
    76 This program is free software; you can redistribute it and/or modify 
    77 it under the terms of the GNU General Public License as published by 
    78 the Free Software Foundation; either version 2 of the License, or 
    79 (at your option) any later version. 
    80  
    81 This program is distributed in the hope that it will be useful, 
    82 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    83 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    84 GNU General Public License for more details. 
    85  
    86 You should have received a copy of the GNU General Public License 
    87 along with this program; if not, write to the Free Software 
    88 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    89  
    90 Please e-mail bugs to: %s""") 
     75""") 
    9176         
    9277