Add a license tag to every module.
[gnulib.git] / modules / same
index ab82cb9..37ef600 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Determine whether two pathnames refer to the same directory entry of the same
+directory.
 
 Files:
 lib/same.h
@@ -9,6 +11,7 @@ Depends-on:
 xalloc
 error
 dirname
+stdbool
 
 configure.ac:
 gl_SAME
@@ -19,3 +22,9 @@ lib_SOURCES += same.h same.c
 Include:
 "same.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering
+