This is a Debian GNU/Linux prepackaged version of HylaFAX,
a fax server software.

HylaFAX was written by Sam Leffler <sam@engr.sgi.com>.

This package was put together by Christoph Lameter <clameter@debian.org>
from sources obtained from:
 ftp.sgi.com:/sgi/fax/source/
 
It is currently maintained by Christophe Le Bars <clebars@debian.org>.

The following changed were made :
        * addition of the Debian package maintenance system

Copyright:

          HylaFAX Facsimile Software

        Copyright (c) 1990-1996 Sam Leffler
        Copyright (c) 1991-1996 Silicon Graphics, Inc.
        HylaFAX is a trademark of Silicon Graphics, Inc.

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.

Acknowledgements
----------------
This software is more than 6 years old and is the product of many
folks' work.  Robin Schaufler did the original scheme for delayed
submission and worked on the client-server protocol.  More recently,
the following people have helped either by testing or by contributing
fixes and/or improvements:

  Matthias Apitz     Chris Beekhuis	  Peter Bentley	
  Marc Boucher       Piete Brooks         Bill Campbell
  Brent Chapman      Camden Clarke        Tom Corson
  Alan Crosswell     Mark Diekhans        Greg Ferguson
  Steve Fine	     Andrew Ford          Nico Garcia
  Wolfgang Henke     Viet Hoang           Bert Hooyman
  Ken Hornstein	     Dirk Husemann        Brian Katzung
  Masao Kitano	     Carsten Koch         John T Kohl
  Scott Kramer       Rickard Linck        Rick Lyons
  Tom Lislegaard     Rob MacKinnon	  Kevin McManamon
  Les Mikesell	     Bill Morrow	  Andy Moskoff
  Chris Munonye	     Rob Newberry	  Dag Nygren
  Jonas Olsson       Dave Packer	  Damon Permezel
  David Pike         Amir Plivatsky       Andy Rabagliati
  Eric Rescorla      Matthew Rice         Tim Rice
  Marshall Rose      Daniel Rosenblatt    Joel Rosi-Schwartz
  Tim Rylance        Joseph E. Sacco      Thomas A. Szybist
  Brent Townshend    Peter White          Steve Williams
  Scott Woodard      David Vrona          Paul Vixie
  Christian Zahl

(and surely others).  Also, a special thanks to Ed McCreight for
helping me understand the stuff "between the lines" that's necessary to
make a working Class 1 driver.

The regular expression support is based on Henry Spencer's POSIX 1003.2
compliant regex package that has this Copyright:

	Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
	This software is not subject to any license of the American Telephone
	and Telegraph Company or of the Regents of the University of California.

	Permission is granted to anyone to use this software for any purpose on
	any computer system, and to alter it and redistribute it, subject
	to the following restrictions:

	1. The author is not responsible for the consequences of use of this
	   software, no matter how awful, even if they arise from flaws in it.

	2. The origin of this software must not be misrepresented, either by
	   explicit claim or by omission.  Since few users ever read sources,
	   credits must appear in the documentation.

	3. Altered versions must be plainly marked as such, and must not be
	   misrepresented as being the original software.  Since few users
	   ever read sources, credits must appear in the documentation.

	4. This notice may not be removed or altered.

	=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	/*-
	 * Copyright (c) 1994
	 *	The Regents of the University of California.  All rights reserved.
	 *
	 * Redistribution and use in source and binary forms, with or without
	 * modification, are permitted provided that the following conditions
	 * are met:
	 * 1. Redistributions of source code must retain the above copyright
	 *    notice, this list of conditions and the following disclaimer.
	 * 2. Redistributions in binary form must reproduce the above copyright
	 *    notice, this list of conditions and the following disclaimer in the
	 *    documentation and/or other materials provided with the distribution.
	 * 3. All advertising materials mentioning features or use of this software
	 *    must display the following acknowledgement:
	 *	This product includes software developed by the University of
	 *	California, Berkeley and its contributors.
	 * 4. Neither the name of the University nor the names of its contributors
	 *    may be used to endorse or promote products derived from this software
	 *    without specific prior written permission.
	 *
	 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
	 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
	 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
	 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
	 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
	 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
	 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
	 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
	 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
	 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
	 * SUCH DAMAGE.
	 *
	 *	@(#)COPYRIGHT	8.1 (Berkeley) 3/16/94
	 */


The zlib package used in the client-server protocol is copyright
1995-1996 Jean-loup Gailly and Mark Adler.  Consult the file
/usr/doc/zlib1/copyright for more information.

The code to read PCF fonts is distantly related to the X11R5 code
that is ``Copyright 1990 Massachusetts Institute of Technology'':

	/*
	 * $XConsortium: pcfread.c,v 1.10 92/05/12 18:07:47 gildea Exp $
	 *
	 * Copyright 1990 Massachusetts Institute of Technology
	 *
	 * Permission to use, copy, modify, distribute, and sell this software and its
	 * documentation for any purpose is hereby granted without fee, provided that
	 * the above copyright notice appear in all copies and that both that
	 * copyright notice and this permission notice appear in supporting
	 * documentation, and that the name of M.I.T. not be used in advertising or
	 * publicity pertaining to distribution of the software without specific,
	 * written prior permission.  M.I.T. makes no representations about the
	 * suitability of this software for any purpose.  It is provided "as is"
	 * without express or implied warranty.
	 *
	 * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
	 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
	 * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
	 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
	 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
	 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
	 *
	 * Author:  Keith Packard, MIT X Consortium
	 */

The textfmt program is distantly related to the lptops program written
by Nelson Beebe; there was no copyright notice on the version of the code
that textfmt grew out of.

The config.guess and config.sub scripts are part of the GNU autoconf
package and covered by the GNU Public License (GPL).  Several ideas
in the configure script are directly "borrowed" from autoconf (and I
have tried to maintain as much compatibility as possible).

The PCF font etc/lutRS18.pcf included for use with tag lines is a
compiled version of a LucidaTypewriter font that was contributed to X11
by Bigelow & Holmes.  Redistribution of this font requires inclusion of
this copyright notice:


    NOTICE TO USER: The source code, including the glyphs or icons 
    forming a par of the OPEN LOOK TM Graphic User Interface, on this 
    tape and in these files is copyrighted under U.S. and international
    laws. Sun Microsystems, Inc. of Mountain View, California owns
    the copyright and has design patents pending on many of the icons. 
    AT&T is the owner of the OPEN LOOK trademark associated with the
    materials on this tape. Users and possessors of this source code 
    are hereby granted a nonexclusive, royalty-free copyright and 
    design patent license to use this code in individual and 
    commercial software. A royalty-free, nonexclusive trademark
    license to refer to the code and output as "OPEN LOOK" compatible 
    is available from AT&T if, and only if, the appearance of the 
    icons or glyphs is not changed in any manner except as absolutely
    necessary to accommodate the standard resolution of the screen or
    other output device, the code and output is not changed except as 
    authorized herein, and the code and output is validated by AT&T. 
    Bigelow & Holmes is the owner of the Lucida (R) trademark for the
    fonts and bit-mapped images associated with the materials on this 
    tape. Users are granted a royalty-free, nonexclusive license to use
    the trademark only to identify the fonts and bit-mapped images if, 
    and only if, the fonts and bit-mapped images are not modified in any
    way by the user. 


    Any use of this source code must include, in the user documentation 
    and internal comments to the code, notices to the end user as  
    follows:


    (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
    pending in the U.S. and foreign countries. OPEN LOOK is a 
    trademark of AT&T. Used by written permission of the owners.


    (c) Copyright Bigelow & Holmes 1986, 1985. Lucida is a registered 
    trademark of Bigelow & Holmes. Permission to use the Lucida 
    trademark is hereby granted only in association with the images 
    and fonts described in this file.



    SUN MICROSYSTEMS, INC., AT&T, AND BIGELOW & HOLMES
    MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF
    THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" 
    WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. 
    SUN  MICROSYSTEMS, INC., AT&T AND BIGELOW  & HOLMES, 
    SEVERALLY AND INDIVIDUALLY, DISCLAIM ALL WARRANTIES 
    WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    PARTICULAR PURPOSE. IN NO EVENT SHALL SUN MICROSYSTEMS,
    INC., AT&T OR BIGELOW & HOLMES BE LIABLE FOR ANY
    SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
    OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA      
    OR PROFITS, WHETHER IN AN ACTION OF  CONTRACT, NEGLIGENCE
    OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
    WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
