added colleen, and credits for the libraries that LLADD uses.
This commit is contained in:
parent
78f7b5a12e
commit
a0f1a4a7c1
1 changed files with 36 additions and 4 deletions
40
AUTHORS
40
AUTHORS
|
@ -1,4 +1,36 @@
|
|||
Jason Bayer bayer@xcf.berkeley.edu
|
||||
Jim Blomo jim@xcf.berkeley.edu
|
||||
Jimmy Kittiyachavalit jkit@xcf.berkeley.edu
|
||||
Russell Sears sears@cs.berkeley.edu
|
||||
Author:
|
||||
Russell Sears sears@cs.berkeley.edu
|
||||
|
||||
The following people contribued to this software in the past:
|
||||
------------------------------------------------------------
|
||||
|
||||
Initial version of library:
|
||||
Jason Bayer bayer@xcf.berkeley.edu
|
||||
Jim Blomo jim@xcf.berkeley.edu
|
||||
Jimmy Kittiyachavalit jkit@xcf.berkeley.edu
|
||||
|
||||
B-Tree implementation:
|
||||
Colleen Lewis
|
||||
|
||||
|
||||
|
||||
The following libraries are bundled with this software:
|
||||
------------------------------------------------------
|
||||
|
||||
libredblack http://libredblack.sourceforge.net
|
||||
|
||||
(lladd/redblack.h, src/lladd/redblack.c)
|
||||
|
||||
crc32 http://www.axlradius.com/freestuff/crc2.c
|
||||
|
||||
(lladd/src/lladd/crc32.c)
|
||||
|
||||
Earlier versions of this software made use of:
|
||||
|
||||
PBL - The Program Base Library
|
||||
http://www.mission-base.com/peter/source/
|
||||
|
||||
PBL has been replaced with our own re-entrant linear hash
|
||||
implementation that includes (deprecated) compatiblity with the
|
||||
pblHt* interface.
|
||||
|
||||
|
|
Loading…
Reference in a new issue