annotate COPYING @ 6484:59b7fec40e0d HEAD

There's no Cyrus code anymore. Show BSD license in COPYING.
author Timo Sirainen <tss@iki.fi>
date Sun, 23 Sep 2007 00:23:31 +0300
parents 65c69a53a7be
children 5d73517a9b98
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
6484
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
15
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
16 sha1.c / sha2.c BSD license:
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
17
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
18 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
19 Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
20
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
21 All rights reserved.
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
22
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
23 Redistribution and use in source and binary forms, with or without
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
24 modification, are permitted provided that the following conditions
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
25 are met:
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
26 1. Redistributions of source code must retain the above copyright
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
27 notice, this list of conditions and the following disclaimer.
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
28 2. Redistributions in binary form must reproduce the above copyright
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
29 notice, this list of conditions and the following disclaimer in the
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
30 documentation and/or other materials provided with the distribution.
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
31 3. Neither the name of the project nor the names of its contributors
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
32 may be used to endorse or promote products derived from this software
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
33 without specific prior written permission.
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
34
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
35 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
36 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
37 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
38 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
39 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
40 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
41 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
42 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
43 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
44 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
59b7fec40e0d There's no Cyrus code anymore. Show BSD license in COPYING.
Timo Sirainen <tss@iki.fi>
parents: 6429
diff changeset
45 SUCH DAMAGE.