1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/other-licenses/nsis/Contrib/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +These directories contain modified source code to the NSIS Plugins used by the 1.5 +Windows installers. 1.6 + 1.7 +NSIS project page: http://nsis.sourceforge.net/ 1.8 +NSIS Unicode port project page: http://www.scratchpaper.com/ 1.9 + 1.10 +APPLICABLE LICENSES 1.11 +------------------- 1.12 +* All NSIS source code, plug-ins, documentation, examples, header files and 1.13 + graphics, with the exception of the compression modules and where otherwise 1.14 + noted, are licensed under the zlib/libpng license. 1.15 + 1.16 +* The zlib compression module for NSIS is licensed under the zlib/libpng 1.17 + license. 1.18 + 1.19 +* The bzip2 compression module for NSIS is licensed under the bzip2 license. 1.20 + 1.21 +* The LZMA compression module for NSIS is licensed under the Common Public 1.22 + License version 1.0. 1.23 + 1.24 +------------------------------------------------------------------------------- 1.25 + 1.26 +ExDLL NSIS Unicode source 2.38.1 for plugin projects 1.27 +http://www.scratchpaper.com/ 1.28 +These files are required to compile the nsProcess and ShellLink plugins. No 1.29 +changes were made to these files. 1.30 + 1.31 +------------------------------------------------------------------------------- 1.32 + 1.33 +ApplicationID v1.0 1.34 +http://nsis.sourceforge.net/ApplicationID_plug-in 1.35 +Unicode support and taskbar resource deleteion was added for this plugin. A diff 1.36 +of the changes to the source is available at: 1.37 +https://bugzilla.mozilla.org/show_bug.cgi?id=521141