BSD license and GPL license missing from the binary package
Although BSD license and GPL license are present in the repository, they seem to be missing from the binary package.
It contains the README.md that mentions the license in explicit terms but the licenses themselves are missing.
I have fixed this via https://github.com/lexxmark/winflexbison/pull/84
But there haven't been any new releases since then
Sounds like a release is due then :)
@Croydon I've reached out to Alex and hope I hear back from him. If not then I may still make a minor release (having flex or bison updated as well would be preferable, of course, but we can skip this as well). When doing a new release I'll also update the choco definitions.
But... maybe you want to give adding a GH action a try which does build release+debug testing builds from each commit (and do at least a partial automated testing of the resulting binaries, if possible)? I guess that may be relative easy with your cmake packaging addition, but I commonly build only on GNU/Linux (possibly WSL) these days.
Give me some time to look into actionable improvements. No promises though, as I should be focused on other stuff 🙈