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