"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "dovecot-1.0.15/COPYING" of archive dovecot-1.0.15.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 Everything in src/lib/, src/auth/, src/lib-sql/ and src/lib-ntlm/ is under
2 MIT license (see COPYING.MIT) unless otherwise mentioned at the beginning
3 of the file.
4
5 Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned
6 at the beginning of the file.
7
8 Current exceptions are:
9
10 src/lib/
11 - md5.c : Public Domain
12 - base64.c, utc-mktime.c : BSD-like (read it)
13 - printf-upper-bound.c : LGPL v2
14
15 src/imap/imap-thread.c : merge sorting code is with MIT license.