]> git.ozlabs.org Git - ccan/blobdiff - ccan/check_type/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / check_type / _info
index 42d3328ad2a95c370002b70bf3a1b4cdf1f012cd..cc426734928192eb677e1a3129d8eb1dc696104b 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * check_type - routines for compile time type checking
@@ -14,7 +14,8 @@
  * since they have to use sizeof() which can only distiguish between types of
  * different size.
  *
- * Licence: LGPL (2 or any later version)
+ * License: CC0 (Public domain)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {