annotate COPYING @ 6429:65c69a53a7be HEAD

Replaced my Copyright notices. The year range always ends with 2007 now. My name was replaced with "Dovecot authors". In many cases I didn't really even own the copyright, so this is more correct.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 14:34:22 +0300
parents 2cba4c0f3b4f
children 59b7fec40e0d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6429
65c69a53a7be Replaced my Copyright notices. The year range always ends with 2007 now.
Timo Sirainen <tss@iki.fi>
parents: 5758
diff changeset
1 See AUTHORS file for list of copyright holders.
65c69a53a7be Replaced my Copyright notices. The year range always ends with 2007 now.
Timo Sirainen <tss@iki.fi>
parents: 5758
diff changeset
2
4382
f8d37e26a2b3 Relicensed dovecot-auth to MIT.
Timo Sirainen <tss@iki.fi>
parents: 2361
diff changeset
3 Everything in src/lib/, src/auth/, src/lib-sql/ and src/lib-ntlm/ is under
f8d37e26a2b3 Relicensed dovecot-auth to MIT.
Timo Sirainen <tss@iki.fi>
parents: 2361
diff changeset
4 MIT license (see COPYING.MIT) unless otherwise mentioned at the beginning
f8d37e26a2b3 Relicensed dovecot-auth to MIT.
Timo Sirainen <tss@iki.fi>
parents: 2361
diff changeset
5 of the file.
1
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6
1741
9df02b1533b3 Removed most of the license comments from src/lib/*.c. It's just fine to
Timo Sirainen <tss@iki.fi>
parents: 945
diff changeset
7 Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned
9df02b1533b3 Removed most of the license comments from src/lib/*.c. It's just fine to
Timo Sirainen <tss@iki.fi>
parents: 945
diff changeset
8 at the beginning of the file.
9df02b1533b3 Removed most of the license comments from src/lib/*.c. It's just fine to
Timo Sirainen <tss@iki.fi>
parents: 945
diff changeset
9
9df02b1533b3 Removed most of the license comments from src/lib/*.c. It's just fine to
Timo Sirainen <tss@iki.fi>
parents: 945
diff changeset
10 Current exceptions are:
1
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
11
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
12 src/lib/
21
163675942b83 Replaced the MD5 implementation with Solar Designer's.
Timo Sirainen <tss@iki.fi>
parents: 1
diff changeset
13 - md5.c : Public Domain
5758
2cba4c0f3b4f Added support for SHA256. Based on patch by Jasper Slits.
Timo Sirainen <tss@iki.fi>
parents: 5685
diff changeset
14 - sha1.c, sha2.c : BSD
945
501f076f2e74 Rewrote hash table code, works with less memory now. Also some memory
Timo Sirainen <tss@iki.fi>
parents: 924
diff changeset
15 - base64.c, utc-mktime.c : BSD-like (read it)