]> git.ozlabs.org Git - ccan/blobdiff - ccan/container_of/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / container_of / _info
index cc912320c1ac04fc5b67b19881027db685240085..d50094bc68ec1ef077182028c0d045923160562f 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * container_of - routine for upcasting
@@ -46,7 +46,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])