Commit aa6b7489 authored by Rusty Russell's avatar Rusty Russell

block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions.

parent d06b67d2
......@@ -38,6 +38,9 @@
* Author: Joey Adams <joeyadams3.14159@gmail.com>
* License: MIT
* Version: 0.1
* Ccanlint:
* // We actually depend on the LGPL talloc
* license_depends_compat FAIL
*/
int main(int argc, char *argv[])
{
......
......@@ -83,6 +83,12 @@
* }
*
* License: BSD (3 clause)
*
* Ccanlint:
* // We actually depend on the LGPL dependencies
* license_depends_compat FAIL
* // We don't put the license line in all files.
* license_comment FAIL
*/
int main(int argc, char *argv[])
{
......
......@@ -52,6 +52,9 @@
* Authors: Joey Adams, Anders Magnusson
* License: BSD (3 clause)
* Version: 0.2
* Ccanlint:
* // We actually depend (indirectly) on the LGPL talloc
* license_depends_compat FAIL
*/
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