utf8proc

view LICENSE @ 0:a0368662434c

Version 0.1
author jbe
date Fri Jun 02 12:00:00 2006 +0200 (2006-06-02)
parents
children d04d3a9b486e
line source
1 /*
2 * Copyright (c) 2006, FlexiGuided GmbH, Berlin, Germany
3 * Author: Jan Behrens <jan.behrens@flexiguided.de>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:
9 *
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. Neither the name of the FlexiGuided GmbH nor the names of its
16 * contributors may be used to endorse or promote products derived from
17 * this software without specific prior written permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
23 * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 */
33 /*
34 * This software distribution contains derived data from a modified version
35 * of the Unicode data files. The following license applies to that data:
36 *
37 * COPYRIGHT AND PERMISSION NOTICE
38 *
39 * Copyright (c) 1991-2005 Unicode, Inc. All rights reserved.
40 * Distributed under the Terms of Use in
41 * http://www.unicode.org/copyright.html.
42 *
43 * Permission is hereby granted, free of charge, to any person obtaining a
44 * copy of the Unicode data files and any associated documentation (the
45 * "Data Files") or Unicode software and any associated documentation (the
46 * "Software") to deal in the Data Files or Software without restriction,
47 * including without limitation the rights to use, copy, modify, merge,
48 * publish, distribute, and/or sell copies of the Data Files or Software,
49 * and to permit persons to whom the Data Files or Software are furnished
50 * to do so, provided that (a) the above copyright notice(s) and this
51 * permission notice appear with all copies of the Data Files or Software,
52 * (b) both the above copyright notice(s) and this permission notice appear
53 * in associated documentation, and (c) there is clear notice in each
54 * modified Data File or in the Software as well as in the documentation
55 * associated with the Data File(s) or Software that the data or software
56 * has been modified.
57 *
58 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
59 * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
60 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
61 * NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
62 * HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
63 * ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
64 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
65 * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
66 * CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
67 *
68 * Except as contained in this notice, the name of a copyright holder shall
69 * not be used in advertising or otherwise to promote the sale, use or
70 * other dealings in these Data Files or Software without prior written
71 * authorization of the copyright holder.
72 *
73 */
75 /*
76 * Unicode is a trademark of Unicode, Inc., and may be registered in some
77 * jurisdictions.
78 *
79 */

Impressum / About Us