From aa6b7489835d9bca43049ab6dc7f79d460539345 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 16 Aug 2011 15:34:14 +0930 Subject: [PATCH] block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions. --- ccan/block_pool/_info | 3 +++ ccan/ccan_tokenizer/_info | 6 ++++++ ccan/stringmap/_info | 3 +++ 3 files changed, 12 insertions(+) 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[]) { -- 2.39.2