Changeset 1257

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

Copyright year changed.

Location:
pykota/trunk
Files:
68 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1256 r1257  
    66# PyKota - Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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 
     
    2424# 
    2525# $Log$ 
     26# Revision 1.19  2004/01/08 14:10:32  jalet 
     27# Copyright year changed. 
     28# 
    2629# Revision 1.18  2004/01/07 16:16:32  jalet 
    2730# Better debugging information 
  • pykota/trunk/bin/edpykota

    r1207 r1257  
    66# PyKota - Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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 
     
    2424# 
    2525# $Log$ 
     26# Revision 1.64  2004/01/08 14:10:32  jalet 
     27# Copyright year changed. 
     28# 
    2629# Revision 1.63  2003/11/24 16:50:58  jalet 
    2730# Old help message deletedd 
     
    235238from pykota.storage import PyKotaStorageError 
    236239 
    237 __doc__ = """edpykota v%s (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     240__doc__ = """edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    238241A Print Quota editor for PyKota. 
    239242 
  • pykota/trunk/bin/mailandpopup.sh

    r1241 r1257  
    33# PyKota - Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66# You're welcome to redistribute this software under the 
    77# terms of the GNU General Public Licence version 2.0 
  • pykota/trunk/bin/papwaitprinter.sh

    r1226 r1257  
    33# PyKota - Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66# You're welcome to redistribute this software under the 
    77# terms of the GNU General Public Licence version 2.0 
  • pykota/trunk/bin/pykota

    r1240 r1257  
    66# PyKota - Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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 
     
    2424# 
    2525# $Log$ 
     26# Revision 1.49  2004/01/08 14:10:32  jalet 
     27# Copyright year changed. 
     28# 
    2629# Revision 1.48  2003/12/27 16:49:25  uid67467 
    2730# Should be ok now. 
  • pykota/trunk/bin/pykotme

    r1156 r1257  
    66# PyKota - Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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 
     
    2424# 
    2525# $Log$ 
     26# Revision 1.6  2004/01/08 14:10:32  jalet 
     27# Copyright year changed. 
     28# 
    2629# Revision 1.5  2003/10/09 21:25:25  jalet 
    2730# Multiple printer names or wildcards can be passed on the command line 
     
    5558from pykota.storage import PyKotaStorageError 
    5659 
    57 __doc__ = """pykotme v%s (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     60__doc__ = """pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    5861 
    5962Gives print quotes to users. 
  • pykota/trunk/bin/README

    r952 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/bin/repykota

    r1156 r1257  
    66# PyKota - Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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 
     
    2424# 
    2525# $Log$ 
     26# Revision 1.46  2004/01/08 14:10:32  jalet 
     27# Copyright year changed. 
     28# 
    2629# Revision 1.45  2003/10/09 21:25:25  jalet 
    2730# Multiple printer names or wildcards can be passed on the command line 
     
    184187from pykota import reporter 
    185188 
    186 __doc__ = """repykota v%s (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     189__doc__ = """repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    187190 
    188191Generates print quota reports. 
  • pykota/trunk/bin/waitprinter.sh

    r1240 r1257  
    33# PyKota - Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66# You're welcome to redistribute this software under the 
    77# terms of the GNU General Public Licence version 2.0 
  • pykota/trunk/bin/warnpykota

    r1156 r1257  
    66# PyKota - Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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 
     
    2424# 
    2525# $Log$ 
     26# Revision 1.26  2004/01/08 14:10:32  jalet 
     27# Copyright year changed. 
     28# 
    2629# Revision 1.25  2003/10/09 21:25:26  jalet 
    2730# Multiple printer names or wildcards can be passed on the command line 
     
    114117from pykota.storage import PyKotaStorageError 
    115118 
    116 __doc__ = """warnpykota v%s (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     119__doc__ = """warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    117120 
    118121Sends mail to users over print quota. 
  • pykota/trunk/cgi-bin/printquota.cgi

    r1255 r1257  
    55# PyKota - Print Quotas for CUPS and LPRng 
    66# 
    7 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     7# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    88# This program is free software; you can redistribute it and/or modify 
    99# it under the terms of the GNU General Public License as published by 
     
    2323# 
    2424# $Log$ 
     25# Revision 1.21  2004/01/08 14:10:32  jalet 
     26# Copyright year changed. 
     27# 
    2528# Revision 1.20  2004/01/07 16:07:17  jalet 
    2629# The stylesheet is again expected to be local, it was a bad idea to use 
  • pykota/trunk/clean.sh

    r961 r1257  
    55# PyKota : Print Quotas for CUPS and LPRng 
    66# 
    7 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     7# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    88# This program is free software; you can redistribute it and/or modify 
    99# it under the terms of the GNU General Public License as published by 
  • pykota/trunk/conf/pykota.conf.sample

    r1240 r1257  
    66# PyKota - Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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/conf/pykotadmin.conf.sample

    r1087 r1257  
    1111# PyKota - Print Quotas for CUPS and LPRng 
    1212# 
    13 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     13# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    1414# This program is free software; you can redistribute it and/or modify 
    1515# it under the terms of the GNU General Public License as published by 
  • pykota/trunk/conf/README

    r1100 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/contributed/pagecount.pl

    r1243 r1257  
    33# PyKota : Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 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 
     
    3434# 
    3535# $Log$ 
     36# Revision 1.2  2004/01/08 14:10:32  jalet 
     37# Copyright year changed. 
     38# 
    3639# Revision 1.1  2003/12/27 16:57:42  uid67467 
    3740# Added Perl script which does PJL accounting, contributed by Ren�und Jensen 
  • pykota/trunk/CREDITS

    r1245 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/debian/README

    r952 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/docs/README

    r873 r1257  
    33PyKota - Print Quota for CUPS 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/initscripts/ldap/README.ldap

    r1200 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/initscripts/postgresql/pykota-postgresql.sql

    r1240 r1257  
    22-- PyKota - Print Quotas for CUPS and LPRng 
    33-- 
    4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     4-- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    55-- This program is free software; you can redistribute it and/or modify 
    66-- it under the terms of the GNU General Public License as published by 
     
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.8  2004/01/08 14:10:32  jalet 
     23-- Copyright year changed. 
     24-- 
    2225-- Revision 1.7  2003/12/27 16:49:25  uid67467 
    2326-- Should be ok now. 
  • pykota/trunk/initscripts/postgresql/README.postgresql

    r1203 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/initscripts/postgresql/upgrade-from-before-1.03.py

    r1015 r1257  
    55# PyKota - Print Quotas for CUPS and LPRng 
    66# 
    7 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     7# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    88# This program is free software; you can redistribute it and/or modify 
    99# it under the terms of the GNU General Public License as published by 
  • pykota/trunk/initscripts/postgresql/upgrade-to-1.14.sql

    r1087 r1257  
    22-- PyKota - Print Quotas for CUPS and LPRng 
    33-- 
    4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     4-- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    55-- This program is free software; you can redistribute it and/or modify 
    66-- it under the terms of the GNU General Public License as published by 
     
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.3  2004/01/08 14:10:32  jalet 
     23-- Copyright year changed. 
     24-- 
    2225-- Revision 1.2  2003/07/16 21:53:07  jalet 
    2326-- Really big modifications wrt new configuration file's location and content. 
  • pykota/trunk/initscripts/postgresql/upgrade-to-1.16.sql

    r1240 r1257  
    22-- PyKota - Print Quotas for CUPS and LPRng 
    33-- 
    4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     4-- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    55-- This program is free software; you can redistribute it and/or modify 
    66-- it under the terms of the GNU General Public License as published by 
     
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.4  2004/01/08 14:10:32  jalet 
     23-- Copyright year changed. 
     24-- 
    2225-- Revision 1.3  2003/12/27 16:49:25  uid67467 
    2326-- Should be ok now. 
  • pykota/trunk/initscripts/postgresql/VERYOLDpykota-upgrade-postgresql.sql

    r1015 r1257  
    22-- PyKota - Print Quotas for CUPS and LPRng 
    33-- 
    4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     4-- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    55-- This program is free software; you can redistribute it and/or modify 
    66-- it under the terms of the GNU General Public License as published by 
     
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.2  2004/01/08 14:10:32  jalet 
     23-- Copyright year changed. 
     24-- 
    2225-- Revision 1.1  2003/06/05 07:12:31  jalet 
    2326-- Reorganization of directories 
  • pykota/trunk/initscripts/README

    r1200 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/LICENSE

    r972 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/logos/README

    r952 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/man/README

    r952 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/NEWS

    r1249 r1257  
    33PyKota - Print Quota for CUPS 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/po/en/pykota.po

    r1240 r1257  
    33# PyKota : Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 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 
     
    2121# 
    2222# $Log$ 
     23# Revision 1.39  2004/01/08 14:10:32  jalet 
     24# Copyright year changed. 
     25# 
    2326# Revision 1.38  2003/12/27 16:49:25  uid67467 
    2427# Should be ok now. 
  • pykota/trunk/po/es/pykota.po

    r1240 r1257  
    33# PyKota : Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 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 
     
    2121# 
    2222# $Log$ 
     23# Revision 1.7  2004/01/08 14:10:32  jalet 
     24# Copyright year changed. 
     25# 
    2326# Revision 1.6  2003/12/27 16:49:25  uid67467 
    2427# Should be ok now. 
  • pykota/trunk/po/fr/pykota.po

    r1240 r1257  
    33# PyKota : Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 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 
     
    2121# 
    2222# $Log$ 
     23# Revision 1.38  2004/01/08 14:10:32  jalet 
     24# Copyright year changed. 
     25# 
    2326# Revision 1.37  2003/12/27 16:49:25  uid67467 
    2427# Should be ok now. 
  • pykota/trunk/po/pt/pykota.po

    r1240 r1257  
    33# PyKota : Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 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 
     
    2121# 
    2222# $Log$ 
     23# Revision 1.3  2004/01/08 14:10:32  jalet 
     24# Copyright year changed. 
     25# 
    2326# Revision 1.2  2003/12/27 16:49:25  uid67467 
    2427# Should be ok now. 
  • pykota/trunk/po/pykota.pot

    r1240 r1257  
    33# PyKota : Print Quotas for CUPS and LPRng 
    44# 
    5 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2004 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 
     
    2121# 
    2222# $Log$ 
     23# Revision 1.39  2004/01/08 14:10:32  jalet 
     24# Copyright year changed. 
     25# 
    2326# Revision 1.38  2003/12/27 16:49:25  uid67467 
    2427# Should be ok now. 
  • pykota/trunk/po/README

    r952 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/pykota/accounter.py

    r1240 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.10  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.9  2003/12/27 16:49:25  uid67467 
    2528# Should be ok now. 
  • pykota/trunk/pykota/accounters/external.py

    r1240 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.13  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.12  2003/12/27 16:49:25  uid67467 
    2528# Should be ok now. 
  • pykota/trunk/pykota/accounters/__init__.py

    r1144 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 
  • pykota/trunk/pykota/accounters/querying.py

    r1240 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.11  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.10  2003/12/27 16:49:25  uid67467 
    2528# Should be ok now. 
  • pykota/trunk/pykota/accounters/stupid.py

    r1240 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.11  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.10  2003/12/27 16:49:25  uid67467 
    2528# Should be ok now. 
  • pykota/trunk/pykota/config.py

    r1227 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.42  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.41  2003/11/29 20:06:20  jalet 
    2528# Added 'utolower' configuration option to convert all usernames to 
  • pykota/trunk/pykota/__init__.py

    r1144 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 
  • pykota/trunk/pykota/logger.py

    r1240 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.12  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.11  2003/12/27 16:49:25  uid67467 
    2528# Should be ok now. 
  • pykota/trunk/pykota/loggers/__init__.py

    r1144 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 
  • pykota/trunk/pykota/loggers/stderr.py

    r1144 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.5  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.4  2003/10/07 09:07:29  jalet 
    2528# Character encoding added to please latest version of Python 
  • pykota/trunk/pykota/loggers/system.py

    r1144 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.9  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.8  2003/10/07 09:07:29  jalet 
    2528# Character encoding added to please latest version of Python 
  • pykota/trunk/pykota/reporter.py

    r1240 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.7  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.6  2003/12/27 16:49:25  uid67467 
    2528# Should be ok now. 
  • pykota/trunk/pykota/reporters/html.py

    r1251 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.5  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.4  2004/01/06 15:51:46  jalet 
    2528# Code factorization 
  • pykota/trunk/pykota/reporters/__init__.py

    r1144 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 
  • pykota/trunk/pykota/reporters/text.py

    r1251 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.9  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.8  2004/01/06 15:51:46  jalet 
    2528# Code factorization 
  • pykota/trunk/pykota/requester.py

    r1240 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.12  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.11  2003/12/27 16:49:25  uid67467 
    2528# Should be ok now. 
  • pykota/trunk/pykota/requesters/external.py

    r1144 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.10  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.9  2003/10/07 09:07:29  jalet 
    2528# Character encoding added to please latest version of Python 
  • pykota/trunk/pykota/requesters/__init__.py

    r1144 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 
  • pykota/trunk/pykota/requesters/snmp.py

    r1144 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.13  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.12  2003/10/07 09:07:29  jalet 
    2528# Character encoding added to please latest version of Python 
  • pykota/trunk/pykota/storage.py

    r1252 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.33  2004/01/08 14:10:32  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.32  2004/01/06 16:02:57  jalet 
    2528# This time printer groups caching works. 
  • pykota/trunk/pykota/storages/__init__.py

    r1144 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 
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1249 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.44  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.43  2004/01/06 14:24:59  jalet 
    2528# Printer groups should be cached now, if caching is enabled. 
  • pykota/trunk/pykota/storages/pgstorage.py

    r1249 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.28  2004/01/08 14:10:33  jalet 
     25# Copyright year changed. 
     26# 
    2427# Revision 1.27  2004/01/06 14:24:59  jalet 
    2528# Printer groups should be cached now, if caching is enabled. 
  • 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 
  • pykota/trunk/pykota/version.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 
  • pykota/trunk/README

    r1206 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/SECURITY

    r1209 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/setup.py

    r1240 r1257  
    66# PyKota : Print Quotas for CUPS and LPRng 
    77# 
    8 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     8# (c) 2003-2004 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 
     
    2424# 
    2525# $Log$ 
     26# Revision 1.29  2004/01/08 14:10:32  jalet 
     27# Copyright year changed. 
     28# 
    2629# Revision 1.28  2003/12/27 16:49:25  uid67467 
    2730# Should be ok now. 
  • pykota/trunk/TODO

    r1213 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pykota/trunk/untested/postscript/pagecount.sh

    r993 r1257  
    55# PyKota : Print Quotas for CUPS and LPRng 
    66# 
    7 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     7# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    88# This program is free software; you can redistribute it and/or modify 
    99# it under the terms of the GNU General Public License as published by 
  • pykota/trunk/untested/README

    r952 r1257  
    33PyKota - Print Quota for CUPS and LPRng 
    44 
    5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software; you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by