view COPYING @ 979:fd1438d43443 HEAD

comment update
author Timo Sirainen <tss@iki.fi>
date Tue, 14 Jan 2003 23:49:31 +0200
parents 501f076f2e74
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.