]> git.ozlabs.org Git - ccan/blobdiff - ccan/compiler/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / compiler / _info
index 9f3945397386cc7ff058c1529143671dbf259be5..d60dff4d17bb0a50b691bb83097debdc94f38cf5 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <string.h>
 #include <stdio.h>
-#include "config.h"
 
 /**
  * compiler - macros for common compiler extensions
@@ -21,7 +21,7 @@
  * - IS_COMPILE_CONSTANT()
  *     For using different tradeoffs for compiletime vs runtime evaluation.
  *
- * License: Public Domain
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example: