~ubuntu-branches/ubuntu/trusty/dovecot/trusty-updates

1.10.15 by Matthias Klose
Import upstream version 1.1.2
1
See AUTHORS file for list of copyright holders.
2
1.10.3 by Martin Pitt
Import upstream version 1.0.rc1
3
Everything in src/lib/, src/auth/, src/lib-sql/ and src/lib-ntlm/ is under
4
MIT license (see COPYING.MIT) unless otherwise mentioned at the beginning
5
of the file.
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
6
7
Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned
8
at the beginning of the file.
9
10
Current exceptions are:
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
11
1.10.15 by Matthias Klose
Import upstream version 1.1.2
12
src/lib/md5.c : Public Domain
13
14
src/lib/sha1.c and sha2.c:
15
16
 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
17
 Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
18
19
 All rights reserved.
20
21
 Redistribution and use in source and binary forms, with or without
22
 modification, are permitted provided that the following conditions
23
 are met:
24
 1. Redistributions of source code must retain the above copyright
25
    notice, this list of conditions and the following disclaimer.
26
 2. Redistributions in binary form must reproduce the above copyright
27
    notice, this list of conditions and the following disclaimer in the
28
    documentation and/or other materials provided with the distribution.
29
 3. Neither the name of the project nor the names of its contributors
30
    may be used to endorse or promote products derived from this software
31
    without specific prior written permission.
32
33
 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
34
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
35
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
36
 ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
37
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
38
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
39
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
41
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
42
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
43
 SUCH DAMAGE.
44
45
src/lib/UnicodeData.txt:
46
47
 Copyright (C) 1991-2007 Unicode, Inc. All rights reserved. Distributed
48
 under the Terms of Use in http://www.unicode.org/copyright.html.
49
50
 Permission is hereby granted, free of charge, to any person obtaining a
51
 copy of the Unicode data files and any associated documentation (the "Data
52
 Files") or Unicode software and any associated documentation (the
53
 "Software") to deal in the Data Files or Software without restriction,
54
 including without limitation the rights to use, copy, modify, merge,
55
 publish, distribute, and/or sell copies of the Data Files or Software, and
56
 to permit persons to whom the Data Files or Software are furnished to do
57
 so, provided that (a) the above copyright notice(s) and this permission
58
 notice appear with all copies of the Data Files or Software, (b) both the
59
 above copyright notice(s) and this permission notice appear in associated
60
 documentation, and (c) there is clear notice in each modified Data File or
61
 in the Software as well as in the documentation associated with the Data
62
 File(s) or Software that the data or software has been modified.
63
64
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
65
 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
66
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
67
 THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
68
 INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
69
 CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
70
 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
71
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
72
 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
73
74
 Except as contained in this notice, the name of a copyright holder shall
75
 not be used in advertising or otherwise to promote the sale, use or other
76
 dealings in these Data Files or Software without prior written
77
 authorization of the copyright holder.