home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21112 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  981 b 

  1. Xref: sparky comp.sys.mac.programmer:21112 comp.os.ms-windows.programmer.tools:1960
  2. Newsgroups: comp.sys.mac.programmer,comp.os.ms-windows.programmer.tools
  3. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!jimlynch
  4. From: jimlynch@netcom.com (Jim Lynch)
  5. Subject: Re: Stallman and friends
  6. Message-ID: <1993Jan10.052801.29040@netcom.com>
  7. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  8. References: <lsr-050193184857@lsr.taligent.com>> <MELLON.93Jan7172402@pepper.ncd.com> <gtall.726514732@ogre>
  9. Date: Sun, 10 Jan 1993 05:28:01 GMT
  10. Lines: 10
  11.  
  12. In article <gtall.726514732@ogre> gtall@ogre.cica.indiana.edu (Gerry Allwein) writes:
  13. >I just a simple yes or no answer to a simple question: does a parser produced
  14. >by GNU Bison fall under the FSF copyright?
  15.  
  16. The short answer: Yes! But: I looked further.
  17.  
  18. The output from Bison are twofold: It contains:
  19.  
  20. 1) A parser program. This is covered under GPL.
  21. 2) tables from your grammar. These are yours.
  22.