Changeset 1257 for pykota/trunk/bin

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

Copyright year changed.

Location:
pykota/trunk/bin
Files:
10 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.