Add a license tag to every module.
[gnulib.git] / modules / stat
1 Description:
2 stat() function: return information about a file, following symbolic links.
3
4 Files:
5 lib/stat.c
6 lib/stat-macros.h
7 m4/stat.m4
8
9 Depends-on:
10 xalloc
11
12 configure.ac:
13 gl_FUNC_STAT
14
15 Makefile.am:
16 lib_SOURCES += stat-macros.h
17
18 Include:
19 <sys/stat.h>
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering
26