TheLartians / PEGParser

💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
BSD 3-Clause "New" or "Revised" License
240 stars 21 forks source link

license change #2

Closed pdhahn closed 6 years ago

pdhahn commented 6 years ago

Hi - Just a friendly suggestion about your good work here. If you'd like this software to be considered for use by a wider audience, especially since it is headers-only, change the license from (L)GPL to MIT or BSD!

codeyash commented 6 years ago

That's funny

see first issue I created here

https://github.com/TheLartians/Parser/issues/1

:)

codeyash commented 6 years ago

Project is dead anyways ...no activity for 3 years

TheLartians commented 6 years ago

Hey guys thanks for your feedback! I was actually planning on a doing a full refactor and a re-release under a less restrictive licence for some time now, but have been way too busy working on other projects. After seeing here that there still seems to be interest I have decided to do a late re-release of the current version under a BSD licence.