annotate COPYING @ 945:501f076f2e74 HEAD

Rewrote hash table code, works with less memory now. Also some memory allocation fixes to thread extension code.
author Timo Sirainen <tss@iki.fi>
date Sat, 11 Jan 2003 17:29:46 +0200
parents 4f697dde0fca
children 9df02b1533b3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 Everything is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned at the
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
2 beginning of the file. Almost everything in src/lib/ is with MIT license.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 The exceptions are:
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6 src/lib/
21
163675942b83 Replaced the MD5 implementation with Solar Designer's.
Timo Sirainen <tss@iki.fi>
parents: 1
diff changeset
7 - md5.c : Public Domain
945
501f076f2e74 Rewrote hash table code, works with less memory now. Also some memory
Timo Sirainen <tss@iki.fi>
parents: 924
diff changeset
8 - base64.c, utc-mktime.c : BSD-like (read it)
501f076f2e74 Rewrote hash table code, works with less memory now. Also some memory
Timo Sirainen <tss@iki.fi>
parents: 924
diff changeset
9 - primes.c, printf-upper-bound.c : LGPL v2
924
4f697dde0fca THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how
Timo Sirainen <tss@iki.fi>
parents: 839
diff changeset
10
4f697dde0fca THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how
Timo Sirainen <tss@iki.fi>
parents: 839
diff changeset
11 src/lib-storage/mail-thread.c : merge sorting code is with MIT license.