home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / TTCP_SDK / ReadMeSDK < prev    next >
Encoding:
Text File  |  1996-07-28  |  3.3 KB  |  73 lines

  1. TermiteTCP Software Development Kit V1.00
  2. =========================================
  3.  
  4. Copyright © 1996 Oregon Research
  5.             16200 SW Pacific Hwy., Suite 162
  6.             Tigard, OR 97224
  7.             All rights reserved.
  8.  
  9.  
  10. Portions of the TTCP SDK are based on original documents from BSD, which 
  11. is hereby acknowledged:
  12.  
  13. *****************************************************************************
  14. Copyright © 1982, 1986, 1990 Regents of the University of California.
  15. All rights reserved.
  16. Redistribution and use in source and binary forms, with or without
  17. modification, are permitted provided that the following conditions
  18. are met:
  19.  
  20. 1. Redistributions of source code must retain the above copyright
  21.    notice, this list of conditions and the following disclaimer.
  22. 2. Redistributions in binary form must reproduce the above copyright
  23.    notice, this list of conditions and the following disclaimer in the
  24.    documentation and/or other materials provided with the distribution.
  25. 3. All advertising materials mentioning features or use of this software
  26.    must display the following acknowledgement: This product includes software 
  27.    developed by the University of California, Berkeley and its contributors.
  28. 4. Neither the name of the University nor the names of its contributors
  29.    may be used to endorse or promote products derived from this software
  30.    without specific prior written permission.
  31.  
  32. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  33. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  34. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  35. ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  36. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  37. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  38. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  39. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  40. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  41. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  42. SUCH DAMAGE.
  43. ****************************************************************************
  44.  
  45.  
  46. The Termite TCP Software developers kit currently consists of:
  47.  
  48.    tsocket.doc    Software documentation on tsocket.library functions
  49.    /pragmas       Pragma include file
  50.    /proto         Library function include file 
  51.    /netinet       Network include files
  52.    /sys           Network include files
  53.    /hostname      Example program with source
  54.    /connect       Example program with source
  55.    /ping          Example program with source
  56.    
  57.  
  58. The TTCP SDK is still under construction.  Additional functions, examples, 
  59. and documentation is currently under development.  We encourage you to
  60. send us any suggestions or comments that you have. 
  61.  
  62.  
  63. The TTCP SDK is supplied "AS IS" without warranty of any kind, either expressed 
  64. or implied, including, but not limited to, the implied warranties of 
  65. merchantability and fitness for a particular purpose.  The entire risk as to the 
  66. quality and performance of the TTCP SDK is with you.
  67.  
  68.  
  69. Oregon Research shall not be liable for any damages whatsoever, arising out of 
  70. the use or inability to use the TTCP SDK, even if the possibility of such  
  71. damages has been advised.
  72.  
  73.