Make the license on stpcpy explicitly LGPLv2+. Since the code comes from glibc, this change should be ok. This makes stpcpy usable if gnulib-tool is told to use license --lgpl=2
Signed-off-by: David Lutterkort <[EMAIL PROTECTED]> --- modules/stpcpy | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/stpcpy b/modules/stpcpy index 0853971..3d00faf 100644 --- a/modules/stpcpy +++ b/modules/stpcpy @@ -19,7 +19,7 @@ Include: <string.h> License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc -- 1.5.4.1