home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2847 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  2.5 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!unido!adagio!grog
  2. From: grog@adagio.UUCP (Greg Lehey)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Is AT&T listening?...
  5. Message-ID: <1834@adagio.UUCP>
  6. Date: 25 Jul 92 12:01:28 GMT
  7. References: <1992Jul23.200547.22246@cs.rose-hulman.edu> <97@ampr.ab.ca>
  8. Organization: LEMIS, Schellnhausen 2, W-6324 Feldatal, Germany
  9. Lines: 51
  10.  
  11. In article <97@ampr.ab.ca> lyndon@ampr.ab.ca (Lyndon Nerenberg) writes:
  12. >Yes, they're listening. cjc@ulysses.att.com was kind enough to point
  13. >out that one of my previous postings about the copying of /bin/true
  14. >source code was incorrect. It is in fact, as he stated in e-mail, the
  15. >BSD version of /bin/true that contains 'echo 0'. The System V version
  16. >of /bin/true instead contains five lines of copyright notice, one line
  17. >of version control information, and a colon. 
  18.  
  19. The number of lines of code is irrelevant; what's important is the
  20. copyright notice. Look, for example, at an AT&T version of /etc/fstab.
  21. Do you have something like:
  22.  
  23. #    Copyright (c) 1984, 1986, 1987, 1988 AT&T
  24. #      All Rights Reserved
  25.  
  26. #    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
  27. #    No, come to think of it, this is utter bullshit. Apart
  28. #    from this copyright notice, everything in this file has
  29. #    been created by the local sysop. It contains no source
  30. #    code whatsoever.
  31. #    The copyright notice above does not evidence any
  32. #    actual or intended publication of such source code.
  33.  
  34. #ident    "@(#)fstab.sh    2.3 - 88/05/26"
  35.  
  36. # format: mountdev fs [-[rd]] [fstype]
  37. # This file is used by /etc/mount, /etc/mountall, and /etc/rmountall
  38.  
  39.  
  40. /dev/dsk/0s3    /usr
  41. /dev/dsk/1s4    /src
  42. allegro:/usr    /allegro/usr    NFS,rsize=8192,wsize=8192,soft
  43. allegro:/    /allegro/root    NFS,rsize=8192,wsize=8192,soft
  44. allegro:/bsdi    /bsdi        NFS,rsize=8192,wsize=8192,soft
  45. allegro:/var    /var        NFS,rsize=8192,wsize=8192,soft
  46. allegro:/pub    /pub        NFS,rsize=8192,wsize=8192,soft
  47. # grave:/        /grave  NFS,rsize=8192,wsize=8192,soft
  48. # /dev/dsk/0p1     /c    DOS    
  49.  
  50. Presumably I would not be able to give a copy of this file to a
  51. customer without an AT&T license, since it contains an AT&T copyright
  52. statement. I am not even allowed to remove it. It's not clear what
  53. would happen if I were to remove the file and start again from
  54. scratch, and what the difference would be between that line of action
  55. and just removing the copyright notice.
  56.  
  57. -- 
  58. Greg Lehey                       | Tel: +49-6637-1488              
  59. LEMIS                            | Fax: +49-6637-1489
  60. Schellnhausen 2, W-6324 Feldatal, Germany
  61. *** NOTE ***: Headers are mangled - reply to grog%lemis@Germany.EU.net
  62.