COPYRIGHT
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:5k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1.     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.
  2. Acknowledgements
  3. ----------------
  4. The regular expression support is based on Henry Spencer's POSIX 1003.2
  5. compliant regex package that has ``Copyright 1992, 1993, 1994 Henry
  6. Spencer.  All rights reserved.'' Consult regex/COPYRIGHT for the full
  7. copyright notice associated with this software.
  8. The code to read PCF fonts is distantly related to the X11R5 code
  9. that is ``Copyright 1990 Massachusetts Institute of Technology''; consult
  10. faxd/PCFFont.c++ for the full copyright notice.
  11. The textfmt program is distantly related to the lptops program written
  12. by Nelson Beebe; there was no copyright notice on the version of the code
  13. that textfmt grew out of.
  14. The config.guess and config.sub scripts are part of the GNU autoconf
  15. package and covered by the GNU Public License (GPL).  Several ideas
  16. in the configure script are directly "borrowed" from autoconf (and I
  17. have tried to maintain as much compatibility as possible).
  18. The PCF font etc/lutRS18.pcf included for use with tag lines is a
  19. compiled version of a LucidaTypewriter font that was contributed to X11
  20. by Bigelow & Holmes.  Redistribution of this font requires inclusion of
  21. this copyright notice:
  22.     NOTICE TO USER: The source code, including the glyphs or icons 
  23.     forming a par of the OPEN LOOK TM Graphic User Interface, on this 
  24.     tape and in these files is copyrighted under U.S. and international
  25.     laws. Sun Microsystems, Inc. of Mountain View, California owns
  26.     the copyright and has design patents pending on many of the icons. 
  27.     AT&T is the owner of the OPEN LOOK trademark associated with the
  28.     materials on this tape. Users and possessors of this source code 
  29.     are hereby granted a nonexclusive, royalty-free copyright and 
  30.     design patent license to use this code in individual and 
  31.     commercial software. A royalty-free, nonexclusive trademark
  32.     license to refer to the code and output as "OPEN LOOK" compatible 
  33.     is available from AT&T if, and only if, the appearance of the 
  34.     icons or glyphs is not changed in any manner except as absolutely
  35.     necessary to accommodate the standard resolution of the screen or
  36.     other output device, the code and output is not changed except as 
  37.     authorized herein, and the code and output is validated by AT&T. 
  38.     Bigelow & Holmes is the owner of the Lucida (R) trademark for the
  39.     fonts and bit-mapped images associated with the materials on this 
  40.     tape. Users are granted a royalty-free, nonexclusive license to use
  41.     the trademark only to identify the fonts and bit-mapped images if, 
  42.     and only if, the fonts and bit-mapped images are not modified in any
  43.     way by the user. 
  44.     Any use of this source code must include, in the user documentation 
  45.     and internal comments to the code, notices to the end user as  
  46.     follows:
  47.     (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
  48.     pending in the U.S. and foreign countries. OPEN LOOK is a 
  49.     trademark of AT&T. Used by written permission of the owners.
  50.     (c) Copyright Bigelow & Holmes 1986, 1985. Lucida is a registered 
  51.     trademark of Bigelow & Holmes. Permission to use the Lucida 
  52.     trademark is hereby granted only in association with the images 
  53.     and fonts described in this file.
  54.     SUN MICROSYSTEMS, INC., AT&T, AND BIGELOW & HOLMES
  55.     MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF
  56.     THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" 
  57.     WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. 
  58.     SUN  MICROSYSTEMS, INC., AT&T AND BIGELOW  & HOLMES, 
  59.     SEVERALLY AND INDIVIDUALLY, DISCLAIM ALL WARRANTIES 
  60.     WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED
  61.     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  62.     PARTICULAR PURPOSE. IN NO EVENT SHALL SUN MICROSYSTEMS,
  63.     INC., AT&T OR BIGELOW & HOLMES BE LIABLE FOR ANY
  64.     SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
  65.     OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA      
  66.     OR PROFITS, WHETHER IN AN ACTION OF  CONTRACT, NEGLIGENCE
  67.     OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  68.     WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.