Paul Eggert wrote: > --- /dev/null > +++ b/modules/localeinfo > @@ -0,0 +1,41 @@ > +Description: > +DFA matcher that was initially used by GNU grep, gawk and diffutils
That description is not accurate. > +License: > +GPL This causes a gnulib-tool warning: $ ./gnulib-tool --create-testdir --dir=../testdir regex gnulib-tool: warning: module regex depends on a module with an incompatible license: localeinfo ... Can you relicense it to LGPLv2+ ? Looking at $ cd gnulib; gitk lib/localeinfo.h lib/localeinfo.c $ cd grep; gitk -- src/localeinfo.h src/localeinfo.c it looks like the authors of these files are - yourself, for the most part, - me, for commit d2777e80ff023a7709598858cda3aa7f539003eb. Bruno
