all repos — mgba @ d05d44080167b1825515623e7db22cd57c7b42b6

mGBA Game Boy Advance Emulator

All: Add missing credit for MurmurHash3 implementation
Jeffrey Pfau jeffrey@endrift.com
Wed, 01 Jul 2015 00:08:08 -0700
commit

d05d44080167b1825515623e7db22cd57c7b42b6

parent

ac7a9a817436be3ed5fe015e08d0eb76d933d0bc

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -123,4 +123,5 @@ 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 doman. +- [LZMA SDK](http://www.7-zip.org/sdk.html), which is public domain. +- MurmurHash3 implementation by Austin Appleby, which is public domain.