Show
Ignore:
Timestamp:
01/08/04 15:10:33 (20 years ago)
Author:
jalet
Message:

Copyright year changed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1248 r1257  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    2222# 
    2323# $Log$ 
     24# Revision 1.70  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.69  2004/01/05 16:02:18  jalet 
    2528# Dots in user, groups and printer names should be allowed. 
     
    290293class PyKotaTool :     
    291294    """Base class for all PyKota command line tools.""" 
    292     def __init__(self, lang=None, doc="PyKota %s (c) 2003 %s" % (version.__version__, version.__author__)) : 
     295    def __init__(self, lang=None, doc="PyKota %s (c) 2003-2004 %s" % (version.__version__, version.__author__)) : 
    293296        """Initializes the command line tool.""" 
    294297        # locale stuff