getcwd-lgpl: new module
[pspp] / modules / stat
index f9425d96c01aac8b8ab6559d76df5ac83ee27257..744aa7a0cbdaf4f99e2b7ab8b135ba05be6267e9 100644 (file)
@@ -1,16 +1,18 @@
 Description:
-stat() function: return information about a file, following symbolic links.
+stat() function: query file information
 
 Files:
 lib/stat.c
 m4/stat.m4
 
 Depends-on:
-xalloc
-stat-macros
+dosname
+stdbool
+sys_stat
 
 configure.ac:
 gl_FUNC_STAT
+gl_SYS_STAT_MODULE_INDICATOR([stat])
 
 Makefile.am:
 
@@ -18,7 +20,7 @@ Include:
 <sys/stat.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
+Eric Blake