Show
Ignore:
Timestamp:
03/06/05 17:52:43 (19 years ago)
Author:
jerome
Message:

Removed all references to $Log$

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/warnpykota

    r2146 r2147  
    2222# 
    2323# $Id$ 
    24 # 
    25 # $Log$ 
    26 # Revision 1.37  2005/01/17 08:44:24  jalet 
    27 # Modified copyright years 
    28 # 
    29 # Revision 1.36  2004/10/12 17:08:32  jalet 
    30 # alreadydone mapping was reset in each iteration, this is fixed. 
    31 # 
    32 # Revision 1.35  2004/10/12 09:14:03  jalet 
    33 # Ensures that warnpykota still test other quota entries for each user if 
    34 # he has not been warned, even if limited by his account balance. 
    35 # 
    36 # Revision 1.34  2004/10/12 09:09:04  jalet 
    37 # Now warnpykota warns users limited by balance only once per launch. 
    38 # 
    39 # Revision 1.33  2004/10/12 08:58:53  jalet 
    40 # Now warnpykota only warns users who have already printed, to not confuse 
    41 # users who have just opened their account. 
    42 # 
    43 # Revision 1.32  2004/10/11 22:53:05  jalet 
    44 # Postponed string interpolation to help message's output method 
    45 # 
    46 # Revision 1.31  2004/10/11 12:49:06  jalet 
    47 # Renders help translatable 
    48 # 
    49 # Revision 1.30  2004/10/06 10:05:47  jalet 
    50 # Minor changes to allow any PyKota administrator to launch enhanced versions 
    51 # of the commands, and not only the root user. 
    52 # 
    53 # Revision 1.29  2004/06/18 13:34:49  jalet 
    54 # Now all tracebacks include PyKota's version number 
    55 # 
    56 # Revision 1.28  2004/06/07 18:43:41  jalet 
    57 # Fixed over-verbose exits when displaying help or version number 
    58 # 
    59 # Revision 1.27  2004/06/03 21:50:34  jalet 
    60 # Improved error logging. 
    61 # crashrecipient directive added. 
    62 # Now exports the job's size in bytes too. 
    63 # 
    64 # Revision 1.26  2004/01/08 14:10:32  jalet 
    65 # Copyright year changed. 
    66 # 
    67 # Revision 1.25  2003/10/09 21:25:26  jalet 
    68 # Multiple printer names or wildcards can be passed on the command line 
    69 # separated with commas. 
    70 # Beta phase. 
    71 # 
    72 # Revision 1.24  2003/10/07 09:07:28  jalet 
    73 # Character encoding added to please latest version of Python 
    74 # 
    75 # Revision 1.23  2003/08/18 16:35:28  jalet 
    76 # New pychecker pass, on the tools this time. 
    77 # 
    78 # Revision 1.22  2003/07/29 20:55:17  jalet 
    79 # 1.14 is out ! 
    80 # 
    81 # Revision 1.21  2003/07/07 12:19:52  jalet 
    82 # Now repykota and warnpykota --groups check the groups the user is a member of 
    83 # in the print quota database, not in the system passwd/group files 
    84 # 
    85 # Revision 1.20  2003/06/25 14:10:01  jalet 
    86 # Hey, it may work (edpykota --reset excepted) ! 
    87 # 
    88 # Revision 1.19  2003/04/29 22:03:38  jalet 
    89 # Better error handling. 
    90 # 
    91 # Revision 1.18  2003/04/23 22:13:56  jalet 
    92 # Preliminary support for LPRng added BUT STILL UNTESTED. 
    93 # 
    94 # Revision 1.17  2003/04/17 13:32:17  jalet 
    95 # bad documentation string 
    96 # 
    97 # Revision 1.16  2003/04/16 12:35:49  jalet 
    98 # Groups quota work now ! 
    99 # 
    100 # Revision 1.15  2003/04/10 21:47:20  jalet 
    101 # Job history added. Upgrade script neutralized for now ! 
    102 # 
    103 # Revision 1.14  2003/04/08 21:31:39  jalet 
    104 # (anything or 0) = anything !!! Go back to school Jerome ! 
    105 # 
    106 # Revision 1.13  2003/04/08 21:13:44  jalet 
    107 # Prepare --groups option to work. 
    108 # 
    109 # Revision 1.12  2003/04/08 21:10:18  jalet 
    110 # Checks --groups option presence instead of --users because --users is the default. 
    111 # 
    112 # Revision 1.11  2003/03/29 13:45:27  jalet 
    113 # GPL paragraphs were incorrectly (from memory) copied into the sources. 
    114 # Two README files were added. 
    115 # Upgrade script for PostgreSQL pre 1.01 schema was added. 
    116 # 
    117 # Revision 1.10  2003/03/25 11:45:32  jalet 
    118 # Clearer help. 
    119 # 
    120 # Revision 1.9  2003/03/09 23:39:14  jalet 
    121 # Simplified translations. 
    122 # 
    123 # Revision 1.8  2003/02/10 12:07:30  jalet 
    124 # Now repykota should output the recorded total page number for each printer too. 
    125 # 
    126 # Revision 1.7  2003/02/09 13:40:29  jalet 
    127 # typo 
    128 # 
    129 # Revision 1.6  2003/02/09 12:56:53  jalet 
    130 # Internationalization begins... 
    131 # 
    132 # Revision 1.5  2003/02/07 23:24:38  jalet 
    133 # Empty line deleted 
    134 # 
    135 # Revision 1.4  2003/02/06 23:25:40  jalet 
    136 # Cleaner docstring 
    137 # 
    138 # Revision 1.3  2003/02/06 23:20:02  jalet 
    139 # warnpykota doesn't need any user/group name argument, mimicing the 
    140 # warnquota disk quota tool. 
    141 # 
    142 # Revision 1.2  2003/02/06 22:54:33  jalet 
    143 # warnpykota should be ok 
    144 # 
    14524# 
    14625#