]> git.ozlabs.org Git - ccan/blobdiff - ccan/ccan_tokenizer/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / ccan_tokenizer / _info
index 4801a13b52f87f10976cacaa5bbde02369969f4d..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
  *     return 0;
  * }
  *
- * License: BSD
+ * 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[])
 {