]> git.ozlabs.org Git - ccan/blobdiff - ccan/build_assert/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / build_assert / _info
index 97451a8e9195f250adc593ca6a7a1b2158d73994..97ebe6c966836753456f7d45fc45aef1dde94809 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * build_assert - routines for build-time assertions
@@ -33,7 +33,7 @@
  *             return (char *)foo;
  *     }
  *
- * 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[])