Browse Source

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.
Rusty Russell 13 years ago
parent
commit
07962f1c3f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ccan/rfc822/_info

+ 4 - 0
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[])
 {