Reputation: 755
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
Reputation: 56
Intel XDK (which uses node-webkit) provides them inside the "About" window (in the section "Attribution Notice").
Upvotes: 1