For a project at my company, we need a interpreter. I have two candidates, one licensed under the GPLv2, the other under MIT License (pyMite VM and eLua, respectively). Both will require porting to my target (PowerPC).
Is it possible to pull the code in as a library of some sort, and thus avoid having to release code for the entire project? I understand the MIT License tends to be more permissive in this respect, but is this approach possible for the GPLv2 code?
Releasing the code for the library would not be a problem, but I think that releasing the whole project code would kill the idea with management.
Thanks for the advice.