I'd like to include in my closed-source program a dependency library under Mozilla Public License to be linked dynamically.
The MPL dependency is basically simply imported in the source code of my program and used as is, with no modifications.
I'd like to distribute the resulting "larger work" to my customers.
If I got it right, I can ship my "larger work" under proprietory license without giving the source code away. But I must inform my customers that the software they receive contains MPLed dependencies and the links to their source codes. Is that correct?
If so, how it's usually done? Is it okay to put a list of such dependencies with the URLs to their repositories to the Legal notice section of my software?