You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i am working on bCNC software to control hobby grade CNC machines and i've found your library very interesting and usefull. It solves our problem with the SVG path linearization, which is needed for our software to import SVG files. I managed to modify your code to suit our needs. But we run into license conflicts (in short: you can't reuse GPLv2 and GPLv3 code in single project and we already reused lots of GPLv2 code).
Do you think you would be able to dual license your code under MIT or at least GPLv2+ license?
Or at least part of the code? I use just the linearization part like this:
Hello,
i am working on bCNC software to control hobby grade CNC machines and i've found your library very interesting and usefull. It solves our problem with the SVG path linearization, which is needed for our software to import SVG files. I managed to modify your code to suit our needs. But we run into license conflicts (in short: you can't reuse GPLv2 and GPLv3 code in single project and we already reused lots of GPLv2 code).
Do you think you would be able to dual license your code under MIT or at least GPLv2+ license?
Or at least part of the code? I use just the linearization part like this:
This is the bCNC project:
https://github.com/vlachoudis/bCNC/
Thanks for your help
The text was updated successfully, but these errors were encountered: