]> git.ozlabs.org Git - ccan/blobdiff - ccan/block_pool/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / block_pool / _info
index 2daa0fae7c34668461db5e7ace06c877289436cd..a42cdba4b5c6148ddf347ea3087cd2cc63cef3c8 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * block_pool - An efficient allocator for blocks that don't need to be resized or freed.
  *    return 0;
  * }
  *
- * Author: Joey Adams
- * License: BSD
+ * Author: Joey Adams <joeyadams3.14159@gmail.com>
+ * License: MIT
+ * Version: 0.1
+ * Ccanlint:
+ *     // We actually depend on the LGPL talloc
+ *     license_depends_compat FAIL
  */
 int main(int argc, char *argv[])
 {