]> git.ozlabs.org Git - ccan/blobdiff - ccan/ccan_tokenizer/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / ccan_tokenizer / _info
index ef7161617121657aa2fbec8ef7a605c605371ddf..aef90fb91065e94097084718df66b782bc685b91 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <string.h>
 #include <stdio.h>
-#include "config.h"
 
 /**
  * ccan_tokenizer - A full-text lexer for C source files
  * }
  *
  * License: BSD (3 clause)
+ *
+ * Ccanlint:
+ *     // We actually depend on the LGPL dependencies
+ *     license_depends_compat FAIL
+ *     // We don't put the license line in all files.
+ *     license_comment FAIL
  */
 int main(int argc, char *argv[])
 {