README.chromium
1Name: Paul Hsieh's SuperFastHash
2Short Name: SuperFastHash
3URL: http://www.azillionmonkeys.com/qed/hash.html
4Version: N/A
5Date: 2012-02-21
6License: BSD-3-Clause
7License File: LICENSE
8Security Critical: yes
9Shipped: yes
10
11Description:
12A fast string hashing algorithm.
13
14Local 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- Fix some undefined behavior (signed left-shift overflow, bad pointer cast)
21
22The license is a standard 3-clause BSD license with the following minor changes:
23
24"nor the names of its contributors may be used"
25is replaced with:
26"nor the names of any other contributors to the code use may not be used"
27
28and
29
30"IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE"
31is replaced with:
32"IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE"
33