]> git.ozlabs.org Git - ccan/blobdiff - ccan/array_size/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / array_size / _info
index 0ecb45dfafea5d511aa48344263adb71e14c2f2b..b8a9a85094b19a7e3e2e991a8c7c23b4cc2412ac 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * array_size - routine for safely deriving the size of a visible array.
@@ -29,7 +29,7 @@
  *             return 0;
  *     }
  *
- * License: Public domain
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])