(License): Change to LGPL.
[gnulib.git] / modules / strpbrk
index 87e98bc..003486f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strpbrk() function: search a string for any of a set of characters.
 
 Files:
 lib/strpbrk.h
@@ -11,7 +12,14 @@ configure.ac:
 gl_FUNC_STRPBRK
 
 Makefile.am:
+lib_SOURCES += strpbrk.h
 
 Include:
 "strpbrk.h"
 
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc
+