Eric Blake wrote: > libvirt just started using strcasestr() since it is LGPLv2+, but I would > rather it used c_strcasestr() to avoid problems with locales and > multi-byte characters. Any chance we can get the c-strcasestr module > relicensed to LGPLv2+ instead of its current LGPLv3+?
Fine with me, since the code is very similar to code in glibc. The other copyright holder of this module are you yourself. So I'm applying this change: 2011-03-30 Bruno Haible <[email protected]> c-strcasestr: Relicense under LGPLv2+. * modules/c-strcasestr (License): Change to LGPLv2+. Requested by Eric Blake, for libvirt. --- modules/c-strcasestr.orig Thu Mar 31 01:38:09 2011 +++ modules/c-strcasestr Wed Mar 30 22:09:51 2011 @@ -22,7 +22,7 @@ "c-strcasestr.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible -- In memoriam Airey Neave <http://en.wikipedia.org/wiki/Airey_Neave>
