]> git.ozlabs.org Git - ccan/blobdiff - ccan/container_of/_info
tal: Fix a comment typo
[ccan] / ccan / container_of / _info
index 8db29d80284b4fd6e9d105e2c9cf0edce662692e..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 (v2.1 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])