X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fblock_pool%2F_info;h=d89da5bd1736bc59503d61a46a962210ba9e51ef;hp=245ed1a900166b8a621048bde969824cd6256761;hb=6c2ae3766a8cc59bf6903dcd60a559095f7655a4;hpb=18636637ee013ef828cb04b2b7bb4a4922324475 diff --git a/ccan/block_pool/_info b/ccan/block_pool/_info index 245ed1a9..d89da5bd 100644 --- a/ccan/block_pool/_info +++ b/ccan/block_pool/_info @@ -3,8 +3,7 @@ #include "config.h" /** - * block_pool - An efficient allocator for blocks that don't need to be - * resized or freed. + * block_pool - An efficient allocator for blocks that don't need to be resized or freed. * * block_pool allocates blocks by packing them into buffers, making the * overhead per block virtually zero. Because of this, you cannot resize or @@ -36,8 +35,12 @@ * return 0; * } * - * Author: Joey Adams - * License: BSD + * Author: Joey Adams + * License: MIT + * Version: 0.1 + * Ccanlint: + * // We actually depend on the LGPL talloc + * license_depends_compat FAIL */ int main(int argc, char *argv[]) {