tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README (1323B)


      1 These directories contain modified source code to the NSIS Plugins used by the
      2 Windows installers.
      3 
      4 NSIS project page: http://nsis.sourceforge.net/
      5 NSIS Unicode port project page: http://www.scratchpaper.com/
      6 
      7 APPLICABLE LICENSES
      8 -------------------
      9 * All NSIS source code, plug-ins, documentation, examples, header files and
     10   graphics, with the exception of the compression modules and where otherwise
     11   noted, are licensed under the zlib/libpng license.
     12 
     13 * The zlib compression module for NSIS is licensed under the zlib/libpng
     14   license.
     15 
     16 * The bzip2 compression module for NSIS is licensed under the bzip2 license.
     17 
     18 * The LZMA compression module for NSIS is licensed under the Common Public
     19   License version 1.0.
     20 
     21 -------------------------------------------------------------------------------
     22 
     23 ExDLL NSIS Unicode source 2.38.1 for plugin projects
     24 http://www.scratchpaper.com/
     25 These files are required to compile the nsProcess and ShellLink plugins. No
     26 changes were made to these files.
     27 
     28 -------------------------------------------------------------------------------
     29 
     30 ApplicationID v1.0
     31 http://nsis.sourceforge.net/ApplicationID_plug-in
     32 Unicode support and taskbar resource deleteion was added for this plugin. A diff
     33 of the changes to the source is available at:
     34 https://bugzilla.mozilla.org/show_bug.cgi?id=521141