> On 21 Jan 2019, at 17:24, bird bravo <hwbravob...@gmail.com> wrote:
> 
>    I noticed that when I use bison and the parser skeleton(yacc.c) to
> generate a parser file... there will be a copyright notice to claim the
> file is a GPLV3 and an exception declaration... I wanna know is that OK to
> use and distribute the parser file as I wish..

Yes, see [1]. The copyright applies to the skeleton code which is copied over 
to the generated parser, but there is an exception added for that.

1. https://www.gnu.org/software/bison/manual/html_node/Conditions.html



_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to