comparison COPYING @ 6633:5d73517a9b98 HEAD

Added src/lib/UnicodeData.txt license.
author Timo Sirainen <tss@iki.fi>
date Sat, 27 Oct 2007 22:58:20 +0300
parents 59b7fec40e0d
children
comparison
equal deleted inserted replaced
6632:80419a82081f 6633:5d73517a9b98
7 Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned 7 Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned
8 at the beginning of the file. 8 at the beginning of the file.
9 9
10 Current exceptions are: 10 Current exceptions are:
11 11
12 src/lib/ 12 src/lib/md5.c : Public Domain
13 - md5.c : Public Domain
14 - sha1.c, sha2.c : BSD
15 13
16 sha1.c / sha2.c BSD license: 14 src/lib/sha1.c and sha2.c:
17 15
18 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 16 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
19 Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch> 17 Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
20 18
21 All rights reserved. 19 All rights reserved.
41 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 39 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 40 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
43 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 41 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
44 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 42 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45 SUCH DAMAGE. 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.