Browse Source

block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions.

Rusty Russell 14 years ago
parent
commit
aa6b748983
3 changed files with 12 additions and 0 deletions
  1. 3 0
      ccan/block_pool/_info
  2. 6 0
      ccan/ccan_tokenizer/_info
  3. 3 0
      ccan/stringmap/_info

+ 3 - 0
ccan/block_pool/_info

@@ -38,6 +38,9 @@
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
  * License: MIT
  * License: MIT
  * Version: 0.1
  * Version: 0.1
+ * Ccanlint:
+ *	// We actually depend on the LGPL talloc
+ *	license_depends_compat FAIL
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])
 {
 {

+ 6 - 0
ccan/ccan_tokenizer/_info

@@ -83,6 +83,12 @@
  * }
  * }
  *
  *
  * License: BSD (3 clause)
  * 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[])
 int main(int argc, char *argv[])
 {
 {

+ 3 - 0
ccan/stringmap/_info

@@ -52,6 +52,9 @@
  * Authors: Joey Adams, Anders Magnusson
  * Authors: Joey Adams, Anders Magnusson
  * License: BSD (3 clause)
  * License: BSD (3 clause)
  * Version: 0.2
  * Version: 0.2
+ * Ccanlint:
+ *	// We actually depend (indirectly) on the LGPL talloc
+ *	license_depends_compat FAIL
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])
 {
 {