view COPYING @ 1506:e7c627bacaaf HEAD

Allow first_valid_gid to be 0. Drop any supplementary groups not in valid gid range.
author Timo Sirainen <tss@iki.fi>
date Mon, 26 May 2003 18:26:29 +0300
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.