* modules/ssize_t (License): Change to 'unlimited'.
[gnulib.git] / modules / filemode
index d1f6173..b45e692 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Return a string (?rwxrwxrwx format) describing the type and permissions of a
+file.
 
 Files:
 lib/filemode.h
@@ -6,13 +8,18 @@ lib/filemode.c
 m4/filemode.m4
 
 Depends-on:
+stat-macros
 
 configure.ac:
 gl_FILEMODE
 
 Makefile.am:
-lib_SOURCES += filemode.h filemode.c
 
 Include:
 "filemode.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering