]> git.ozlabs.org Git - ccan/blobdiff - ccan/avl/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / avl / _info
index 2ecd569f89f239be247a90fe74642762a68a5f5d..83893ddb468fffa59f24980b488472f0d946caca 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * avl - Key-value dictionary based on AVL trees
 
 /**
  * avl - Key-value dictionary based on AVL trees
@@ -63,8 +64,9 @@
  *     return 0;
  * }
  *
  *     return 0;
  * }
  *
- * License: ISC
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
+ * License: MIT
+ * Version: 0.1
  */
 int main(int argc, char *argv[])
 {
  */
 int main(int argc, char *argv[])
 {