Carmi Grushko wrote: > > The problem I was facing when I decided on the license, was that my code > uses 2 MPL libraries. So I couldn't take GPL, although I prefered it... > But now this problem with Kylix... :) > If I license my code in MPL/GPL, can I use both MPL libraries and GPL > libraries in the same larger-application ?
The "dual" license we're discussing is what the FSF calls a "disjoint" license, which is perhaps a clearer description. The developer is allowed to choose which of the two (or three) license terms they wish to follow in return for permission to make copies and derivative works. It's still impossible to choose both at once. In any case, the license choice you make for your own code doesn't change the conflict between the GPL and MPL libraries you are using. -Dan Veditz
