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/pykota/version.py

    r2342 r2344  
    2222# 
    2323 
    24 __version__ = "1.23alpha15_unofficial" 
     24__version__ = "1.23alpha16_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng." 
     
    2828__author__ = "Jerome Alet - alet@librelogiciel.com" 
    2929 
    30 __copyright__ = "2003, 2004, 2005" 
     30__years__ = "2003, 2004, 2005" 
     31 
     32__gplblurb__ = """This program is free software; you can redistribute it and/or modify 
     33it under the terms of the GNU General Public License as published by 
     34the Free Software Foundation; either version 2 of the License, or 
     35(at your option) any later version. 
     36 
     37This program is distributed in the hope that it will be useful, 
     38but WITHOUT ANY WARRANTY; without even the implied warranty of 
     39MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     40GNU General Public License for more details. 
     41 
     42You should have received a copy of the GNU General Public License 
     43along with this program; if not, write to the Free Software 
     44Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."""