From 07962f1c3f6f2916f412b95b28513314294aba2e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 26 Jun 2012 16:36:37 +0930 Subject: [PATCH] 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. --- ccan/rfc822/_info | 4 ++++ 1 file changed, 4 insertions(+) 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[]) { -- 2.39.2