combination of open source licenses

Posted by Nicola Montecchio on Stack Overflow See other posts from Stack Overflow or by Nicola Montecchio
Published on 2010-05-03T11:26:11Z Indexed on 2010/05/03 11:48 UTC
Read the original article Hit count: 257

Filed under:
|
|

Hi

I'm about to release some software as open source. It uses Lucene (Apache license) and jopt simple (MIT license). Are there any constraints on the license that I am going to apply to my own software?

In particular, it is an adaptation of Lucene for performing content-based search on audio (so, many classes are inherited and in one case copied with a little modification). It only uses jopt simple for handling command line arguments (i.e. no modification at all, just "import" and "new OptionParser...").

Thanks for your help

Nicola Montecchio

© Stack Overflow or respective owner

Related posts about mit

Related posts about apache