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

GPL #1

Closed codeyash closed 9 years ago

codeyash commented 9 years ago

Please provide LGPL or MIT like license which allows more user.

codeyash commented 9 years ago

I can't use :(

TheLartians commented 9 years ago

You can use my code in your project as long as you release your own project under the GPL License as well. If you want to use my project commercially please contact me with some information about you and your project and we might come to an agreement.

codeyash commented 9 years ago

Thanks for offer. Right now product in early stage so I'm not getting any money and In future also I will try to keep it free ( Source closed)

I may come back later. :)

mrzv commented 9 years ago

For what it's worth, here's another request for relicensing under MIT/BSD license. I don't work on commercial software, but GPL is a non-starter for me: my employer insists on releasing everything under BSD.