WilliamMayor
WilliamMayor

Reputation: 755

How do I correctly ship licenses with my desktop app?

I'm at the tail end of development of a desktop application and I'm wondering how I go about shipping the required libraries with the app.

I'm using node-webkit as my UI framework and in the wiki it states that I should ship the MIT License, the LGPL, the BSD, the Ms-PL and an MPL/GPL/LGPL tri-license. How exactly? Package them inside the executable? Provide them alongside?

Upvotes: 1

Views: 187

Answers (1)

Marco Fabbri
Marco Fabbri

Reputation: 56

Intel XDK (which uses node-webkit) provides them inside the "About" window (in the section "Attribution Notice").

enter image description here

Upvotes: 1

Related Questions