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 | |
---|
40 | Contributors : |
---|
41 | -------------- |
---|
42 | |
---|
43 | The following people contributed code or ideas to PyKota : |
---|
44 | |
---|
45 | - Jo�Collet : PyKota's logo |
---|
46 | - Stefan Wold - Stockholm University : code |
---|
47 | - John Flynn - University of Belize : LDAP support |
---|
48 | - Wayne Godoy - University of Belize : LDAP support |
---|
49 | - Leif Johansson - Stockholm University : LDAP support |
---|
50 | - Bob Martel - Cleveland State University : SNMP examples |
---|
51 | |
---|
52 | ============================================================ |
---|
53 | |
---|
54 | IF YOUR NAME DOESN'T APPEAR IN THE LISTS ABOVE, AND YOU |
---|
55 | THINK YOU DESERVE TO BE LISTED, JUST SEND ME AN EMAIL |
---|
56 | ASKING FOR BEING INCLUDED. |
---|
57 | |
---|
58 | I APOLOGIZE IN ADVANCE IF I'VE FORGOTTEN TO ADD YOUR NAME. |
---|
59 | |
---|
60 | ALSO, SOME PEOPLE MAY HAVE REFUSED TO BE LISTED HERE, THIS |
---|
61 | IS YOUR RIGHT TO DO SO TOO, JUST TELL ME. |
---|
62 | |
---|
63 | ============================================================ |
---|