Signed-off-by: Sage Weil <sage@newdream.net>
Copyright: None
License: Public domain
+Files: src/include/rados.h, except ceph_stable_mod(), which is public domain
+Copyright: the authors
+License: LGPL-2.1 or LGPL-3 (see COPYING-LGPL2.1 and COPYING-LGPL3)
+
Files: src/common/bloom_filter.hpp
Copyright: Copyright (C) 2000 Arash Partow <arash@partow.net>
License: Boost Software License, Version 1.0
*
* b <= bmask and bmask=(2**n)-1
* e.g., b=12 -> bmask=15, b=123 -> bmask=127
+ *
+ * ** This function is released to the public domain by the author. **
*/
static inline int ceph_stable_mod(int x, int b, int bmask)
{