Simon Josefsson wrote: > ./gnulib-tool --dir m --create-testdir --with-tests glob > warning: module glob depends on a module with an incompatible license: > mbsrtowcs > warning: module glob depends on a module with an incompatible license: > strnlen1 > ... > Finally, Bruno, the license on strnlen1 and mbsrtowcs needs to say > LGPLv2+ instead of just LGPL (implicitly LGPLv3+) if glob-gnu uses it. > Are you OK with the patch below, effectively re-licensing the code?
Yes, this is OK. I committed this part. Bruno 2009-05-02 Bruno Haible <br...@clisp.org> Relicense mbsrtowcs and strnlen1 under LGPLv2+. * modules/mbsrtowcs (License): Change to LGPLv2+. * modules/strnlen1 (License): Likewise. Reported by Simon Josefsson.