Doist / hash_ring

Implements consistent hashing in Python (using md5 as hashing function)
http://amix.dk/blog/viewEntry/19367
108 stars 38 forks source link

License confusion #8

Closed keimlink closed 10 years ago

keimlink commented 10 years ago

I am confused: Neither the README contains any licensing information nor is a LICENSE file part of the repository. setup.py says at the top of the file that this is GPL-licensed software. The package information says it's BSD-licensed.

jezdez commented 10 years ago

there is a statement in the package docstring saying it's BSD, so I assume the setup.py docstring is wrong, possibly a copypasta

thedrow commented 10 years ago

@keimlink License is now BSD in setup.py. Can you close this issue?