]> git.ozlabs.org Git - ccan/blobdiff - ccan/likely/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / likely / _info
index ac43cc2b1a943702c80844f01ffbdb1c5079a751..095ed2f7b472e7d4aeaab22099182d911e631c9c 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <string.h>
 #include <stdio.h>
-#include "config.h"
 
 /**
  * likely - macros for annotating likely/unlikely branches in the code
@@ -10,9 +10,9 @@
  * compiler and the reader.
  *
  * With CCAN_LIKELY_DEBUG defined, it provides statistics for each
- * likely()/unlikely() call.
+ * likely()/unlikely() call (but note that this requires LGPL dependencies).
  *
- * License: LGPL (v2.1 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example: