bison 3.0 released
bison 3.0 released
Posted Aug 3, 2013 11:27 UTC (Sat) by dakas (guest, #88146)In reply to: bison 3.0 released by HelloWorld
Parent article: bison 3.0 released
Depends on the license of the software. The GPL, for example, states:
1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. [...] The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.So you need to distribute the corresponding parser source code in Bison form at any rate. Just distributing the generated C source is not sufficient.
