gecko-dev/other-licenses/nsis/Contrib
Matt Howell 81242f6518 Bug 1553537 Part 2 - Port the InetBgDL plugin to Visual Studio 2019. r=agashlin
Depends on D33844

Differential Revision: https://phabricator.services.mozilla.com/D33845

--HG--
extra : moz-landing-system : lando
2019-06-25 00:34:13 +00:00
..
ApplicationID
BitsUtils Bug 1523802 - Cancel BITS jobs in uninstaller. r=mhowell 2019-04-30 15:25:48 +00:00
CertCheck Bug 799710 - Move installer certificate validation to its own thread. r=agashlin 2018-05-03 13:11:02 -07:00
CityHash Bug 1540142 - Avoid SIGBUS on SPARC systems due CityHash64 r=froydnj 2019-04-02 17:27:56 +00:00
ExDLL
ExecInExplorer Bug 1465212 - Fix command line parameter checking in ExecInExplorer plugin. r=agashlin 2018-10-02 09:23:29 -07:00
InetBgDL Bug 1553537 Part 2 - Port the InetBgDL plugin to Visual Studio 2019. r=agashlin 2019-06-25 00:34:13 +00:00
ServicesHelper
liteFirewall
README

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