1

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?

WilliamMayor
  • 745
  • 6
  • 15

1 Answers1

1

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

enter image description here