summaryrefslogtreecommitdiff
path: root/murmurhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'murmurhash.c')
-rw-r--r--murmurhash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/murmurhash.c b/murmurhash.c
index 4f1dc4b..0c631c4 100644
--- a/murmurhash.c
+++ b/murmurhash.c
@@ -1,8 +1,7 @@
-
/**
* `murmurhash.h' - murmurhash
*
- * copyright (c) 2014 joseph werle <joseph.werle@gmail.com>
+ * copyright (c) 2014-2022 joseph werle <joseph.werle@gmail.com>
*/
#include <stdlib.h>