maint: update copyright
[gnulib.git] / modules / xstrtod
index 4e2ca84..6163365 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert string to 'double', with error checking.
 
 Files:
 lib/xstrtod.h
@@ -6,13 +7,19 @@ lib/xstrtod.c
 m4/xstrtod.m4
 
 Depends-on:
+stdbool
 
 configure.ac:
 gl_XSTRTOD
 
 Makefile.am:
-lib_SOURCES += xstrtod.h xstrtod.c
+lib_SOURCES += xstrtod.c
 
 Include:
 "xstrtod.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering