Add a license tag to every module.
[gnulib.git] / modules / getdate
1 Description:
2 Convert a date/time string to linear time.
3
4 Files:
5 lib/getdate.h
6 lib/getdate.y
7 m4/bison.m4
8 m4/tm_gmtoff.m4
9 m4/getdate.m4
10
11 Depends-on:
12 timespec
13 stdbool
14 gettime
15 mktime
16 alloca
17 unlocked-io
18
19 configure.ac:
20 gl_GETDATE
21
22 Makefile.am:
23 lib_SOURCES += getdate.h getdate.y
24 BUILT_SOURCES += getdate.c
25 MAINTAINERCLEANFILES += getdate.c
26
27 Include:
28 "getdate.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Paul Eggert
35