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

  1. Xref: sparky comp.sys.mac.programmer:21132 comp.os.ms-windows.programmer.tools:1963
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!network.ucsd.edu!usc!enterpoop.mit.edu!cambridge-news.cygnus.com!dumb!gumby
  3. From: gumby@tweedledumb.cygnus.com (D V Henkel-Wallace)
  4. Newsgroups: comp.sys.mac.programmer,comp.os.ms-windows.programmer.tools
  5. Subject: bison (was: Stallman and friends)
  6. Date: 10 Jan 93 14:29:32
  7. Organization: /0h/users/gumby/.organization
  8. Lines: 15
  9. Message-ID: <GUMBY.93Jan10142932@tweedledumb.cygnus.com>
  10. References: <gtall.726514732@ogre> <1993Jan8.202708.22012@usage.csd.unsw.OZ.AU>
  11. NNTP-Posting-Host: tweedledumb.cygnus.com
  12. In-reply-to: troy@cbme.unsw.EDU.AU's message of Fri, 8 Jan 1993 20:27:08 GMT
  13.  
  14.    Date: Fri, 8 Jan 1993 20:27:08 GMT
  15.    From: troy@cbme.unsw.EDU.AU (Troy Rollo)
  16.  
  17.    From article <gtall.726514732@ogre>, by gtall@ogre.cica.indiana.edu (Gerry Allwein):
  18.    > I just a simple yes or no answer to a simple question: does a parser produced
  19.    > by GNU Bison fall under the FSF copyright?
  20.  
  21.    No, it doesn't. However if that parser is part of a commercial product or
  22.    used as part of a commercial product it is in violation of the license for
  23.    Bison, which is unique among the GNU tools in that it is the only tool for
  24.    which the output cannot be used for commercial purposes.
  25.  
  26. Actually, bison works by emitting a skeleton (it comes with two) that
  27. calls your parser.  You can always write your own skeleton (it's only
  28. a page of code) -- and then you can do what you wish with your parser.
  29.