]> git.ozlabs.org Git - ccan/blobdiff - ccan/noerr/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / noerr / _info
index 7310e1bd4693d1c296760eeae27cf12ba017d2d8..082c71e601e451cf77ef022555d25d102f054de2 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * noerr - routines for cleaning up without blatting errno
@@ -45,7 +45,7 @@
  *             return true;
  *     }
  *
- * License: Public domain
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])