Merge pull request #140 from hussainnaqvee/patch-1
[awesomized/libmemcached] / src / libhashkit / murmur3.h
index 9ed074c1d1603710864a6c4fd83e69b49b000f70..8c01e63444fd5bbbd279a42ce92bbb1ccecd8939 100644 (file)
@@ -1,6 +1,6 @@
 /*
     +--------------------------------------------------------------------+
-    | libmemcached - C/C++ Client Library for memcached                  |
+    | libmemcached-awesome - C/C++ Client Library for memcached          |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted under the terms of the BSD license.    |
@@ -9,14 +9,12 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
 #pragma once
 
-//-----------------------------------------------------------------------------
+#include <cstdint>
 
 void MurmurHash3_x86_32(const void *key, int len, uint32_t seed, void *out);
-
-//-----------------------------------------------------------------------------