From a469e388552c38b0c9ea66a5d7d20bac4511b5cd Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 10 Dec 2015 15:10:20 +0100 Subject: [PATCH] added new lib (fasthash and xxhash) --- LICENSES-OTHER-COMPONENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/LICENSES-OTHER-COMPONENTS.md b/LICENSES-OTHER-COMPONENTS.md index c009da9cbf..6f8e7ab666 100644 --- a/LICENSES-OTHER-COMPONENTS.md +++ b/LICENSES-OTHER-COMPONENTS.md @@ -13,6 +13,16 @@ * GITHUB: https://github.com/night-shift/fpconv/ * License: [MIT License](https://github.com/night-shift/fpconv/blob/master/license) +### fasthash + +* Project Home: https://code.google.com/p/fast-hash/ +* License: [MIT License](https://code.google.com/p/fast-hash/) + +### xxhash + +* Project Home: https://code.google.com/p/xxhash/ +* License: [BSD 2-Clause License](https://code.google.com/p/xxhash/) + ### Google V8 4.3.61 * Project Home: https://code.google.com/p/v8/