Re: License problem with regex and nl_langinfo

2010-01-19 Thread Bruno Haible
Hi David, David Lutterkort wrote: > Can the licenses for nl_langinfo and langinfo be switched to LGPLv2+ ? As the author of both modules, I have no problem with that. > modules/langinfo|2 +- > modules/nl_langinfo |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff -

License problem with regex and nl_langinfo

2010-01-19 Thread David Lutterkort
Since commit 0cfc3b87, the regex module depends on nl_langinfo. Unfortunately, regex is LGPLv2+ and nl_langinfo is LGPL. Can the licenses for nl_langinfo and langinfo be switched to LGPLv2+ ? This lets me use regex again from LGPLv2+: > From b54f93bba737f2802aa46aa7110bd6c0e88242e0 Mon Sep 17 00: