From: Rusty Russell Date: Tue, 16 Aug 2011 06:04:14 +0000 (+0930) Subject: block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=aa6b7489835d9bca43049ab6dc7f79d460539345 block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions. --- diff --git a/ccan/block_pool/_info b/ccan/block_pool/_info index 5c8b8e68..d89da5bd 100644 --- a/ccan/block_pool/_info +++ b/ccan/block_pool/_info @@ -38,6 +38,9 @@ * Author: Joey Adams * License: MIT * Version: 0.1 + * Ccanlint: + * // We actually depend on the LGPL talloc + * license_depends_compat FAIL */ int main(int argc, char *argv[]) { diff --git a/ccan/ccan_tokenizer/_info b/ccan/ccan_tokenizer/_info index ef716161..ad01ceae 100644 --- a/ccan/ccan_tokenizer/_info +++ b/ccan/ccan_tokenizer/_info @@ -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[]) { diff --git a/ccan/stringmap/_info b/ccan/stringmap/_info index 7fa97c09..49eff19c 100644 --- a/ccan/stringmap/_info +++ b/ccan/stringmap/_info @@ -52,6 +52,9 @@ * Authors: Joey Adams, Anders Magnusson * License: BSD (3 clause) * Version: 0.2 + * Ccanlint: + * // We actually depend (indirectly) on the LGPL talloc + * license_depends_compat FAIL */ int main(int argc, char *argv[]) {