Commit 07962f1c authored by Rusty Russell's avatar Rusty Russell

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.
parent de28abde
...@@ -32,6 +32,10 @@ ...@@ -32,6 +32,10 @@
* fwrite(body.ptr, 1, body.len, stdout); * fwrite(body.ptr, 1, body.len, stdout);
* *
* License: LGPL (v2.1 or any later version) * 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[])
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment