COPYRIGH.H
上传用户:better800
上传日期:2022-06-13
资源大小:1853k
文件大小:2k
源码类别:

TCP/IP协议栈

开发平台:

DOS

  1. /*
  2.  *   WATTCP - TCP/IP library routines
  3.  *
  4.  *   Copyright (c) 1990, 1991, 1992, 1993 Erick Engelke
  5.  *
  6.  *   Portions Copyright (c) 1993  Quentin Smart
  7.  *   Portions Copyright (c) 1990  National Center for Supercomputer Applications
  8.  *   Portions Copyright (c) 1990  Clarkson University
  9.  *   Portions Copyright (c) 1983, 1986, Imagen Corporation
  10.  *
  11.  *      This software 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.
  14.  *
  15.  *   RESTRICTIONS
  16.  *   ------------
  17.  *   You may freely use this library to produce programs which you may give
  18.  *   away or sell in source format, or as compiled executables, or both.
  19.  *
  20.  *   You may not sell this library or a portion thereof or distribute modified
  21.  *   versions the library code in either source or OBJect or LIBrary format
  22.  *   without written permission from the author.  The author still maintains
  23.  *   copyright privileges and will assert the privileges of ownership for
  24.  *   purposes of royalties such distributions.
  25.  *
  26.  *   Portions of this code were written or enhanced by others and offerred
  27.  *   to me for distribution in WATTCP under my copyright.  To my knowledge,
  28.  *   all copyrights exercised are listed at the top of this file.  If this
  29.  *   is incorrect, please contact me so I can rectify the situation.
  30.  *
  31.  *
  32.  *   OFFICIAL SITE
  33.  *   -------------
  34.  *   The official distribution site for WATTCP (and many other TCP goodies)
  35.  *   is dorm.rutgers.edu in pub/msdos/wattcp  (thanks Jim!)
  36.  *
  37.  *   That is where I upload the latest libraries, my own free applications
  38.  *   and other applications I have collected and find useful.
  39.  *
  40.  *
  41.  *   DOCUMENTATION
  42.  *   -------------
  43.  *   A programmer's reference manual I wrote is now available from the
  44.  *   publisher.  They provide no additional support and cannot help
  45.  *   you with any aspect of the software.  But they do pay a royalty
  46.  *   to me which has been used to compensate my costs for developing
  47.  *   this software and extending it, so I am very appreciative.
  48.  *
  49.  *   That manual is copyrighted and protected by international law.
  50.  *   It may not be copied without the authors permission.  And its
  51.  *   sale does not constitute a warranty or an automatic license to
  52.  *   use WATTCP beyond the terms described in this file.
  53.  *
  54.  *          WATTCP Manual
  55.  *          www.wattcp.com
  56.  *
  57.  */
  58. #define WATTCP_C "WATTCP_C"