home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4240 < prev    next >
Encoding:
Text File  |  1992-08-16  |  3.9 KB  |  114 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!wupost!sdd.hp.com!caen!hellgate.utah.edu!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: Selling 386BSD
  5. Message-ID: <1992Aug16.205530.16971@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <1557@hcshh.hcs.de> <1992Aug14.195609.29096@gateway.novell.com> <1992Aug16.021934.5330@uvm.edu>
  9. Date: Sun, 16 Aug 92 20:55:30 GMT
  10. Lines: 102
  11.  
  12. In article <1992Aug16.021934.5330@uvm.edu> wollman@sadye (Garrett Wollman) writes:
  13. >In article <1992Aug14.195609.29096@gateway.novell.com> terry@ithaca.Eng.Sandy.Novell.COM (Terry Lambert) writes:
  14. >
  15. >>    That we are able to have a free system now is due in large part
  16. >>do the commercialization and recontribution of code by companies like
  17. >>Genentech (which springs to mind; there are others -- check the various
  18. >>redistribution copyright notices in the source files) to BSD for free
  19. >>redistribution.
  20. >
  21. >I felt that this was an important enough point that I grepped all the
  22. >copyright notices out of the system that I could find (I forget
  23. >whether I did a `strings -' on the kernel or something else), and
  24. >added the following to my /etc/rc:
  25. >
  26. >cat <<'EOH' 
  27. >Copyright 1980-1992, Regents of the University of California 
  28. >Copyright 1987, 1989, 1990, 1991, Carnegie Mellon University 
  29. >Copyright 1988, 1989, Intel Corporation 
  30. >Copyright 1988, 1990, University of Utah 
  31. >Copyright 1988, Julian Onions 
  32. >Copyright 1989-1992, William F. Jolitz, TeleMuse 
  33. >Copyright 1992, Garrett A. Wollman 
  34. >Copyright 1992, University of Vermont and State Agricultural College 
  35. >EOH 
  36.  
  37. Garrett missed:
  38.  
  39. ---
  40. This code is derived from software contributed to Berkeley by
  41. Rick Macklem at The University of Guelph.
  42. ---
  43. This code is derived from software contributed to Berkeley by
  44. Scooter Morris at Genentech Inc.
  45. ---
  46. This code is derived from software contributed to Berkeley by
  47. Robert Elz at The University of Melbourne.
  48. ---
  49. This code is derived from the Stanford/CMU enet packet filter,
  50. (net/enet.c) distributed as part of 4.3BSD, and code contributed
  51. to Berkeley by Steven McCanne of Lawrence Berkeley Laboratory.
  52. ---
  53. This code is derived from software contributed to Berkeley by
  54. William Jolitz and Don Ahn.
  55. ---
  56. This code is derived from software contributed to Berkeley by
  57. Tim L. Tucker.
  58. ---
  59. This code is derived from software contributed to Berkeley by
  60. Don Ahn.
  61. ---
  62.  
  63. He got these, but somewhat out of context:
  64.  
  65. ---
  66. Mach Operating System
  67. Copyright 1987, 1989, 1990, 1991, Carnegie Mellon University 
  68. ---
  69. This software is a component of "386BSD" developed by
  70. William F. Jolitz, TeleMuse.
  71. ---
  72. This code is derived from software contributed to Berkeley by
  73. William Jolitz.
  74. ---
  75. This code is derived from software contributed to Berkeley by
  76. the Systems Programming Group of the University of Utah Computer
  77. Science Department.  Originally from University of Wisconsin.
  78. ---
  79.  
  80.  
  81. I also like the expression of this, especially since it isn't a requirement;
  82. CMU got to express it's feelings without placing restrictions:
  83.  
  84. ----
  85. Carnegie Mellon requests users of this software to return to
  86.  
  87.  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
  88.  School of Computer Science
  89.  Carnegie Mellon University
  90.  Pittsburgh PA 15213-3890
  91.  
  92. any improvements or extensions that they make and grant Carnegie the
  93. rights to redistribute these changes.
  94. ----
  95.  
  96.  
  97. And this is just the kernel from:
  98.  
  99.     cd /sys
  100.     find . -type f -exec grep -A 1 contributed {} \; -print | more
  101.  
  102.  
  103.                     Terry Lambert
  104.                     terry_lambert@gateway.novell.com
  105.                     terry@icarus.weber.edu
  106. ---
  107. Any opinions in this posting are my own and not those of my present
  108. or previous employers.
  109. -- 
  110. -------------------------------------------------------------------------------
  111.                                                        terry@icarus.weber.edu
  112.  "I have an 8 user poetic license" - me
  113. -------------------------------------------------------------------------------
  114.