1 | # $Id$ |
---|
2 | |
---|
3 | pkpgcounter : a generic Page Description Language parser |
---|
4 | |
---|
5 | (c) 2003, 2004, 2005, 2006 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
19 | |
---|
20 | ============================================================ |
---|
21 | |
---|
22 | The following people helped the pkpgcounter project : |
---|
23 | |
---|
24 | |
---|
25 | - Eduardo Gielamo Oliveira & Rodolfo Broco Manin : initial PCL parser. |
---|
26 | |
---|
27 | - Valcir C. Vargas : helped on PCL3GUI support. |
---|
28 | |
---|
29 | - Daniel Franklin : pkpgcounter's algorithm for the computation |
---|
30 | of ink coverage comes from Daniel's PrintBill project. |
---|
31 | |
---|
32 | |
---|
33 | ============================================================== |
---|
34 | |
---|
35 | IF YOUR NAME DOESN'T APPEAR IN THE LISTS ABOVE, AND YOU |
---|
36 | THINK YOU DESERVE TO BE LISTED, JUST SEND ME AN EMAIL |
---|
37 | ASKING FOR BEING INCLUDED. |
---|
38 | |
---|
39 | I APOLOGIZE IN ADVANCE IF I'VE FORGOTTEN TO ADD YOUR NAME. |
---|
40 | |
---|
41 | ALSO, SOME PEOPLE MAY HAVE REFUSED TO BE LISTED HERE, THIS |
---|
42 | IS YOUR RIGHT TO DO SO TOO, JUST TELL ME. |
---|
43 | |
---|
44 | ============================================================== |
---|