view COPYING @ 945:501f076f2e74 HEAD

Rewrote hash table code, works with less memory now. Also some memory allocation fixes to thread extension code.
author Timo Sirainen <tss@iki.fi>
date Sat, 11 Jan 2003 17:29:46 +0200
parents 4f697dde0fca
children 9df02b1533b3
line wrap: on
line source

Everything is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned at the
beginning of the file. Almost everything in src/lib/ is with MIT license.

The exceptions are:

src/lib/
  - md5.c : Public Domain
  - base64.c, utc-mktime.c : BSD-like (read it)
  - primes.c, printf-upper-bound.c : LGPL v2

src/lib-storage/mail-thread.c : merge sorting code is with MIT license.