X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fccan_tokenizer%2F_info;h=aef90fb91065e94097084718df66b782bc685b91;hp=ef7161617121657aa2fbec8ef7a605c605371ddf;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=fc4096b8b78fb90a778f5dcd4686db312138c9f2 diff --git a/ccan/ccan_tokenizer/_info b/ccan/ccan_tokenizer/_info index ef716161..aef90fb9 100644 --- a/ccan/ccan_tokenizer/_info +++ b/ccan/ccan_tokenizer/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * ccan_tokenizer - A full-text lexer for C source files @@ -83,6 +83,12 @@ * } * * 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[]) {