diff options
author | Loic Dachary <loic@dachary.org> | 2013-10-03 21:13:41 +0200 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2013-10-03 21:13:41 +0200 |
commit | 739696ef0a8c9cd38de73ff78f06d6e25a71b890 (patch) | |
tree | 2b184e4c76eef9a7a63b68e66cab902b3af82ce5 /COPYING | |
parent | Merge pull request #682 from ceph/wip-copying (diff) | |
parent | common/bloom_filter: note that uint32_t interface requires well-mixed values (diff) | |
download | ceph-739696ef0a8c9cd38de73ff78f06d6e25a71b890.tar.xz ceph-739696ef0a8c9cd38de73ff78f06d6e25a71b890.zip |
Merge pull request #638 from ceph/wip-bloom
bloom filter cleanups, encodability, and unit tests
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ Files: src/include/ceph_hash.cc Copyright: None License: Public domain +Files: src/common/bloom_filter.hpp +Copyright: Copyright (C) 2000 Arash Partow <arash@partow.net> +License: Boost Software License, Version 1.0 + Files: m4/acx_pthread.m4 Copyright: Steven G. Johnson <stevenj@alum.mit.edu> License: GPLWithACException |