]> git.ozlabs.org Git - ccan/blobdiff - ccan/check_type/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / check_type / _info
index 4cb3ff17bcd4fbdc9e084f1d4bcf22ed5e069a86..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,7 @@
  * since they have to use sizeof() which can only distiguish between types of
  * different size.
  *
- * License: LGPL (2 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])