Changeset 2622 for pykota/trunk/pykota

Show
Ignore:
Timestamp:
01/14/06 10:09:41 (18 years ago)
Author:
jerome
Message:

Added 2006 to the copyright's years.

Location:
pykota/trunk/pykota
Files:
28 modified

Legend:

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

    r2409 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/accounters/hardware.py

    r2425 r2622  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/accounters/__init__.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/accounters/pjl.py

    r2620 r2622  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/accounters/snmp.py

    r2618 r2622  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/accounters/software.py

    r2409 r2622  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/cgifuncs.py

    r2302 r2622  
    11# PyKota - Print Quotas for CUPS and LPRng 
    22# 
    3 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     3# (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 
    44# This program is free software; you can redistribute it and/or modify 
    55# it under the terms of the GNU General Public License as published by 
  • pykota/trunk/pykota/config.py

    r2593 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/dumper.py

    r2602 r2622  
    33# PyKota - Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 
    66# 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 
  • pykota/trunk/pykota/__init__.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/ipp.py

    r2514 r2622  
    66# PyKota : Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 
    99# This program is free software; you can redistribute it and/or modify 
    1010# it under the terms of the GNU General Public License as published by 
  • pykota/trunk/pykota/logger.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/loggers/__init__.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/loggers/stderr.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/loggers/system.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/reporter.py

    r2452 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/reporters/html.py

    r2302 r2622  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/reporters/__init__.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/reporters/text.py

    r2302 r2622  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/storage.py

    r2530 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/storages/dbistorage.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/storages/__init__.py

    r2302 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/storages/ldapstorage.py

    r2538 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/storages/pgstorage.py

    r2599 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/storages/sqlitestorage.py

    r2593 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/storages/sql.py

    r2599 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/tool.py

    r2610 r2622  
    44# PyKota - Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
  • pykota/trunk/pykota/version.py

    r2616 r2622  
    44# PyKota : Print Quotas for CUPS and LPRng 
    55# 
    6 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 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 
    24 __version__ = "1.24alpha6_unofficial" 
     24__version__ = "1.24alpha7_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."