Change xprintf's license to GPL.
[gnulib.git] / modules / xprintf
1 Description:
2 a wrapper around printf that calls error upon ENOMEM or EILSEQ errors
3
4 Files:
5 lib/xprintf.h
6 lib/xprintf.c
7
8 Depends-on:
9 error
10 exitfail
11 gettext-h
12 stdarg
13 stdio
14
15 configure.ac:
16
17 Makefile.am:
18 lib_SOURCES += xprintf.h xprintf.c
19
20 Include:
21 "xprintf.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering