Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-20256.7 KiB231226

LICENSEH A D25-Apr-20251.5 KiB2823

METADATAH A D25-Apr-2025251 87

MODULE_LICENSE_BSDHD25-Apr-20250

README.chromiumH A D25-Apr-2025805 3225

superfasthash.cH A D25-Apr-20253.1 KiB8647

README.chromium

1Name: Paul Hsieh's SuperFastHash
2Short Name: SuperFastHash
3URL: http://www.azillionmonkeys.com/qed/hash.html
4Version: 0
5Date: 2012-02-21
6License: BSD
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
21The license is a standard 3-clause BSD license with the following minor changes:
22
23"nor the names of its contributors may be used"
24is replaced with:
25"nor the names of any other contributors to the code use may not be used"
26
27and
28
29"IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE"
30is replaced with:
31"IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE"
32