1*6777b538SAndroid Build Coastguard WorkerName: Paul Hsieh's SuperFastHash 2*6777b538SAndroid Build Coastguard WorkerShort Name: SuperFastHash 3*6777b538SAndroid Build Coastguard WorkerURL: http://www.azillionmonkeys.com/qed/hash.html 4*6777b538SAndroid Build Coastguard WorkerVersion: 0 5*6777b538SAndroid Build Coastguard WorkerDate: 2012-02-21 6*6777b538SAndroid Build Coastguard WorkerLicense: BSD 7*6777b538SAndroid Build Coastguard WorkerLicense File: LICENSE 8*6777b538SAndroid Build Coastguard WorkerSecurity Critical: yes 9*6777b538SAndroid Build Coastguard WorkerShipped: yes 10*6777b538SAndroid Build Coastguard Worker 11*6777b538SAndroid Build Coastguard WorkerDescription: 12*6777b538SAndroid Build Coastguard WorkerA fast string hashing algorithm. 13*6777b538SAndroid Build Coastguard Worker 14*6777b538SAndroid Build Coastguard WorkerLocal Modifications: 15*6777b538SAndroid Build Coastguard Worker- Added LICENSE. 16*6777b538SAndroid Build Coastguard Worker- Added license text as a comment to the top of superfasthash.c. 17*6777b538SAndroid Build Coastguard Worker- #include <stdint.h> instead of "pstdint.h". 18*6777b538SAndroid Build Coastguard Worker- #include <stdlib.h>. 19*6777b538SAndroid Build Coastguard Worker- Added casts. 20*6777b538SAndroid Build Coastguard Worker 21*6777b538SAndroid Build Coastguard WorkerThe license is a standard 3-clause BSD license with the following minor changes: 22*6777b538SAndroid Build Coastguard Worker 23*6777b538SAndroid Build Coastguard Worker"nor the names of its contributors may be used" 24*6777b538SAndroid Build Coastguard Workeris replaced with: 25*6777b538SAndroid Build Coastguard Worker"nor the names of any other contributors to the code use may not be used" 26*6777b538SAndroid Build Coastguard Worker 27*6777b538SAndroid Build Coastguard Workerand 28*6777b538SAndroid Build Coastguard Worker 29*6777b538SAndroid Build Coastguard Worker"IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE" 30*6777b538SAndroid Build Coastguard Workeris replaced with: 31*6777b538SAndroid Build Coastguard Worker"IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE" 32