X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fccan_tokenizer%2F_info;h=aef90fb91065e94097084718df66b782bc685b91;hp=4801a13b52f87f10976cacaa5bbde02369969f4d;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=af052b1a93f91b6e0888d5ece29786243d57cf2e diff --git a/ccan/ccan_tokenizer/_info b/ccan/ccan_tokenizer/_info index 4801a13b..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 @@ -82,7 +82,13 @@ * 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[]) {