From fe2201f42134ac811614d74f1d79a1a47d4f1317 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jul 2021 10:22:44 +0200 Subject: [PATCH] re-add Paul Hsieh header --- src/libhashkit/hsieh.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/libhashkit/hsieh.cc b/src/libhashkit/hsieh.cc index 35ef4d7a..def3d745 100644 --- a/src/libhashkit/hsieh.cc +++ b/src/libhashkit/hsieh.cc @@ -13,6 +13,13 @@ +--------------------------------------------------------------------+ */ +/* By Paul Hsieh (C) 2004, 2005. Covered under the Paul Hsieh + * derivative license. + * See: http://www.azillionmonkeys.com/qed/weblicense.html for license + * details. + * http://www.azillionmonkeys.com/qed/hash.html +*/ + #include "libhashkit/common.h" #undef get16bits -- 2.30.2