Using libraries with different licenses (CPOL + LGPL)
- by jaens
I'm developing a program that will be published on my university's website.
In this program I use two libraries, one under the LGPL and one under the CPOL (link text). I plan on releasing the complete source code, libraries included (without modification).
Do those licenses clash? What do I have to do to "fix" it?
Do I have to do anything in particular (put text in source code files, put references in documentation...)?
Thanks in advance.