view COPYING @ 568:f2aa58c2afd0 HEAD

SEARCH CHARSET support. Currently we do it through iconv() and only ASCII characters are compared case-insensitively.
author Timo Sirainen <tss@iki.fi>
date Sun, 03 Nov 2002 10:39:43 +0200
parents ac68ab739a4d
children b531f5cd415e
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, mkgmtime.c : BSD-like (read it)
  - hash.c, primes.c, strfuncs.c, tree.c : LGPL v2

src/lib-imap/imap-match.c : BSD-like (read it)