]> git.ozlabs.org Git - ccan/blobdiff - ccan/block_pool/_info
array_size: relicense under public domain.
[ccan] / ccan / block_pool / _info
index 245ed1a900166b8a621048bde969824cd6256761..5c8b8e6890cdd470ce08a3bc6694ecb505ef53ad 100644 (file)
@@ -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,9 @@
  *    return 0;
  * }
  *
- * Author: Joey Adams
- * License: BSD
+ * Author: Joey Adams <joeyadams3.14159@gmail.com>
+ * License: MIT
+ * Version: 0.1
  */
 int main(int argc, char *argv[])
 {