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 9 10Description: 11A fast string hashing algorithm. 12 13Local Modifications: 14- Added LICENSE. 15- Added license text as a comment to the top of superfasthash.c. 16- #include <stdint.h> instead of "pstdint.h". 17- #include <stdlib.h>. 18- Added casts. 19 20The license is a standard 3-clause BSD license with the following minor changes: 21 22"nor the names of its contributors may be used" 23is replaced with: 24"nor the names of any other contributors to the code use may not be used" 25 26and 27 28"IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE" 29is replaced with: 30"IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE" 31