1 | # $Id$ |
---|
2 | |
---|
3 | PyKota - Print Quota for CUPS and LPRng |
---|
4 | |
---|
5 | (c) 2003 Jerome Alet <alet@librelogiciel.com> |
---|
6 | This program is free software; you can redistribute it and/or modify |
---|
7 | it under the terms of the GNU General Public License as published by |
---|
8 | the Free Software Foundation; either version 2 of the License, or |
---|
9 | (at your option) any later version. |
---|
10 | |
---|
11 | This program is distributed in the hope that it will be useful, |
---|
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | GNU General Public License for more details. |
---|
15 | |
---|
16 | You should have received a copy of the GNU General Public License |
---|
17 | along with this program; if not, write to the Free Software |
---|
18 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. |
---|
19 | |
---|
20 | ============================================================ |
---|
21 | |
---|
22 | Supporters : |
---|
23 | ------------ |
---|
24 | |
---|
25 | The following people supports the PyKota project enhancement |
---|
26 | by funding it : |
---|
27 | |
---|
28 | - Daniel Garcia |
---|
29 | - Ted Buchanan - Vincennes University |
---|
30 | - Victor Hiebert - Simon Fraser University |
---|
31 | - Andres de la Cruz |
---|
32 | - Anwar Bashir - University of Teesside |
---|
33 | - Jan-David Hoivik - Oslo University College |
---|
34 | - Peg Shafer - Tufts University |
---|
35 | - Lonnie Norton - University of Utah |
---|
36 | - Ian Taylor - University of Melbourne |
---|
37 | - Steven Blair - Parergy |
---|
38 | - Greg Paynter |
---|
39 | - Pablo Acchiardio |
---|
40 | - Peter Allmaker - Massachusetts College of Liberal Arts |
---|
41 | - Nigel Pallett - Optimus UK Ltd |
---|
42 | - Joby Mathew |
---|
43 | - Alejandra Rodriguez |
---|
44 | - Matt Hyclak - Ohio University |
---|
45 | - Brian Choy |
---|
46 | - Oscar Maqueda Hortells |
---|
47 | - Roger Crawford - University of Oxford |
---|
48 | - Paolo Del Romano |
---|
49 | - Peter Strauss |
---|
50 | - Kennie Cruz - Universidad de Puerto Rico |
---|
51 | - Johan Fehrman - Kungliga Tekniska H�olan |
---|
52 | - Pam Luther - Georgia Institute of Technology |
---|
53 | - Xavier Palou - Ecole Fran�se de Gestion Commerciale |
---|
54 | - Jean-Fran�s Pollozec - Austral Informatique |
---|
55 | - Alain Soyeur |
---|
56 | - David Collier-Brown - Sun Microsystems Canada |
---|
57 | - Laurent Evrard - Polytechnic of Namibia |
---|
58 | - James Affeld |
---|
59 | |
---|
60 | Contributors : |
---|
61 | -------------- |
---|
62 | |
---|
63 | The following people contributed code or ideas to PyKota : |
---|
64 | |
---|
65 | - Jo�Collet : PyKota's logo |
---|
66 | - Stefan Wold - Stockholm University : code |
---|
67 | - John Flynn - University of Belize : LDAP support |
---|
68 | - Wayne Godoy - University of Belize : LDAP support |
---|
69 | - Leif Johansson - Stockholm University : LDAP support |
---|
70 | - Bob Martel - Cleveland State University : SNMP examples |
---|
71 | - Michael Stuebiger : Non-postscript printers support documentation |
---|
72 | - Oleg Biteryakov - University of Michigan : Bug fix in SQL code |
---|
73 | - Charl W. M�r - University of Stellenbosch : LDAP testing |
---|
74 | |
---|
75 | ============================================================== |
---|
76 | |
---|
77 | IF YOUR NAME DOESN'T APPEAR IN THE LISTS ABOVE, AND YOU |
---|
78 | THINK YOU DESERVE TO BE LISTED, JUST SEND ME AN EMAIL |
---|
79 | ASKING FOR BEING INCLUDED. |
---|
80 | |
---|
81 | I APOLOGIZE IN ADVANCE IF I'VE FORGOTTEN TO ADD YOUR NAME. |
---|
82 | |
---|
83 | ALSO, SOME PEOPLE MAY HAVE REFUSED TO BE LISTED HERE, THIS |
---|
84 | IS YOUR RIGHT TO DO SO TOO, JUST TELL ME. |
---|
85 | |
---|
86 | ============================================================== |
---|