From: Rusty Russell Date: Tue, 26 Jun 2012 07:06:37 +0000 (+0930) Subject: rfc822: suppress license warning about failtest. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=07962f1c3f6f2916f412b95b28513314294aba2e rfc822: suppress license warning about failtest. It's only used for testing, but it's LGPLv3 (vs LGPLv2). But unless we suppress it, ccanlint exits with status 1 and my sanity checks stop me from uploading. --- diff --git a/ccan/rfc822/_info b/ccan/rfc822/_info index 560812d4..3eea31ed 100644 --- a/ccan/rfc822/_info +++ b/ccan/rfc822/_info @@ -32,6 +32,10 @@ * fwrite(body.ptr, 1, body.len, stdout); * * License: LGPL (v2.1 or any later version) + * + * Ccanlint: + * // The failtest module is only used for tests: ccanlint is overzealous + * license_depends_compat FAIL */ int main(int argc, char *argv[]) {