view COPYING @ 6300:7d82a232b5b0 HEAD

pool_system_realloc(): Moved malloc_usable_size() check before realloc() so that we don't assert-crash if realloc() shrinks memory.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Aug 2007 17:23:11 +0300
parents 2cba4c0f3b4f
children 65c69a53a7be
line wrap: on
line source

Everything in src/lib/, src/auth/, src/lib-sql/ and src/lib-ntlm/ is under
MIT license (see COPYING.MIT) unless otherwise mentioned at the beginning
of the file.

Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned
at the beginning of the file.

Current exceptions are:

src/lib/
  - md5.c : Public Domain
  - sha1.c, sha2.c : BSD
  - base64.c, utc-mktime.c : BSD-like (read it)