* atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc.
[gnulib.git] / modules / file-type
index e870871..c0d150c 100644 (file)
@@ -1,8 +1,10 @@
 Description:
+Return a string describing the type of a file.
 
 Files:
 lib/file-type.h
 lib/file-type.c
+lib/stat-macros.h
 m4/file-type.m4
 
 Depends-on:
@@ -12,8 +14,14 @@ configure.ac:
 gl_FILE_TYPE
 
 Makefile.am:
-lib_SOURCES += file-type.h file-type.c
+lib_SOURCES += file-type.h file-type.c stat-macros.h
 
 Include:
 "file-type.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering
+