I'm developing a commercial silverlight application using some third party libraries that are published under Microsoft Public License (MPL).
I have to include the license text into my product which is somewhat strange in an silverlight application. In a normal desktop application I would just include the license als a .txt but I've no idea how to do it in silverlight without including in in an about dialog or something similar.
Are there any other issues involved which I missed?