]> git.ozlabs.org Git - ccan/commitdiff
block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Aug 2011 06:04:14 +0000 (15:34 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Aug 2011 06:04:14 +0000 (15:34 +0930)
ccan/block_pool/_info
ccan/ccan_tokenizer/_info
ccan/stringmap/_info

index 5c8b8e6890cdd470ce08a3bc6694ecb505ef53ad..d89da5bd1736bc59503d61a46a962210ba9e51ef 100644 (file)
@@ -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[])
 {
index ef7161617121657aa2fbec8ef7a605c605371ddf..ad01ceae846bc3cb2518a15ee55f733ea0ede16d 100644 (file)
  * }
  *
  * 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[])
 {
index 7fa97c09835d24f13ad252d0b7d667e38cd80a85..49eff19cf359da262c25a5fda440410b28d24fa1 100644 (file)
@@ -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[])
 {