Using components with different permissive licenses in a commercial app. How to display copyright correctly?
- by Ivaylo Slavov
I am writing a commercial application that will make use of some open libraries licensed under different licenses.
For example one library will be licensed under the Apache 2.0 license, another will use the LGPL license. Both licenses allow usage in commercial applications, but differ in the way the attributions of licensed work is given.
It is my first commercial application that uses 3rd party libraries and I want to do the right thing so that the 3rd party licenses are satisfied. I am not only asking what I should do, but also what I must not do.