David Lutterkort wrote: > would it be possible to relicense stpncpy (currently LGPL) as LGPLv2+ ?
Yes. This is possible, since lib/stpncpy.c originally came from glibc and was not modified since the switch from LGPLv2+ to LGPLv3+ two years ago. 2009-10-21 Bruno Haible <[email protected]> * modules/stpncpy (License): Relicense under LGPLv2+. Reported by David Lutterkort <[email protected]>. --- modules/stpncpy.orig 2009-10-22 01:58:24.000000000 +0200 +++ modules/stpncpy 2009-10-22 01:56:57.000000000 +0200 @@ -19,7 +19,7 @@ <string.h> License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc
