X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fblock_pool%2F_info;h=a42cdba4b5c6148ddf347ea3087cd2cc63cef3c8;hb=61f58ff94e35c9b8ac5488554e2554bc5c9888b3;hp=245ed1a900166b8a621048bde969824cd6256761;hpb=18636637ee013ef828cb04b2b7bb4a4922324475;p=ccan diff --git a/ccan/block_pool/_info b/ccan/block_pool/_info index 245ed1a9..a42cdba4 100644 --- a/ccan/block_pool/_info +++ b/ccan/block_pool/_info @@ -1,10 +1,9 @@ +#include "config.h" #include #include -#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[]) {