فهرست منبع

Made the license explicit

dstromberg 12 سال پیش
والد
کامیت
e0c264419a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README

+ 1 - 1
README

@@ -9,7 +9,7 @@ This bloom filter implementation:
 5) Passes pylint and pep8.
 5) Passes pylint and pep8.
 6) Supports adding elements, testing for membership, and'ing sets and or'ing sets.
 6) Supports adding elements, testing for membership, and'ing sets and or'ing sets.
 
 
-The code is derived from http://code.activestate.com/recipes/577686-bloom-filter/ and inherits that code's license.
+The code is derived from http://code.activestate.com/recipes/577686-bloom-filter/ and inherits that code's license (MIT).
 
 
 For more about Bloom Filters:
 For more about Bloom Filters:
 http://en.wikipedia.org/wiki/Bloom_filter
 http://en.wikipedia.org/wiki/Bloom_filter