]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / opt / _info
index 9595a168f7e90b6ae5936029c630941721cff21e..103962069b6b4c813fe45fbe2a02006e72128a77 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * opt - simple command line parsing
@@ -52,7 +52,7 @@
  *     return 0;
  * }
  *
- * License: GPL (v3 or any later version)
+ * License: GPL (v2 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])