Iony
unread,Mar 13, 2013, 12:13:21 PM3/13/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I have this issue:
My software "ABC" is using these libraries:
- Esper 4.9 open-source under GPL2.0
- MyLib close-source but FREE
The main class of my ABC is something like these:
public class ABC extends MyLib.CloseSource {
blah blah
}
I will release my ABC software under GPL2.0, is this right ?
Can I consider my ABC software open-source even if it uses MyLib library that is close-source ?
thank you