Bruno, I got this while testing the visibility module in libidn:

/usr/local/bin/gnulib-tool: *** incompatible license on modules:
                 visibility                                        LGPL

The module seems to only contain a M4 file, which doesn't use the LGPL
boilerplate but GNU's permissive license, so how about this patch?

Thanks,
/Simon

diff --git a/modules/visibility b/modules/visibility
index 4c0dc91..33e5e68 100644
--- a/modules/visibility
+++ b/modules/visibility
@@ -14,7 +14,7 @@ Makefile.am:
 Include:
 
 License:
-LGPL
+unlimited
 
 Maintainer:
 Bruno Haible


Reply via email to