Add attribution to the top of murmur3.c

This commit is contained in:
Tyler Hobbs
2013-07-03 17:00:55 -05:00
parent f0ee8a2a10
commit 25e1e9ad4e

View File

@@ -1,3 +1,13 @@
/*
* The majority of this code was taken from the python-smhasher library,
* which can be found here: https://github.com/phensley/python-smhasher
*
* That library is under the MIT license with the following copyright:
*
* Copyright (c) 2011 Austin Appleby (Murmur3 routine)
* Copyright (c) 2011 Patrick Hensley (Python wrapper, packaging)
*
*/
#include <Python.h>
#include <stdio.h>