home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / misc / 4178 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.3 KB

  1. Path: sparky!uunet!mcsun!uknet!keele!nott-cs!ucl-cs!news
  2. From: Z.Wang@cs.ucl.ac.uk (Zheng Wang)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Is SunOS networking code freely-distributable?
  5. Message-ID: <2991@ucl-cs.uucp>
  6. Date: 11 Sep 92 10:47:50 GMT
  7. Sender: news@cs.ucl.ac.uk
  8. Lines: 30
  9.  
  10. I want to do some experiment in the tcp/ip code on a Sun
  11. but the source we have here is rather old. But I notice
  12. that the networking code (ie. sys/netinet/*.* and sys/net/route.c)
  13. all has the following header:
  14.  
  15.  
  16. /*      @(#)route.h 1.9 88/08/19 SMI; from UCB 7.3 12/30/87     */
  17.  
  18. /*
  19.  * Copyright (c) 1980, 1986 Regents of the University of California.
  20.  * All rights reserved.
  21.  *
  22.  * Redistribution and use in source and binary forms are permitted
  23.  * provided that this notice is preserved and that due credit is given
  24.  * to the University of California at Berkeley. The name of the University
  25.  * may not be used to endorse or promote products derived from this
  26.  * software without specific prior written permission. This software
  27.  * is provided ``as is'' without express or implied warranty.
  28.  */
  29.  
  30.  
  31. Does this mean that SunOS networking code freely-distributable?
  32.  
  33. I actually saw Steve Deering distributed this code in his early
  34. multicast distribution but I would like to make sure about
  35. this.
  36.  
  37. Thanks in advance for your replies
  38.  
  39. Zheng
  40.