Merge pull request #56 from tommai78101/patch-1

All: Adding a web link to MurmurHash3.
This commit is contained in:
endrift 2015-07-01 17:11:16 -07:00
commit 79252c21fc
1 changed files with 1 additions and 1 deletions

View File

@ -146,4 +146,4 @@ mGBA contains the following third-party libraries:
- [inih](https://code.google.com/p/inih/), which is copyright © 2009 Brush Technology and used under a BSD 3-clause license.
- [blip-buf](https://code.google.com/p/blip-buf/), which is copyright © 2003 2009 Shay Green and used under a Lesser GNU Public License.
- [LZMA SDK](http://www.7-zip.org/sdk.html), which is public domain.
- MurmurHash3 implementation by Austin Appleby, which is public domain.
- [MurmurHash3](https://code.google.com/p/smhasher/wiki/MurmurHash3) implementation by Austin Appleby, which is public domain.