tor-browser

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

README.chromium (805B)


      1 Name: Paul Hsieh's SuperFastHash
      2 Short Name: SuperFastHash
      3 URL: http://www.azillionmonkeys.com/qed/hash.html
      4 Version: 0
      5 Date: 2012-02-21
      6 License: BSD
      7 License File: LICENSE
      8 Security Critical: yes
      9 Shipped: yes
     10 
     11 Description:
     12 A fast string hashing algorithm.
     13 
     14 Local Modifications:
     15 - Added LICENSE.
     16 - Added license text as a comment to the top of superfasthash.c.
     17 - #include <stdint.h> instead of "pstdint.h".
     18 - #include <stdlib.h>.
     19 - Added casts.
     20 
     21 The license is a standard 3-clause BSD license with the following minor changes:
     22 
     23 "nor the names of its contributors may be used"
     24 is replaced with:
     25 "nor the names of any other contributors to the code use may not be used"
     26 
     27 and
     28 
     29 "IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE"
     30 is replaced with:
     31 "IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE"