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

Add explicit BSD license #14

Open twm opened 9 years ago

twm commented 9 years ago

setup.py says that the license is BSD, but there are several such licenses (2, 3 and 4 clause). It would be nice to include the license itself to avoid the ambiguity.

http://opensource.org/licenses

twm commented 9 years ago

Also setup.py itself is GPLv3, which is a bit odd, though not really a problem.