source: rtems/cpukit/libmisc/utf8proc/LICENSE @ 46b7f921

4.115
Last change on this file since 46b7f921 was 46b7f921, checked in by Ralf Kirchner <ralf.kirchner@…>, on 02/26/13 at 11:00:34

libmisc: Add utf8proc-v1.1.5

utf8proc is a small library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries.
For the time beeing utf8proc is intended to be used for normalizing and folding UTF-8 strings
for comparison purposes when adding UTF-8 support to the FAT file system.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1
2Copyright (c) 2009 Public Software Group e. V., Berlin, Germany
3
4Permission is hereby granted, free of charge, to any person obtaining a
5copy of this software and associated documentation files (the "Software"),
6to deal in the Software without restriction, including without limitation
7the rights to use, copy, modify, merge, publish, distribute, sublicense,
8and/or sell copies of the Software, and to permit persons to whom the
9Software is furnished to do so, subject to the following conditions:
10
11The above copyright notice and this permission notice shall be included in
12all copies or substantial portions of the Software.
13
14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20DEALINGS IN THE SOFTWARE.
21
22
23This software distribution contains derived data from a modified version of
24the Unicode data files. The following license applies to that data:
25
26COPYRIGHT AND PERMISSION NOTICE
27
28Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed
29under the Terms of Use in http://www.unicode.org/copyright.html.
30
31Permission is hereby granted, free of charge, to any person obtaining a
32copy of the Unicode data files and any associated documentation (the "Data
33Files") or Unicode software and any associated documentation (the
34"Software") to deal in the Data Files or Software without restriction,
35including without limitation the rights to use, copy, modify, merge,
36publish, distribute, and/or sell copies of the Data Files or Software, and
37to permit persons to whom the Data Files or Software are furnished to do
38so, provided that (a) the above copyright notice(s) and this permission
39notice appear with all copies of the Data Files or Software, (b) both the
40above copyright notice(s) and this permission notice appear in associated
41documentation, and (c) there is clear notice in each modified Data File or
42in the Software as well as in the documentation associated with the Data
43File(s) or Software that the data or software has been modified.
44
45THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
46KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
48THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
49INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
50CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
51USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
52TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
53PERFORMANCE OF THE DATA FILES OR SOFTWARE.
54
55Except as contained in this notice, the name of a copyright holder shall
56not be used in advertising or otherwise to promote the sale, use or other
57dealings in these Data Files or Software without prior written
58authorization of the copyright holder.
59
60
61Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
62registered in some jurisdictions. All other trademarks and registered
63trademarks mentioned herein are the property of their respective owners.
64
Note: See TracBrowser for help on using the repository browser.