1
2	    HylaFAX Facsimile Software
3
4	Copyright (c) 1990-1996 Sam Leffler
5	Copyright (c) 1991-1996 Silicon Graphics, Inc.
6	HylaFAX is a trademark of Silicon Graphics, Inc.
7
8Permission to use, copy, modify, distribute, and sell this software and
9its documentation for any purpose is hereby granted without fee, provided
10that (i) the above copyright notices and this permission notice appear in
11all copies of the software and related documentation, and (ii) the names of
12Sam Leffler and Silicon Graphics may not be used in any advertising or
13publicity relating to the software without the specific, prior written
14permission of Sam Leffler and Silicon Graphics.
15
16THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
17EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
18WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
19
20IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
21ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
22OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
23WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
24LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
25OF THIS SOFTWARE.
26
27
28Acknowledgements
29----------------
30The regular expression support is based on Henry Spencer's POSIX 1003.2
31compliant regex package that has ``Copyright 1992, 1993, 1994 Henry
32Spencer.  All rights reserved.'' Consult regex/COPYRIGHT for the full
33copyright notice associated with this software.
34
35The code to read PCF fonts is distantly related to the X11R5 code
36that is ``Copyright 1990 Massachusetts Institute of Technology''; consult
37faxd/PCFFont.c++ for the full copyright notice.
38
39The textfmt program is distantly related to the lptops program written
40by Nelson Beebe; there was no copyright notice on the version of the code
41that textfmt grew out of.
42
43The config.guess and config.sub scripts are part of the GNU autoconf
44package and covered by the GNU Public License (GPL).  Several ideas
45in the configure script are directly "borrowed" from autoconf (and I
46have tried to maintain as much compatibility as possible).
47
48The PCF font etc/lutRS18.pcf included for use with tag lines is a
49compiled version of a LucidaTypewriter font that was contributed to X11
50by Bigelow & Holmes.  Redistribution of this font requires inclusion of
51this copyright notice:
52
53
54    NOTICE TO USER: The source code, including the glyphs or icons
55    forming a par of the OPEN LOOK TM Graphic User Interface, on this
56    tape and in these files is copyrighted under U.S. and international
57    laws. Sun Microsystems, Inc. of Mountain View, California owns
58    the copyright and has design patents pending on many of the icons.
59    AT&T is the owner of the OPEN LOOK trademark associated with the
60    materials on this tape. Users and possessors of this source code
61    are hereby granted a nonexclusive, royalty-free copyright and
62    design patent license to use this code in individual and
63    commercial software. A royalty-free, nonexclusive trademark
64    license to refer to the code and output as "OPEN LOOK" compatible
65    is available from AT&T if, and only if, the appearance of the
66    icons or glyphs is not changed in any manner except as absolutely
67    necessary to accommodate the standard resolution of the screen or
68    other output device, the code and output is not changed except as
69    authorized herein, and the code and output is validated by AT&T.
70    Bigelow & Holmes is the owner of the Lucida (R) trademark for the
71    fonts and bit-mapped images associated with the materials on this
72    tape. Users are granted a royalty-free, nonexclusive license to use
73    the trademark only to identify the fonts and bit-mapped images if,
74    and only if, the fonts and bit-mapped images are not modified in any
75    way by the user.
76
77
78    Any use of this source code must include, in the user documentation
79    and internal comments to the code, notices to the end user as
80    follows:
81
82
83    (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
84    pending in the U.S. and foreign countries. OPEN LOOK is a
85    trademark of AT&T. Used by written permission of the owners.
86
87
88    (c) Copyright Bigelow & Holmes 1986, 1985. Lucida is a registered
89    trademark of Bigelow & Holmes. Permission to use the Lucida
90    trademark is hereby granted only in association with the images
91    and fonts described in this file.
92
93
94
95    SUN MICROSYSTEMS, INC., AT&T, AND BIGELOW & HOLMES
96    MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF
97    THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS"
98    WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.
99    SUN  MICROSYSTEMS, INC., AT&T AND BIGELOW  & HOLMES,
100    SEVERALLY AND INDIVIDUALLY, DISCLAIM ALL WARRANTIES
101    WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED
102    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
103    PARTICULAR PURPOSE. IN NO EVENT SHALL SUN MICROSYSTEMS,
104    INC., AT&T OR BIGELOW & HOLMES BE LIABLE FOR ANY
105    SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
106    OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
107    OR PROFITS, WHETHER IN AN ACTION OF  CONTRACT, NEGLIGENCE
108    OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
109    WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
110
111
112