NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / stpcpy
index ad3e64d..3d00faf 100644 (file)
@@ -2,18 +2,24 @@ Description:
 stpcpy() function: copy a string, returning a pointer to its end.
 
 Files:
-lib/stpcpy.h
 lib/stpcpy.c
 m4/stpcpy.m4
 
 Depends-on:
+extensions
+string
 
 configure.ac:
 gl_FUNC_STPCPY
+gl_STRING_MODULE_INDICATOR([stpcpy])
 
 Makefile.am:
-lib_SOURCES += stpcpy.h
 
 Include:
-"stpcpy.h"
+<string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible, glibc