1.2 Credits and Acknoledgements
My thanks go to:
- Mario Branchi
Gian Maria 'Giangi' Calzolari
Chris 'TINM' Wiles
Oliver 'Olli' Wagner
Ben 'Beej' Preece
Pietro Altomani
Luca 'ElleDi' Danelon
Federico 'x-Fede' Pomi
Eike 'Skyclad' Land
Ian 'pOMAc' Kumlien
Alex 'Leto' Pagnoni
Andrea Trevisan
Lodesani Luca for beta testing & suggestions
- Francesco 'FranZ' Celli for supporting STFax with his BBS and
beta testing
- Philip 'Aes' Vedovatti for his artwork (STFax icons and buttons)
- Michael van Elst for his help on the printer part
- Andrea Vedaldi for his help on the dithering routine
- David Eaves for his help with OwnDevUnit.library
- Antoine Bailey-Bottero for providing the T.30 docs in plain text
format. :)
- all those who sent me suggestions and comments on STFax
- all those who registered the shareware version
Some code of STFax derived from other programs' sources. These copyrights
apply:
/* g3topbm.c - read a Group 3 FAX file and produce a portable bitmap
**
** Copyright (C) 1989 by Paul Haeberli .
**
** Permission to use, copy, modify, and distribute this software and its
** documentation for any purpose and without fee is hereby granted, provided
** that the above copyright notice appear in all copies and that both that
** copyright notice and this permission notice appear in supporting
** documentation. This software is provided "as is" without express or
** implied warranty.
*/
---
/* gdevdfax.c
*
* DigiBoard, Inc. DigiFAX driver for Ghostscript.
*
* Copyright 1992 DigiBoard, Inc. All rights reserved
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted.
* This software is provided "as is" without express or implied warranty.
*/
---
/* t.30.h
*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
* HylaFAX is a trademark of Silicon Graphics
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that (i) the above copyright notices and this permission notice appear in
* all copies of the software and related documentation, and (ii) the names of
* Sam Leffler and Silicon Graphics may not be used in any advertising or
* publicity relating to the software without the specific, prior written
* permission of Sam Leffler and Silicon Graphics.
*
* THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
* EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
* WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
*
* IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
* ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
* OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
* WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
* LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/