README.chromium 792 B

123456789101112131415161718192021222324252627282930
  1. Name: Paul Hsieh's SuperFastHash
  2. Short Name: SuperFastHash
  3. URL: http://www.azillionmonkeys.com/qed/hash.html
  4. Version: 0
  5. Date: 2012-02-21
  6. License: BSD
  7. License File: LICENSE
  8. Security Critical: yes
  9. Description:
  10. A fast string hashing algorithm.
  11. Local Modifications:
  12. - Added LICENSE.
  13. - Added license text as a comment to the top of superfasthash.c.
  14. - #include <stdint.h> instead of "pstdint.h".
  15. - #include <stdlib.h>.
  16. - Added casts.
  17. The license is a standard 3-clause BSD license with the following minor changes:
  18. "nor the names of its contributors may be used"
  19. is replaced with:
  20. "nor the names of any other contributors to the code use may not be used"
  21. and
  22. "IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE"
  23. is replaced with:
  24. "IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE"