[185] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | pkpgcounter : a generic Page Description Language parser |
---|
| 4 | |
---|
[303] | 5 | (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> |
---|
[185] | 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 |
---|
[211] | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[185] | 19 | |
---|
| 20 | ============================================================ |
---|
| 21 | |
---|
| 22 | The following people helped the pkpgcounter project : |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | - Eduardo Gielamo Oliveira & Rodolfo Broco Manin : initial PCL parser. |
---|
[368] | 26 | |
---|
[185] | 27 | - Valcir C. Vargas : helped on PCL3GUI support. |
---|
[368] | 28 | |
---|
| 29 | - Daniel Franklin : pkpgcounter's algorithm for the computation |
---|
| 30 | of ink coverage comes from Daniel's PrintBill project. |
---|
[386] | 31 | |
---|
| 32 | - Aur�en Croc : reverse engineered Samsung QPDL and published |
---|
| 33 | a language specification. |
---|
[185] | 34 | |
---|
[391] | 35 | - Franck (?) : sent a path to improve the PostScript parser when |
---|
| 36 | the PS code generated several copies. |
---|
[185] | 37 | |
---|
| 38 | ============================================================== |
---|
| 39 | |
---|
| 40 | IF YOUR NAME DOESN'T APPEAR IN THE LISTS ABOVE, AND YOU |
---|
| 41 | THINK YOU DESERVE TO BE LISTED, JUST SEND ME AN EMAIL |
---|
| 42 | ASKING FOR BEING INCLUDED. |
---|
| 43 | |
---|
| 44 | I APOLOGIZE IN ADVANCE IF I'VE FORGOTTEN TO ADD YOUR NAME. |
---|
| 45 | |
---|
| 46 | ALSO, SOME PEOPLE MAY HAVE REFUSED TO BE LISTED HERE, THIS |
---|
| 47 | IS YOUR RIGHT TO DO SO TOO, JUST TELL ME. |
---|
| 48 | |
---|
| 49 | ============================================================== |
---|