mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-25 10:57:56 +00:00
9f4d76b604
* modules/hash (License): Change from GPL to LGPLv2+.
27 lines
240 B
Plaintext
27 lines
240 B
Plaintext
Description:
|
|
Parameterizable hash table.
|
|
|
|
Files:
|
|
lib/hash.c
|
|
lib/hash.h
|
|
|
|
Depends-on:
|
|
bitrotate
|
|
stdbool
|
|
stdint
|
|
xalloc-oversized
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += hash.c
|
|
|
|
Include:
|
|
"hash.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|