Re: minutes and v2.1 remaining questions
Mark Gisi
Hi Jilayne, >> Someone who is more familiar with this and can provide a general explanation would be much appreciated Bison is a parser generator tool. Someone creates as input a grammar, and the output is a program that can parser that grammar. For example, I recently created a license expression parser using Bison to check the syntax validity of a license expression. The parser generated by Bison (the output) includes significant amounts of code from the Bison project itself. That code resides in two files (parse-gram.c and parse-gram.c). Although the Bison package (including the two files) are distributed under the terms of the GPL, the exception applies only to the output (the generated parser), so that it is not, by default, licensed under the GPL. Hope that helps. - Mark
From: spdx-legal-bounces@... [mailto:spdx-legal-bounces@...]
On Behalf Of J Lovejoy
Sent: Thursday, June 11, 2015 3:43 PM To: SPDX-legal Subject: Re: minutes and v2.1 remaining questions
update: I finally found the Bison exception notice in a few files in the 2.2 download. I guess it only applies to some of the files? Someone who is more familiar with this and can provide a general explanation would be much appreciated :)
|
|