Date: Sun, 1 Aug 1999 11:38:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Palotas cc: djgpp AT delorie DOT com Subject: Re: Copyright of flex? In-Reply-To: <37a1ebdb.12650683@news.tripnet.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 30 Jul 1999, Peter Palotas wrote: > I'm wondering what the copyright on flex is? (Or where it is > perhaps)... > > Is it the same as Bison, i.e. that you can't use it without making all > of your code GPL? From section 19.1 of the DJGPP FAQ list: Two GNU packages, `Flex' and `Bison', are also special in that using them to produce your programs doesn't place your programs under GPL or LGPL. In other words, lexers produced by `Flex' and parsers produced by `Bison' do *not* imply GPL/LGPL. So neither Bison nor Flex place the code you produce with them under GPL.