view modules/hash @ 37226:c93b873f0390

hash: relax license to LGPLv2+, for libguestfs * modules/hash (License): Change from GPL to LGPLv2+.
author Jim Meyering <meyering@fb.com>
date Tue, 05 Nov 2013 08:27:10 -0800
parents 154ea8af9d7c
children
line wrap: on
line source

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