view COPYING @ 5450:7a6db5ec047d HEAD

Better type safety to module_contexts arrays. Already fixed some bugs.
author Timo Sirainen <tss@iki.fi>
date Thu, 29 Mar 2007 14:51:09 +0300
parents f8d37e26a2b3
children d36a14c37c22
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
  - base64.c, utc-mktime.c : BSD-like (read it)
  - printf-upper-bound.c : LGPL v2

src/imap/imap-thread.c : merge sorting code is with MIT license.