]> git.ozlabs.org Git - ccan/blobdiff - ccan/build_assert/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / build_assert / _info
index 16a4a94c8f292c27665120023f503cfd33c61974..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;
  *     }
  *
- * Licence: LGPL (2 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])