hash: relax license to LGPLv2+, for libguestfs
[gnulib.git] / modules / hash
index a364134..42502e7 100644 (file)
@@ -1,26 +1,26 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
 lib/hash.c
 lib/hash.h
-m4/hash.m4
 
 Depends-on:
+bitrotate
 stdbool
-xalloc
+stdint
+xalloc-oversized
 
 configure.ac:
-gl_HASH
 
 Makefile.am:
-EXTRA_DIST += hash.h
+lib_SOURCES += hash.c
 
 Include:
 "hash.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering