gecko-dev/other-licenses/nsis/Contrib
Matt Howell b273e46072 Bug 1448804 Part 1 - NSIS plugin for creating unelevated processes from an elevated [un]installer. r=aklotz
MozReview-Commit-ID: 7ROEIkvm0QL

--HG--
extra : rebase_source : a6260f350881cafd2b615b1d3cba3b7af4e96e9e
2018-07-09 10:49:36 -07:00
..
ApplicationID
CertCheck Bug 799710 - Move installer certificate validation to its own thread. r=agashlin 2018-05-03 13:11:02 -07:00
CityHash Bug 1448483 Remove reference and use of ssize_t in CityHash to avoid conflicting definitions in MinGW x64 r=froydnj 2018-03-23 16:27:49 -05:00
ExDLL
ExecInExplorer Bug 1448804 Part 1 - NSIS plugin for creating unelevated processes from an elevated [un]installer. r=aklotz 2018-07-09 10:49:36 -07:00
InetBgDL Bug 986081 Part 0 - Fix a hang when canceling an InetBgDl request. r=agashlin 2018-03-20 15:32:43 -07:00
liteFirewall
ServicesHelper
README

These directories contain modified source code to the NSIS Plugins used by the
Windows installers.

NSIS project page: http://nsis.sourceforge.net/
NSIS Unicode port project page: http://www.scratchpaper.com/

APPLICABLE LICENSES
-------------------
* All NSIS source code, plug-ins, documentation, examples, header files and
  graphics, with the exception of the compression modules and where otherwise
  noted, are licensed under the zlib/libpng license.

* The zlib compression module for NSIS is licensed under the zlib/libpng
  license.

* The bzip2 compression module for NSIS is licensed under the bzip2 license.

* The LZMA compression module for NSIS is licensed under the Common Public
  License version 1.0.

-------------------------------------------------------------------------------

ExDLL NSIS Unicode source 2.38.1 for plugin projects
http://www.scratchpaper.com/
These files are required to compile the nsProcess and ShellLink plugins. No
changes were made to these files.

-------------------------------------------------------------------------------

ApplicationID v1.0
http://nsis.sourceforge.net/ApplicationID_plug-in
Unicode support and taskbar resource deleteion was added for this plugin. A diff
of the changes to the source is available at:
https://bugzilla.mozilla.org/show_bug.cgi?id=521141