]> git.ozlabs.org Git - ccan/commitdiff
rfc822: suppress license warning about failtest.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 26 Jun 2012 07:06:37 +0000 (16:36 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 26 Jun 2012 07:06:37 +0000 (16:36 +0930)
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

index 560812d41f4540ba1ca43330649dc8107c7cdef2..3eea31ed854e3c08bc796fe5664a3c8126b5f635 100644 (file)
  *     fwrite(body.ptr, 1, body.len, stdout);
  *
  * License: LGPL (v2.1 or any later version)
  *     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[])
 {
  */
 int main(int argc, char *argv[])
 {