Add a license tag to every module.
[gnulib.git] / modules / filemode
index d1f6173..7203b0c 100644 (file)
@@ -1,8 +1,11 @@
 Description:
+Return a string (?rwxrwxrwx format) describing the type and permissions of a
+file.
 
 Files:
 lib/filemode.h
 lib/filemode.c
+lib/stat-macros.h
 m4/filemode.m4
 
 Depends-on:
@@ -11,8 +14,14 @@ configure.ac:
 gl_FILEMODE
 
 Makefile.am:
-lib_SOURCES += filemode.h filemode.c
+lib_SOURCES += filemode.h filemode.c stat-macros.h
 
 Include:
 "filemode.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering
+