I have a project, php based, thats licensed under the MPL (not a trilicense, and it can't be changed without more work than I'd like to put into a non-development task).
I want to include an LGPL licensed library. I'm going to be dumping it in directly- any patches I make I will be sending back to the main project. I know that including MPL code in an LGPL project is problematic, but I think it should work the other way around.
Am I right, can I use an LGPL licensed library inside an MPL licensed project?
Clarification -
I mean the Mozilla Public License, not the microsoft one.
By inside I mean this library (as well as others like it) would be put in a directory named "third_party" and copied wholesale into that directory. From there we'd include them and use them as needed.